summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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