-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGaming.reg
50 lines (30 loc) · 1.29 KB
/
Gaming.reg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Windows Registry Editor Version 5.00
;Enable Exclusive Full Screen
[HKEY_CURRENT_USER\System\GameConfigStore]
"GameDVR_DXGIHonorFSEWindowsCompatible"=dword:00000001
;Disable Multi-Plane Overlay (MPO)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm]
"OverlayTestMode"=dword:00000005
;Disable Game Bar Presence Writer
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsRuntime\ActivatableClassId\Windows.Gaming.GameBar.PresenceServer.Internal.PresenceWriter]
"ActivationType"=dword:00000000
;Disable Game DVR
[HKEY_CURRENT_USER\System\GameConfigStore]
"GameDVR_Enabled"=dword:00000000
;Disable Game Mode
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\GameBar]
"UseNexusForGameBarEnabled"=dword:00000000
"AutoGameModeEnabled"=dword:00000000
;Disable Full Screen Optimizations
;[HKEY_CURRENT_USER\Software\Classes\System\GameConfigStore]
;"GameDVR_FSEBehavior"=dword:00000002
;[HKEY_CURRENT_USER\System\GameConfigStore]
;"GameDVR_FSEBehavior"=dword:00000002
;Enable Full Screen Optimizations
;[HKEY_CURRENT_USER\Software\Classes\System\GameConfigStore]
;"GameDVR_FSEBehavior"=dword:00000000
;[HKEY_CURRENT_USER\System\GameConfigStore]
;"GameDVR_FSEBehavior"=dword:00000000
;Disable Hardware-accelerated GPU scheduluing
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\GraphicsDrivers]
"HwSchMode"=dword:00000001