Skip to content

Commit efea131

Browse files
committed
update based on Tech review
1 parent a16fce3 commit efea131

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Copy the **System Tools** folder from a working machine to the affected machine,
7777

7878
## Symptom 3: Missing DLLs in C:\Windows\WinSxS
7979

80-
Monthly rollups might fail with error 0x80070002 due to missing DLLs in the Side-by-Side store. Check the **WindowsUpdate.log** and CBS logs for missing files like `DWrite.dll` and `FntCache.dll`.
80+
Monthly rollups might fail with error 0x80070002 due to missing DLLs in the Side-by-Side store. Check the **WindowsUpdate.log** and CBS logs for missing files like `DWrite.dll`.
8181

8282
```output
8383
Info CBS Failed to find file: x86_microsoft-windows-directwrite_31bf3856ad364e35_7.1.7601.23545_none_229deeb1ba2a85d3DWrite.dll [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
@@ -98,6 +98,7 @@ Info CBS Failed to find file: x86_microsoft-windows-directwrite_31bf3856ad364e35
9898

9999
```console
100100
mkdir x86_microsoft-windows-directwrite_31bf3856ad364e35_7.1.7601.23545_none_c67f532e01cd149d
101+
copy c:\windows\temp\dwrite.dll c:\windows\winsxs\x86_microsoft-windows-directwrite_31bf3856ad364e35_7.1.7601.23545_none_c67f532e01cd149d
101102
```
102103

103104
3. Run the following command to check for corruptions:

0 commit comments

Comments
 (0)