From b93ef583b649761d75e6c08c5cf28d33666e8c20 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 5 Mar 2023 15:31:27 +0100 Subject: [PATCH] doesnt remove gamebar anymore --- windows11.bat | 4 ---- 1 file changed, 4 deletions(-) diff --git a/windows11.bat b/windows11.bat index d253e84..049f903 100644 --- a/windows11.bat +++ b/windows11.bat @@ -11,10 +11,6 @@ fltmc >nul 2>&1 || ( :: === Right click of Windows 10 == REG ADD "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve -:: === Disabling the gamebar == -REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\GameDVR" /v AppCaptureEnabled /t REG_DWORD /d 00000000 /f -REG ADD "HKEY_CURRENT_USER\System\GameConfigStore" /v GameDVR_Enabled /t REG_DWORD /d 00000000 /f - :: === Disabling widgets == REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Dsh" /v AllowNewsAndInterests /t REG_DWORD /d 00000000 /f