From 4acb2975e8f491a26f432b287cd35576b71aaa70 Mon Sep 17 00:00:00 2001 From: MASES Public Developers Team <94312179+masesdevelopers@users.noreply.github.com> Date: Mon, 23 Dec 2024 01:31:40 +0100 Subject: [PATCH] Documentation fix (#585) --- src/documentation/articles/usage.md | 2 +- src/documentation/articles/usageCLI.md | 2 +- src/documentation/articles/usageReflector.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/documentation/articles/usage.md b/src/documentation/articles/usage.md index 1ec1a71bd3..8c628e7fe3 100644 --- a/src/documentation/articles/usage.md +++ b/src/documentation/articles/usage.md @@ -81,7 +81,7 @@ To solve the issue there are four possible solutions: MyApplication.exe ``` -4. If you want to run the classic application execute the following command: +4. If you want to run the classic application execute the following command in an **elevated shell**: ```sh reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\MyApplication.exe" /v MitigationOptions /t REG_BINARY /d "0000000000000000000000000000002000" /f diff --git a/src/documentation/articles/usageCLI.md b/src/documentation/articles/usageCLI.md index 2c96fcf6bf..075e468a94 100644 --- a/src/documentation/articles/usageCLI.md +++ b/src/documentation/articles/usageCLI.md @@ -25,7 +25,7 @@ jnet -i ``` > [!IMPORTANT] -> If the previous command raises the error described in [Intel CET and KNet](usage.md#intel-cet-and-knet) the only solution is to apply the following workaround and disable CET: +> If the previous command raises the error described in [Intel CET and JNet](usage.md#intel-cet-and-jnet), the only solution is to apply the following workaround (within an **elevated shell**) and disable CET: > ```sh > reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\jnet.exe" /v MitigationOptions /t REG_BINARY /d "0000000000000000000000000000002000" /f > ``` diff --git a/src/documentation/articles/usageReflector.md b/src/documentation/articles/usageReflector.md index cdb47d0f8a..f5e2f58b31 100644 --- a/src/documentation/articles/usageReflector.md +++ b/src/documentation/articles/usageReflector.md @@ -22,7 +22,7 @@ jnetreflector -OriginRootPath C:\\myJars -OriginJavadocUrl \"https://thehost/jav ``` > [!IMPORTANT] -> If the previous command raises the error described in [Intel CET and KNet](usage.md#intel-cet-and-knet) the only solution is to apply the following workaround and disable CET: +> If the previous command raises the error described in [Intel CET and JNet](usage.md#intel-cet-and-jnet), the only solution is to apply the following workaround (within an **elevated shell**) and disable CET: > ```sh > reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\jnetreflector.exe" /v MitigationOptions /t REG_BINARY /d "0000000000000000000000000000002000" /f > ```