Skip to content

Commit dab5ce4

Browse files
authored
Merge pull request #9600 from scottmca/docs-editor/fix-windows-update-errors-1756157289
AB#7298: Update fix-windows-update-errors.md
2 parents b8b8a6d + 8d8662b commit dab5ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/windows-server/installing-updates-features-roles/fix-windows-update-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To resolve Windows Update corruptions and address update installation failures,
7777
> DISM repair works best when you connect to Microsoft Update servers to fetch missing or corrupted files. When you use the proceeding command, DISM gets the files needed to fix any corruptions from Windows Update. However, if your computer can't connect to Windows Update, you can alternatively use a working Windows installation as the repair source, or you can use files from a Windows folder on a network or from a USB or DVD. Instead, use this command:
7878

7979
```console
80-
DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:\\<servername>\c$\winsxs /LimitAccess
80+
DISM.exe /Online /Cleanup-Image /RestoreHealth /Source:\\<servername>\c$\windows /LimitAccess
8181
```
8282

8383
> [!NOTE]

0 commit comments

Comments
 (0)