From d5cdcd2211439ad3ad3f287b1ca05b8ae9f09b32 Mon Sep 17 00:00:00 2001 From: Michael Meadow <31750063+m-meadow@users.noreply.github.com> Date: Mon, 22 Jan 2024 01:39:43 -0800 Subject: [PATCH] README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0bc36f..db38051 100644 --- a/README.md +++ b/README.md @@ -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.