diff --git a/scripts/Windows/OS/User.ps1 b/scripts/Windows/OS/User.ps1 index adba09e9..c0554eae 100644 --- a/scripts/Windows/OS/User.ps1 +++ b/scripts/Windows/OS/User.ps1 @@ -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;