Skip to content

Commit

Permalink
Updated Wiki document
Browse files Browse the repository at this point in the history
  • Loading branch information
HotCakeX committed Nov 10, 2023
1 parent 7e9f012 commit def4403
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Wiki posts/WDACConfig Module Main/WDACConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ This page is also available [on my website.](https://spynetgirl.github.io/WDACCo

## Requirements

* PowerShell 7.3.6 and above
* PowerShell Core latest version

* Install from [GitHub](https://github.com/PowerShell/PowerShell/releases/latest) or [Microsoft Store](https://www.microsoft.com/store/productid/9MZ1SNWT0N5D)

* Windows 11 version 22H2 and above
* Windows 11 latest version
* Administrator Privileges
* Internet Connection (for periodic update checks)

Expand Down Expand Up @@ -49,7 +49,7 @@ This page is also available [on my website.](https://spynetgirl.github.io/WDACCo
## Install The Module

```powershell
Install-Module -Name WDACConfig -Force
Install-Module -Name 'WDACConfig' -Force
```

<br>
Expand Down

0 comments on commit def4403

Please sign in to comment.