Fix typo
This commit is contained in:
parent
61d610f194
commit
5aa19c89e9
|
@ -108,7 +108,7 @@ $null = New-Module {
|
|||
[string] $Name
|
||||
)
|
||||
|
||||
Set-ItemProperty $autologinOption -Name $autologinOption "1";
|
||||
Set-ItemProperty $logonPath -Name $autologinOption "1";
|
||||
|
||||
if (-not $Name) {
|
||||
$Name = Get-SetupUser;
|
||||
|
|
Loading…
Reference in a new issue