This commit is contained in:
Manuel Thalmann 2024-08-10 03:57:37 +02:00
parent 4a7b3ef411
commit 4f52273757

View file

@ -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;