Skip to content

Commit ae95787

Browse files
committed
update
1 parent 3d3c1fb commit ae95787

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

support/windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-0x80070002.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Info CBS Failed to find file: x86_microsoft-windows-directwrite_31bf3856ad364e35
9191
Then, run the `mkdir` command to create a folder for the missing DLL file. For example, if the file x86_microsoft-windows-directwrite_31bf3856ad364e35_7.1.7601.23545_none_229deeb1ba2a85d3DWrite.dll is missing, run the following command:
9292

9393
```console
94-
mkdir x86_microsoft-windows-directwrite_31bf3856ad364e35_7.1.7601.23545_none_229deeb1ba2a85d3
94+
mkdir x86_microsoft-windows-directwrite_31bf3856ad364e35_7.1.7601.23545_none_c67f532e01cd149d
9595
```
9696

9797
3. Run the following command to check for corruptions:
@@ -147,7 +147,7 @@ Error SP CMountWIM::DoExecute: Failed to mount WIM file C:\$WINDOWS.~BT\Sources\
147147

148148
### Resolution: Restore WIMMOUNT.sys
149149

150-
Export `WIMMOUNT.sys` from the location `%SystemRoot%\system32\drivers\wimmount.sys` and the registry `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Wimmount` on a working server. Then, merge them on the affected server.
150+
Export WIMMOUNT.sys from registry: `HKLM\System\CCS\Services\Wimmount.sys` from the working server and merge it on the affected server. Then, merge them on the affected server.
151151

152152
## Next steps
153153

0 commit comments

Comments
 (0)