Fix broken scripts

This commit is contained in:
Manuel Thalmann 2024-08-10 01:50:52 +02:00
parent 89d43c1599
commit 94d6ffe6f9
2 changed files with 2 additions and 2 deletions
scripts/Windows/Scripts

View file

@ -77,7 +77,7 @@ $null = New-Module {
[switch] $System,
[Parameter(ParameterSetName="User",Mandatory)]
[switch] $User,
[Parameter(Mandatory)]
[Parameter(ParameterSetName="User")]
[RegistryKey] $UserKey
)