From 95390aa002d36807b451e6c8381344ff1b5d2fb8 Mon Sep 17 00:00:00 2001 From: Donavon McDowell Date: Tue, 19 Mar 2024 15:37:17 -0600 Subject: [PATCH] Update EnableAutoLogin.ps1 --- EnableAutoLogin.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"