README.md

This commit is contained in:
Michael Meadow
2024-01-22 01:39:43 -08:00
committed by GitHub
parent e8d1f996ce
commit d5cdcd2211

View File

@@ -43,7 +43,9 @@ 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).
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:
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v **DefaultPassword /t REG_SZ /d "YourPasswordGoesHere"** /f
6. The command "bcdedit.exe -set {globalsettings} bootuxdisabled on" disables the boot user interface (bootuxdisabled). This disables Windows Branded Boot, and therefore no Windows logo is displayed when the OS boots.