mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 10:53:43 +00:00
Merge pull request #4812 from illfated/winupdate_md_code_block
Windows Update resources: add MD code block
This commit is contained in:
@ -4,9 +4,11 @@ description: Additional resources for Windows Update
|
||||
ms.prod: w10
|
||||
ms.mktglfcycl:
|
||||
ms.sitesec: library
|
||||
audience: itpro
|
||||
audience: itpro
|
||||
author: greg-lindsay
|
||||
ms.localizationpriority: medium
|
||||
ms.localizationpriority: medium
|
||||
ms.audience: itpro
|
||||
author: greg-lindsay
|
||||
ms.date: 09/18/2018
|
||||
ms.reviewer:
|
||||
manager: laurawi
|
||||
@ -70,42 +72,46 @@ The following resources provide additional information about using Windows Updat
|
||||
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.
|
||||
```
|
||||
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.
|
||||
- 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 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:
|
||||
```
|
||||
netsh winsock reset
|
||||
|
Reference in New Issue
Block a user