doesnt remove gamebar anymore

This commit is contained in:
Mylloon 2023-03-05 15:31:27 +01:00
parent af93b1e0e0
commit b93ef583b6
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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