mirror of
https://github.com/W4RH4WK/Debloat-Windows-10.git
synced 2024-11-19 09:25:32 +00:00
Add option to disable game DVR
This commit is contained in:
parent
1b36c653cf
commit
5b79b5c5bb
@ -27,6 +27,10 @@ echo "Disable mouse pointer hiding"
|
||||
sp "HKCU:\Control Panel\Desktop" "UserPreferencesMask" ([byte[]](0x9e,
|
||||
0x1e, 0x06, 0x80, 0x12, 0x00, 0x00, 0x00))
|
||||
|
||||
echo "Disable Game DVR and Game Bar"
|
||||
force-mkdir "HKLM:\SOFTWARE\Policies\Microsoft\Windows\GameDVR"
|
||||
sp "HKLM:\SOFTWARE\Policies\Microsoft\Windows\GameDVR" "AllowgameDVR" 0
|
||||
|
||||
echo "Disable easy access keyboard stuff"
|
||||
sp "HKCU:\Control Panel\Accessibility\StickyKeys" "Flags" "506"
|
||||
sp "HKCU:\Control Panel\Accessibility\Keyboard Response" "Flags" "122"
|
||||
|
Loading…
Reference in New Issue
Block a user