Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/10se1ucgo/DisableWinTracking.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Galkin <leks.molecul@gmail.com>2019-02-01 19:29:46 +0300
committerRuined1 <ruined1@gmail.com>2019-02-11 20:05:33 +0300
commitc456bd4ba6a5a3a733ee30b5207413fd86ab7bed (patch)
tree51cf8c6ad26467f09466cda0eefb48cfaefbd3fd /README.md
parent30d5f5b65f2487d51754355c06fa64a45f4537b3 (diff)
Implement Xbox DVR disabling
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9c69793..f90937e 100644
--- a/README.md
+++ b/README.md
@@ -91,6 +91,14 @@ Runs `C:\Windows\SysWOW64\OneDriveSetup.exe /uninstall` (64 bit) or
Also disables registry entries that keep the OneDrive Icon pinned to your Windows Explorer list:
![OneDrive Example Image](http://i.imgur.com/26yfnGD.png)
+#### Xbox DVR
+
+Action:
+* Disable: Set the `GameDVR_Enabled` registry key for both services to `0` (Disabled) Located at `HKEY_CURRENT_USER\System\GameConfigStore`
+* Disable: Set the `AllowGameDVR` registry key for both services to `0` (Disabled) Located at `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\GameDVR`
+
+This action requires reboot computer for completely applying.
+
## Delete Services vs Disable Services?
Selecting "Disable" will simply stop the services from being able to run.