Added option to disable gameDVR, clearing start now backs up old file + more

Added new option to disable Game DVR. (#62)
Clearing the start menu now creates a backup of the current start menu file. (#60)
Fixed unnecessarily setting path variable in Get.ps1 in some situations (#59)
This commit is contained in:
Raphire
2024-05-24 14:13:15 +02:00
parent 9401de8bc7
commit 6ec319b272
5 changed files with 41 additions and 8 deletions

7
Regfiles/Disable_DVR.reg Normal file
View File

@@ -0,0 +1,7 @@
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\System\GameConfigStore]
"GameDVR_Enabled"=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GameDVR]
"AllowGameDVR"=dword:00000000