From 335102d9b390eb4dba7c2633a92d6fad135801a2 Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:47:16 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00f9bbd..69db28f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Transform your Windows Computer into a Video Game console first, PC second! What remains to be fixed: -1. Completely suppressing the taskbar from appearing when Windows Explorer automatically launches in the background. The taskbar displays for a second when Explorer starts, which makes it appear over the Big Picture UI temporarily for ~1 second, and then it disappears. This is not intended behavior, and it is visually distracting. +1. Completely suppressing the taskbar from appearing when Windows Explorer automatically launches in the background. The taskbar displays temporarily for ~1 second when explorer.exe launches,which makes it appear over the Big Picture UI; and then it disappears. This is not intended behavior, and it is visually distracting. 2. Disabling the Windows welcome screen entirely. Currently the Boot logo is removed as intended, and the script is set to log the user account which ran the script in automatically. The welcome screen still remains, and will be disabled in future versions of the script. Going to have to write a custom C++ application to do so since there is no off the shelf way to disable the Welcome Screen on Windows 11.