From 9ee92d83a9a0f46932a5db24db92865a447e7434 Mon Sep 17 00:00:00 2001 From: Michael Meadow <31750063+m-meadow@users.noreply.github.com> Date: Mon, 22 Jan 2024 01:40:09 -0800 Subject: [PATCH] README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db38051..0c9111e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Configures Windows to automatically log in with the current user account (AutoAd 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 +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.