User Tools

Site Tools


software:microsoft:windows:windowsupdate

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
software:microsoft:windows:windowsupdate [2017/07/12 18:27] superwizardsoftware:microsoft:windows:windowsupdate [2021/02/18 21:46] – [Turn Off Windows Updates] superwizard
Line 1: Line 1:
 +====== Windows Update ======
 +
 +------------------------------------------------------------------------------------------------------------------------------------------------\\
 +
 +
 +====== Turn Off Windows Updates ======
 +
 +
 +<WRAP center round box >
 +
 +2021-02-17
 +
 +**Tried this**
 +
 +{{ :etscomputersystem:activedirectoryconfiguratioin:configure_automatic_updates_2021-02-18_16_10_10-local_group_policy_editor.png?direct&600 |}}
 +
 +{{ :etscomputersystem:activedirectoryconfiguratioin:turn_off_access_to_all_windows_update_features_-2021-02-18_16_23_53-local_group_policy_editor.png?direct&600 |}}
 +
 +</WRAP>
 +
 +
 +<WRAP center round box >
 +2021-02-16
 +
 +    Use: gpedit
 +
 +Thai Pepper 
 +joseespitia 
 +Jan 22, 2020 at 3:28 PM 
 +
 +We use the following GPO to remove the Check online for updates from Microsoft Update option:
 +Computer Configuration/Administrative Templates/System/Internet 
 +
 +    Communication Management/Internet Communication settings 
 +    Turn off access to all Windows Update features = Enabled 
 +    
 +https://community.spiceworks.com/topic/2253101-stop-windows-update-through-microsoft-but-allow-from-sccm
 +
 +**Also disable "Configure Automatic Updates"**  
 +
 +    Computer Configuration/Administrative Templates/Windows Components/Windows Updates/Configure Automatic Updates
 +
 +Look at:\\ 
 +
 +**Summary of Windows Update settings** 
 +
 +https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings  
 +
 +Some discussion here:
 +    Configure Automatic Updates - Disable
 +    
 +    Do Not Connect to any Windows Update Internet Locations - Disable (Is currently enabled, don't know why - there's no existing GPO for this set and it's stopping store from working).
 +    Turn off access to all windows update features - Enable
 +    
 +https://social.technet.microsoft.com/Forums/en-US/b3baece6-79e2-471b-b02d-17c834d17012/sccmwsus-windows-updates-confusion 
 +
 +</WRAP>
 + 
 +
 +====== Windows Update Catalog ======
 +
 +[[software:microsoft:windows:updatecatalog|Windows Update Catalog]]
 +
 +
 +====== 2018-11 Update for Windows 10 Version 1803 for x64-based Systems (KB4023057) - Error 0x80070643 ======
 +
 +From: https://answers.microsoft.com/en-us/windows/forum/all/2018-11-update-for-windows-10-version-1803-for-x64/865b6641-20aa-447c-a0b0-2d3a6d3f579f
 +
 +2019-01-17
 +
 +<code>
 +Open administrative Command Prompt and type following commands one-by-one followed by Enter key. 
 +
 +net stop wuauserv 
 +net stop cryptSvc 
 +net stop bits 
 +net stop msiserver 
 +Ren C:\Windows\SoftwareDistribution SoftwareDistribution.old 
 +Ren C:\Windows\System32\catroot2 Catroot2.old 
 +net start wuauserv 
 +net start cryptSvc 
 +net start bits 
 +net start msiserver 
 +
 +</code>
 +
 +
 +====== windows update for windows 7 won't download correctly ======
 +
 +From: https://answers.microsoft.com/en-us/windows/forum/all/windows-update-for-windows-7-wont-download/5b231f19-3467-47da-87bf-896fb63bc52c
 +
 +Also: https://gallery.technet.microsoft.com/scriptcenter/Reset-Windows-Update-Agent-d824badc
 +
 +<code>
 +Try using this to reset the update system it's very good,
 +Use Option 2 on the list after right clicking it and select 
 +run as administrator
 +https://gallery.technet.microsoft.com/scriptcenter/Reset-Windows-Update-Agent-d824badc
 +Download it to your downloads folder
 +Right click it and select Extract all to the downloads folder.
 +Then right click ResetWUEng and select run as administrator
 +Follow the rest of the prompts
 +Press any key to continue
 +Type 2 for that Option on the list and the Enter key
 +Press y for Yes I believe twice
 +After it has completed
 +Type 15 for that option and the Enter key to restart the machine.
 +</code>
 +
 +====== scheduled task runs every day to run task Windows Update service ======
 +
 +From: https://social.technet.microsoft.com/Forums/en-US/dd93462a-6d63-48e4-9c1b-155da6b7eda0/windows-update-service-keeps-turning-back-on?forum=configmanagerosd
 +
 +<code>
 +a scheduled task runs every day to run ccmeval.exe. As part of this task Windows Update service will start again if disabled.
 +</code>
 +
 ====== Turn off the upgrade to the latest version of Windows ====== ====== Turn off the upgrade to the latest version of Windows ======
  
Line 32: Line 149:
  
 Also: http://www.infoworld.com/article/2989972/microsoft-windows/windows-10-installation-problems-and-what-to-do-about-them.html Also: http://www.infoworld.com/article/2989972/microsoft-windows/windows-10-installation-problems-and-what-to-do-about-them.html
 +
 +
 +====== Window update fixer ======
 +
 +From: https://www.howtogeek.com/247380/how-to-fix-windows-update-when-it-gets-stuck/
 +
 +
 +Also: https://www.lifewire.com/when-windows-update-gets-stuck-or-frozen-2624439
 +
 +windows 7 hangs on windows update
  
  
software/microsoft/windows/windowsupdate.txt · Last modified: 2021/02/18 21:48 by superwizard