From 824a7595bba50f4167dd3f66bd041ad02a5fc48f Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Thu, 10 Jun 2021 09:29:07 +0300 Subject: [PATCH 1/2] Added a support section for windows.md, stating that only English system locale is supported. --- docs/content/setup/windows.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/content/setup/windows.md b/docs/content/setup/windows.md index d1ce0d43c..49174dc77 100644 --- a/docs/content/setup/windows.md +++ b/docs/content/setup/windows.md @@ -18,6 +18,13 @@ After running the installer, the following prompt should appear on the screen: ## Troubleshooting +### Support + +Only **English** system locale is supported. If your command prompt gives output in a different +language the Infection Monkey is not guaranteed to work. + +For supported Windows versions take a look at [OS support page.](../../reference/operating_systems_support) + ### Missing Windows update The installer requires [Windows update #2999226](https://support.microsoft.com/en-us/help/2999226/update-for-universal-c-runtime-in-windows). From 15a8a4d1c6f69d32b45d9672ef99fc59d78f4dac Mon Sep 17 00:00:00 2001 From: VakarisZ <36815064+VakarisZ@users.noreply.github.com> Date: Thu, 10 Jun 2021 10:17:22 +0300 Subject: [PATCH 2/2] Update docs/content/setup/windows.md Co-authored-by: Shreya Malviya --- docs/content/setup/windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/setup/windows.md b/docs/content/setup/windows.md index 49174dc77..ef516bc24 100644 --- a/docs/content/setup/windows.md +++ b/docs/content/setup/windows.md @@ -21,9 +21,9 @@ After running the installer, the following prompt should appear on the screen: ### Support Only **English** system locale is supported. If your command prompt gives output in a different -language the Infection Monkey is not guaranteed to work. +language, the Infection Monkey is not guaranteed to work. -For supported Windows versions take a look at [OS support page.](../../reference/operating_systems_support) +For supported Windows versions, take a look at the [OS support page](../../reference/operating_systems_support). ### Missing Windows update