diff --git a/EnableAutoLogin.ps1 b/EnableAutoLogin.ps1 index 7c94a11..2b9d5ff 100644 --- a/EnableAutoLogin.ps1 +++ b/EnableAutoLogin.ps1 @@ -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"