MarkDown consistency follow-up + typo correction

- add missing "DOS" code blocks for CMD outputs
- add missing MarkDown spacing in quote indents for Note & Warning boxes
- resolve a typo (winodw -> window)
- add consistency by using uppercase letters for the command DISM
This commit is contained in:
illfated
2019-08-18 15:22:43 +02:00
parent ffb7a22722
commit 7603218f3b

View File

@ -151,15 +151,18 @@ If you receive BCD-related errors, follow these steps:
```
4. You might receive one of the following outputs:
- Scanning all disks for Windows installations. Please wait, since this may take a while ...
```dos
Scanning all disks for Windows installations. Please wait, since this may take a while ...
Successfully scanned Windows installations. Total identified Windows installations: 0
The operation completed successfully.
```
- Scanning all disks for Windows installations. Please wait, since this may take a while ...
```dos
Scanning all disks for Windows installations. Please wait, since this may take a while ...
Successfully scanned Windows installations. Total identified Windows installations: 1
D:\Windows
Add installation to boot list? Yes/No/All:
```
If the output shows **windows installation: 0**, run the following commands:
@ -175,10 +178,12 @@ bootrec /rebuildbcd
After you run the command, you receive the following output:
```dos
Scanning all disks for Windows installations. Please wait, since this may take a while ...
Successfully scanned Windows installations. Total identified Windows installations: 1
{D}:\Windows
Add installation to boot list? Yes/No/All: Y
```
5. Try restarting the system.
@ -308,11 +313,11 @@ For additional troubleshooting steps, see the following articles:
To fix problems that occur after you install Windows updates, check for pending updates by using these steps:
1. Open a Command Prompt winodw in WinRE.
1. Open a Command Prompt window in WinRE.
2. Run the command:
```dos
dism /image:C:\ /get-packages
DISM /image:C:\ /get-packages
```
3. If there are any pending updates, uninstall them by running the following commands:
@ -320,7 +325,7 @@ To fix problems that occur after you install Windows updates, check for pending
DISM /image:C:\ /remove-package /packagename: name of the package
```
```dos
Dism /Image:C:\ /Cleanup-Image /RevertPendingActions
DISM /Image:C:\ /Cleanup-Image /RevertPendingActions
```
Try to start the computer.