From 9219fe0ff0d3c2fc40f21f3aaa811a630d6d69e2 Mon Sep 17 00:00:00 2001 From: Michael Meadow <31750063+m-meadow@users.noreply.github.com> Date: Mon, 22 Jan 2024 01:42:39 -0800 Subject: [PATCH] README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a14c848..21c6dca 100644 --- a/README.md +++ b/README.md @@ -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. I have put a placeholder in the script breakdown here for clarity: +Sets an empty default password for automatic logon (DefaultPassword). If you have a password, please insert it into the empty quotation marks in the batch script inside this command. I have put a placeholder in the script breakdown here for clarity: reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultPassword /t REG_SZ /d **"YourPasswordGoesHere"** /f