summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbreadcat2020-07-11 19:45:18 +0100
committerbreadcat2020-07-11 19:45:18 +0100
commitbad1e4dfc0603e034734c85a7e30395546883095 (patch)
tree223dc682297e654faf8c6a46482a9dcba880aa03
parent5e7bec7ac1bb5031352cd6d8274695be98e4031b (diff)
downloadwin10-prep-bad1e4dfc0603e034734c85a7e30395546883095.tar.gz
win10-prep-bad1e4dfc0603e034734c85a7e30395546883095.tar.bz2
win10-prep-bad1e4dfc0603e034734c85a7e30395546883095.zip
Couple more registry tweaks
-rw-r--r--win10-prep.bat6
1 files changed, 6 insertions, 0 deletions
diff --git a/win10-prep.bat b/win10-prep.bat
index f4cd889..43a30e1 100644
--- a/win10-prep.bat
+++ b/win10-prep.bat
@@ -279,6 +279,12 @@ rem disable IE first run popup
reg add "HKLM\Software\Policies\Microsoft\Internet Explorer\Main" /v "DisableFirstRunCustomize" /t REG_DWORD /d "1" /f
rem verbose status messages
reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system" /v "verbosestatus" /t REG_DWORD /d "1" /f
+rem disable live tiles
+reg add "HKCU\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\PushNotifications" /v "NoTileApplicationNotification" /t REG_DWORD /d "1" /f
+rem remove startup delay
+reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Serialize" /v "Startupdelayinmsec" /t REG_DWORD /d "0" /f
+rem disable backup reminders
+reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\StorageSense\Parameters\BackupReminder" /v "BackupReminderToastCount" /t REG_DWORD /d "3" /f
exit /b %errorlevel%
:remove_software