README.md

This commit is contained in:
Michael Meadow 2024-01-22 01:41:00 -08:00 committed by GitHub
parent 9ee92d83a9
commit ba9e3d1942
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ Deletes any existing scheduled task with the same name and creates a new one usi
Configures Windows to automatically log in with the current user account (AutoAdminLogon).
Sets an empty default password for automatic logon (DefaultPassword). If you have a password, please insert it into the empty quotation marks in this command:
Sets an empty default password for automatic logon (DefaultPassword). If you have a password, please insert it into the empty quotation marks in this command. I have put a placeholder in the instructions here in the script breakdown for clarity:
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultPassword /t REG_SZ /d **"YourPasswordGoesHere"** /f