Add missing semicolon
This commit is contained in:
parent
03086d1052
commit
2b1b9cb449
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ function New-PersonalUser([Context] $context)
|
||||||
}
|
}
|
||||||
|
|
||||||
function Enable-UACNextLogin() {
|
function Enable-UACNextLogin() {
|
||||||
$taskName = "PortValhalla"
|
$taskName = "PortValhalla";
|
||||||
$keyPath = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System";
|
$keyPath = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System";
|
||||||
$propertyName = "EnableLUA";
|
$propertyName = "EnableLUA";
|
||||||
$null = Set-ItemProperty "$keyPath" -Name "$propertyName" -Value 1;
|
$null = Set-ItemProperty "$keyPath" -Name "$propertyName" -Value 1;
|
||||||
|
|
Loading…
Reference in a new issue