doesnt remove gamebar anymore
This commit is contained in:
parent
af93b1e0e0
commit
b93ef583b6
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue