Skip to content

Commit c6f83ce

Browse files
committed
fix: typo (autosave fail)
1 parent b33ced6 commit c6f83ce

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

src/playbook/Executables/AtlasDesktop/3. General Configuration/Pause Updates/Pause Windows Updates.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ reg add "%_uxKey%" /v HideMCTLink /t REG_DWORD /d 1 /f > nul
4040
reg add "%_uxKey%" /v RestartNotificationsAllowed2 /t REG_DWORD /d 0 /f > nul
4141
reg 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.
4444
if "%~1"=="/silent" exit /b
4545
pause
4646

src/playbook/Executables/AtlasDesktop/3. General Configuration/Pause Updates/Unpause Windows Updates.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ reg delete "%_uxKey%" /v HideMCTLink /f > nul 2>&1
5151
reg delete "%_uxKey%" /v RestartNotificationsAllowed2 /f > nul 2>&1
5252
reg 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.
5555
if "%~1"=="/silent" exit /b
5656
pause

src/playbook/Executables/AtlasDesktop/6. Advanced Configuration/Toggle Windows Updates/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
USE 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

1112
This file breaks:
1213
- Windows updates completely (Toggle will fix, but may fail [unlikely])

0 commit comments

Comments
 (0)