Skip to content

Commit

Permalink
Update WDACConfig.psm1
Browse files Browse the repository at this point in the history
  • Loading branch information
HotCakeX committed Aug 3, 2024
1 parent 2d92e53 commit 20d6b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WDACConfig/WDACConfig Module Files/WDACConfig.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Load order of the WDACConfig module:
$global:ErrorActionPreference = 'Stop'

if (!$IsWindows) {
Throw [System.PlatformNotSupportedException] 'The WDACConfig module only runs on Windows operation systems.'
Throw [System.PlatformNotSupportedException] 'The WDACConfig module only runs on Windows operation systems. Download it from here: https://www.microsoft.com/software-download/windows11'
}

# Specifies that the WDACConfig module requires Administrator privileges
Expand Down

0 comments on commit 20d6b50

Please sign in to comment.