File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
src/playbook/Executables/AtlasDesktop
3. General Configuration/Pause Updates
6. Advanced Configuration/Toggle Windows Updates Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ reg add "%_uxKey%" /v HideMCTLink /t REG_DWORD /d 1 /f > nul
4040reg add " %_uxKey% " /v RestartNotificationsAllowed2 /t REG_DWORD /d 0 /f > nul
4141reg add " HKLM\SYSTEM\Setup\UpgradeNotification" /v UpgradeAvailable /t REG_DWORD /d 0 /f > nul
4242
43- echo Done. Windows Update deferral has been set .
43+ echo Done. Windows Updates have been paused .
4444if " %~1 " == " /silent" exit /b
4545pause
4646
Original file line number Diff line number Diff line change @@ -51,6 +51,6 @@ reg delete "%_uxKey%" /v HideMCTLink /f > nul 2>&1
5151reg delete " %_uxKey% " /v RestartNotificationsAllowed2 /f > nul 2 >& 1
5252reg delete " HKLM\SYSTEM\Setup\UpgradeNotification" /v UpgradeAvailable /f > nul 2 >& 1
5353
54- echo Done. Windows Update pause policies have been reset to normal .
54+ echo Done. Updates have been unpaused .
5555if " %~1 " == " /silent" exit /b
5656pause
Original file line number Diff line number Diff line change 22USE WITH CAUTION ⚠️⚠️⚠️
33
44‼️‼️‼️
5- Users should use the file found at
5+ ALL USERS ARE ADVISED TO USE THE FILE FOUND AT
66%windir%\AtlasDesktop\3. General Configuration\Pause Updates\Pause Windows Updates.cmd
7+ TO PAUSE UPDATES. THIS WILL NOT BREAK OTHER SERVICES
78‼️‼️‼️
89
9- ⚠️ This should only be used for Advanced Users who know what they are doing.
10+ ⚠️ This should only be used for ** Advanced Users** who know what they are doing.
1011
1112This file breaks:
1213- Windows updates completely (Toggle will fix, but may fail [ unlikely] )
You can’t perform that action at this time.
0 commit comments