summaryrefslogtreecommitdiffstats
path: root/3-registry.bat
diff options
context:
space:
mode:
authorbreadcat2020-06-17 15:06:11 +0100
committerbreadcat2020-06-17 15:06:11 +0100
commit139ea722290bab2fefa20a5c80e63a41fdda6036 (patch)
treeabdf0e2bc19cb62e8f527e30d8f16684ff5b4328 /3-registry.bat
parente48b2759b07d25defb27b75fc5c7c27403625cd0 (diff)
downloadwin10-prep-139ea722290bab2fefa20a5c80e63a41fdda6036.tar.gz
win10-prep-139ea722290bab2fefa20a5c80e63a41fdda6036.tar.bz2
win10-prep-139ea722290bab2fefa20a5c80e63a41fdda6036.zip
Remove some advertising
Found during research, unsure how much of a difference it makes
Diffstat (limited to '3-registry.bat')
-rw-r--r--3-registry.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/3-registry.bat b/3-registry.bat
index 7d9a885..2811b2b 100644
--- a/3-registry.bat
+++ b/3-registry.bat
@@ -10,6 +10,9 @@ rem show hidden files in explorer
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "Hidden" /t REG_DWORD /d 1 /f
rem show file extensions in explorer
reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "HideFileExt" /t REG_DWORD /d "0" /f
+rem disable advertising maybe
+reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo" /v "Enabled" /t REG_DWORD /d "0" /f
+reg add "HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\AdvertisingInfo" /v "Enabled" /t REG_DWORD /d "0" /f
rem disable notification centre in tray
reg add "HKCU\SOFTWARE\Policies\Microsoft\Windows\Explorer" /v "DisableNotificationCenter" /t REG_DWORD /d "1" /f
rem disable action centre