From ad942f7f03922ccd7117cd5a126b960ea37850cb Mon Sep 17 00:00:00 2001 From: jazir5 <31750063+jazir555@users.noreply.github.com> Date: Sat, 23 Nov 2024 23:58:19 -0800 Subject: [PATCH] Update Test commands for disabling welcome ui --- Test commands for disabling welcome ui | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Test commands for disabling welcome ui b/Test commands for disabling welcome ui index 5dda235..1fbbab7 100644 --- a/Test commands for disabling welcome ui +++ b/Test commands for disabling welcome ui @@ -12,6 +12,9 @@ rem Force classic logon style reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v UIHost /t REG_SZ /d "logonui.exe" /f reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" /v UseNewUX /t REG_DWORD /d 0 /f +rem Disable the Shell Experience Host process during logon +reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\ShellExperienceHost.exe" /v Debugger /t REG_SZ /d "cmd.exe /c exit" /f + rem Disable Credential Provider Filters reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Provider Filters\{D27C9D86-7207-4914-913B-0950C06BF9E6}" /v Disabled /t REG_DWORD /d 1 /f