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/02/26 06:00] 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 ======
 +
 +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 ====== ====== scheduled task runs every day to run task Windows Update service ======
  
software/microsoft/windows/windowsupdate.1519624809.txt.gz · Last modified: 2018/02/26 06:00 by superwizard