Changes between Version 53 and Version 54 of Windows Eleven Tweeks


Ignore:
Timestamp:
09/14/23 06:58:21 (15 months ago)
Author:
Paul Kulda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Windows Eleven Tweeks

    v53 v54  
    215215}}}
    216216
     217== Turn Off Windows Update ==
     218
     219{{{
     220The NoAutoUpdate value of the registry key
     221HKEY\LOCAL\MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
     222configures Windows Update to automatically download and install new updates.
     223
     224To disable Windows Automatic Updates, set the Value data of NoAutoUpdate to 1. To enable them, set it to 0.
     225
     226reg add HKEY\LOCAL\MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU /v NoAutoUpdate /t REG_DWORD /d "1" /f
     227}}}
     228
     229
     230
    217231== Fix Windows Update ==
    218232