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
software:microsoft:windows:windowsupdate [2018/06/17 04:40] superwizardsoftware:microsoft:windows:windowsupdate [2021/02/18 21:48] (current) – [Turn Off Windows Updates] superwizard
Line 1: Line 1:
 +====== Windows Update ======
 +
 +------------------------------------------------------------------------------------------------------------------------------------------------\\
 +
 +
 +====== Turn Off Windows Updates ======
 +
 +
 +<WRAP center round box >
 +
 +2021-02-17
 +
 +**Tried this**
 +
 +{{ :software:microsoft:windows:configure_automatic_updates_2021-02-18_16_10_10-local_group_policy_editor.png?direct&600 |}}
 +
 +{{ :software:microsoft:windows: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 ====== ====== windows update for windows 7 won't download correctly ======
  
software/microsoft/windows/windowsupdate.1529210433.txt.gz · Last modified: 2018/06/17 04:40 by superwizard