Update EnableAutoLogin.ps1

This commit is contained in:
Donavon McDowell 2024-03-19 15:37:17 -06:00
parent f634b77704
commit 95390aa002

View File

@ -20,4 +20,4 @@ Set-ItemProperty -Path $keyPath -Name "DefaultPassword" -Value $passwordPlain
Set-ItemProperty -Path $keyPath -Name "AutoAdminLogon" -Value 1
# Display confirmation
Write-Host "Registry values updated successfully."
Write-Host $username " is now set up for auto login"