mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-23 10:47:22 +00:00
157 lines
6.6 KiB
Markdown
157 lines
6.6 KiB
Markdown
---
|
|
title: Windows Update - Additional resources
|
|
description: In this article, learn details about to troubleshooting WSUS and resetting Windows Update components manually.
|
|
ms.prod: w10
|
|
ms.mktglfcycl:
|
|
audience: itpro
|
|
ms.localizationpriority: medium
|
|
ms.audience: itpro
|
|
manager: dougeby
|
|
ms.topic: article
|
|
ms.author: aaroncz
|
|
author: aczechowski
|
|
ms.collection: highpri
|
|
---
|
|
|
|
# Windows Update - additional resources
|
|
|
|
**Applies to**:
|
|
|
|
- Windows 10
|
|
- Windows 11
|
|
- Windows Server 2016
|
|
- Windows Server 2019
|
|
|
|
> [!NOTE]
|
|
> Windows Server 2016 supports policies available in Windows 10, version 1607. Windows Server 2019 supports policies available in Windows 10, version 1809.
|
|
|
|
|
|
The following resources provide additional information about using Windows Update.
|
|
|
|
## WSUS Troubleshooting
|
|
|
|
[Troubleshooting issues with WSUS client agents](/troubleshoot/mem/configmgr/troubleshoot-issues-with-wsus-client-agents)
|
|
|
|
[How to troubleshoot WSUS](/troubleshoot/mem/configmgr/troubleshoot-wsus-connection-failures)
|
|
|
|
[Error 80244007 when WSUS client scans for updates](/troubleshoot/mem/configmgr/error-80244007-when-wsus-client-scans-updates)
|
|
|
|
[Updates may not be installed with Fast Startup in Windows 10](/troubleshoot/windows-client/deployment/updates-not-install-with-fast-startup)
|
|
|
|
## How do I reset Windows Update components?
|
|
|
|
- Try using the [Windows Update Troubleshooter](https://support.microsoft.com/windows/windows-update-troubleshooter-for-windows-10-19bc41ca-ad72-ae67-af3c-89ce169755dd), which will analyze the situation and reset any components that need it.
|
|
- Try the steps in [Troubleshoot problems updating Windows 10](https://support.microsoft.com/windows/troubleshoot-problems-updating-windows-10-188c2b0f-10a7-d72f-65b8-32d177eb136c).
|
|
- Try the steps in [Fix Windows Update](https://support.microsoft.com/sbs/windows/fix-windows-update-errors-18b693b5-7818-5825-8a7e-2a4a37d6d787) errors.
|
|
|
|
If all else fails, try resetting the Windows Update Agent by running these commands from an elevated command prompt:
|
|
|
|
``` console
|
|
net stop wuauserv
|
|
rd /s /q %systemroot%\SoftwareDistribution
|
|
net start wuauserv
|
|
```
|
|
|
|
|
|
## Reset Windows Update components manually
|
|
|
|
1. Open a Windows command prompt. To open a command prompt, click **Start > Run**. Copy and paste (or type) the following command and then press ENTER:
|
|
``` console
|
|
cmd
|
|
```
|
|
2. Stop the **BITS service**, the **Windows Update service** and the **Cryptographic service**. To do this, type the following commands at a command prompt. Press ENTER after you type each command.
|
|
``` console
|
|
net stop bits
|
|
net stop wuauserv
|
|
net stop cryptsvc
|
|
```
|
|
3. Delete the **qmgr\*.dat** files. To do this, type the following command at a command prompt, and then press ENTER:
|
|
``` console
|
|
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\qmgr*.dat"
|
|
```
|
|
4. If this is your first attempt at resolving your Windows Update issues by using the steps in this article, go to step 5 without carrying out the steps in step 4. The steps in step 4 should only be performed at this point in the troubleshooting if you cannot resolve your Windows Update issues after following all steps but step 4. The steps in step 4 are also performed by the "Aggressive" mode of the Fix it Solution above.
|
|
1. Rename the following folders to *.BAK:
|
|
``` console
|
|
%Systemroot%\SoftwareDistribution\DataStore
|
|
%Systemroot%\SoftwareDistribution\Download
|
|
%Systemroot%\System32\catroot2
|
|
```
|
|
To do this, type the following commands at a command prompt. Press ENTER after you type each command.
|
|
``` console
|
|
Ren %Systemroot%\SoftwareDistribution\DataStore DataStore.bak
|
|
Ren %Systemroot%\SoftwareDistribution\Download Download.bak
|
|
Ren %Systemroot%\System32\catroot2 catroot2.bak
|
|
```
|
|
|
|
> [!IMPORTANT]
|
|
> The **reset** step below using sc.exe will **overwrite** your existing security ACLs on the BITS and Windows Update service and set them to default. Skip this step unless the other steps to reset Windows Update components have not resolved the issue.
|
|
|
|
2. Reset the **BITS service** and the **Windows Update service** to the default security descriptor. To do this, type the following commands at a command prompt. Press ENTER after you type each command.
|
|
``` console
|
|
sc.exe sdset bits D:(A;CI;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;IU)(A;;CCLCSWLOCRRC;;;SU)
|
|
sc.exe sdset wuauserv D:(A;;CCLCSWRPLORC;;;AU)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;SY)
|
|
```
|
|
5. Type the following command at a command prompt, and then press ENTER:
|
|
``` console
|
|
cd /d %windir%\system32
|
|
```
|
|
6. Reregister the **BITS** files and the **Windows Update** files. To do this, type the following commands at a command prompt. Press ENTER after you type each command.
|
|
|
|
``` console
|
|
regsvr32.exe atl.dll
|
|
regsvr32.exe urlmon.dll
|
|
regsvr32.exe mshtml.dll
|
|
regsvr32.exe shdocvw.dll
|
|
regsvr32.exe browseui.dll
|
|
regsvr32.exe jscript.dll
|
|
regsvr32.exe vbscript.dll
|
|
regsvr32.exe scrrun.dll
|
|
regsvr32.exe msxml.dll
|
|
regsvr32.exe msxml3.dll
|
|
regsvr32.exe msxml6.dll
|
|
regsvr32.exe actxprxy.dll
|
|
regsvr32.exe softpub.dll
|
|
regsvr32.exe wintrust.dll
|
|
regsvr32.exe dssenh.dll
|
|
regsvr32.exe rsaenh.dll
|
|
regsvr32.exe gpkcsp.dll
|
|
regsvr32.exe sccbase.dll
|
|
regsvr32.exe slbcsp.dll
|
|
regsvr32.exe cryptdlg.dll
|
|
regsvr32.exe oleaut32.dll
|
|
regsvr32.exe ole32.dll
|
|
regsvr32.exe shell32.dll
|
|
regsvr32.exe initpki.dll
|
|
regsvr32.exe wuapi.dll
|
|
regsvr32.exe wuaueng.dll
|
|
regsvr32.exe wuaueng1.dll
|
|
regsvr32.exe wucltui.dll
|
|
regsvr32.exe wups.dll
|
|
regsvr32.exe wups2.dll
|
|
regsvr32.exe wuweb.dll
|
|
regsvr32.exe qmgr.dll
|
|
regsvr32.exe qmgrprxy.dll
|
|
regsvr32.exe wucltux.dll
|
|
regsvr32.exe muweb.dll
|
|
regsvr32.exe wuwebv.dll
|
|
```
|
|
|
|
7. Reset **Winsock**. To do this, type the following command at a command prompt, and then press ENTER:
|
|
``` console
|
|
netsh winsock reset
|
|
```
|
|
8. If you are running Windows XP or Windows Server 2003, you have to set the proxy settings. To do this, type the following command at a command prompt, and then press ENTER:
|
|
``` console
|
|
proxycfg.exe -d
|
|
```
|
|
9. Restart the **BITS service**, the **Windows Update service** and the **Cryptographic service**. To do this, type the following commands at a command prompt. Press ENTER after you type each command.
|
|
``` console
|
|
net start bits
|
|
net start wuauserv
|
|
net start cryptsvc
|
|
```
|
|
10. If you are running Windows Vista or Windows Server 2008, clear the **BITS** queue. To do this, type the following command at a command prompt, and then press ENTER:
|
|
``` console
|
|
bitsadmin.exe /reset /allusers
|
|
```
|