Skip to content

Commit

Permalink
Documentation fix (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Dec 23, 2024
1 parent 58f5357 commit 4acb297
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/documentation/articles/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/articles/usageCLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
> ```
Expand Down
2 changes: 1 addition & 1 deletion src/documentation/articles/usageReflector.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
> ```
Expand Down

0 comments on commit 4acb297

Please sign in to comment.