Windows Update resources: add MD code block

Description:

The list of manual regsvr32.exe commands becomes translated in other
languages, to the extent that extra words appear among the commands.
This is an attempt to mitigate this behavior in the machine translation,
by adding a MarkDown code block around the list of commands.

Proposed changes:
- Add MD code block around the long list of regsvr32.exe commands
- Remove blank space characters at the end of each line (cosmetic)

issue ticket reference or closure:
Ref. #4800 (Spanish "translation" of commands)
Ref. #3569, #3570, #3571, #3572, #3574, #3575
( [LOC] Back-Translation "regsvr32.exe [...]" )
This commit is contained in:
illfated
2019-08-29 00:13:45 +02:00
parent e4f43df785
commit 7a2a5eeff6

View File

@ -70,42 +70,46 @@ The following resources provide additional information about using Windows Updat
5. Type the following command at a command prompt, and then press ENTER: 5. Type the following command at a command prompt, and then press ENTER:
``` ```
cd /d %windir%\system32 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 atl.dll
- regsvr32.exe shdocvw.dll regsvr32.exe urlmon.dll
- regsvr32.exe browseui.dll regsvr32.exe mshtml.dll
- regsvr32.exe jscript.dll regsvr32.exe shdocvw.dll
- regsvr32.exe vbscript.dll regsvr32.exe browseui.dll
- regsvr32.exe scrrun.dll regsvr32.exe jscript.dll
- regsvr32.exe msxml.dll regsvr32.exe vbscript.dll
- regsvr32.exe msxml3.dll regsvr32.exe scrrun.dll
- regsvr32.exe msxml6.dll regsvr32.exe msxml.dll
- regsvr32.exe actxprxy.dll regsvr32.exe msxml3.dll
- regsvr32.exe softpub.dll regsvr32.exe msxml6.dll
- regsvr32.exe wintrust.dll regsvr32.exe actxprxy.dll
- regsvr32.exe dssenh.dll regsvr32.exe softpub.dll
- regsvr32.exe rsaenh.dll regsvr32.exe wintrust.dll
- regsvr32.exe gpkcsp.dll regsvr32.exe dssenh.dll
- regsvr32.exe sccbase.dll regsvr32.exe rsaenh.dll
- regsvr32.exe slbcsp.dll regsvr32.exe gpkcsp.dll
- regsvr32.exe cryptdlg.dll regsvr32.exe sccbase.dll
- regsvr32.exe oleaut32.dll regsvr32.exe slbcsp.dll
- regsvr32.exe ole32.dll regsvr32.exe cryptdlg.dll
- regsvr32.exe shell32.dll regsvr32.exe oleaut32.dll
- regsvr32.exe initpki.dll regsvr32.exe ole32.dll
- regsvr32.exe wuapi.dll regsvr32.exe shell32.dll
- regsvr32.exe wuaueng.dll regsvr32.exe initpki.dll
- regsvr32.exe wuaueng1.dll regsvr32.exe wuapi.dll
- regsvr32.exe wucltui.dll regsvr32.exe wuaueng.dll
- regsvr32.exe wups.dll regsvr32.exe wuaueng1.dll
- regsvr32.exe wups2.dll regsvr32.exe wucltui.dll
- regsvr32.exe wuweb.dll regsvr32.exe wups.dll
- regsvr32.exe qmgr.dll regsvr32.exe wups2.dll
- regsvr32.exe qmgrprxy.dll regsvr32.exe wuweb.dll
- regsvr32.exe wucltux.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: 7. Reset Winsock. To do this, type the following command at a command prompt, and then press ENTER: