Add missing semicolon

This commit is contained in:
Manuel Thalmann 2023-06-28 22:06:46 +02:00
parent 03086d1052
commit 2b1b9cb449

View file

@ -42,7 +42,7 @@ function New-PersonalUser([Context] $context)
}
function Enable-UACNextLogin() {
$taskName = "PortValhalla"
$taskName = "PortValhalla";
$keyPath = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System";
$propertyName = "EnableLUA";
$null = Set-ItemProperty "$keyPath" -Name "$propertyName" -Value 1;