Skip to content

Commit

Permalink
updated documentations
Browse files Browse the repository at this point in the history
updated documentations
  • Loading branch information
HotCakeX committed Dec 10, 2024
1 parent 8a92dfd commit 9ec4f8f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ Unprotect-WindowsSecurity
* [**YouTube demo**](https://www.youtube.com/watch?v=SzMs13n7elE)
* [**Documentation**](https://github.com/HotCakeX/Harden-Windows-Security/wiki/AppControl-Manager)

Use the following PowerShell command as Admin

```powershell
(irm 'https://raw.githubusercontent.com/HotCakeX/Harden-Windows-Security/main/Harden-Windows-Security.ps1')+'AppControl'|iex
```
Expand Down
9 changes: 4 additions & 5 deletions Wiki posts/AppControl Manager/AppControl Manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ The short-term goal is for the AppControl manager to reach feature parity with t

Use the following PowerShell [command](https://github.com/HotCakeX/Harden-Windows-Security/blob/main/Harden-Windows-Security.ps1) as Admin, it will automatically download the latest MSIX file from this repository's release page and install it for you.

> [!TIP]\
> The app includes an update section that allows you to check for update and install the new version securely with just a press of a button. It is a very convenient and non-intrusive update experience because when the app is updated, it won't restart itself, instead it will wait for you to close it and the next time you open it you will be automatically using the new version.
<br>

```powershell
(irm 'https://raw.githubusercontent.com/HotCakeX/Harden-Windows-Security/main/Harden-Windows-Security.ps1')+'AppControl'|iex
```

> [!TIP]\
> [AppControl Manager supports auto-update and has built-in updater.](https://github.com/HotCakeX/Harden-Windows-Security/wiki/Update)

<br>

Please feel free to open a discussion if you have any questions about the build process, security, how to use or have feedbacks. [**Source code on this repository**](https://github.com/HotCakeX/Harden-Windows-Security/tree/main/AppControl%20Manager)
Expand Down
2 changes: 2 additions & 0 deletions Wiki posts/AppControl Manager/Update.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ In the [AppControl Manager's](https://github.com/HotCakeX/Harden-Windows-Securit

Additionally, you can select an MSIX package to install as an update for AppControl Manager. This feature is particularly useful if you've already downloaded the MSIX file from GitHub or built the application from the source code yourself.

The update experience is very convenient and non-intrusive because when the app is updated, it won't restart itself, instead it will wait for you to close it and the next time you open it you will be automatically using the new version.

<br>

0 comments on commit 9ec4f8f

Please sign in to comment.