Skip to content

Commit f17b920

Browse files
committed
update
1 parent efea131 commit f17b920

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ Info CBS Failed to find file: x86_microsoft-windows-directwrite_31bf3856ad364e35
9494
cd c:\windows\winsxs
9595
```
9696

97-
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:
97+
Run the `mkdir` command to create a folder for the missing DLL file, and then copy the missing files to the folder.
98+
99+
For example, The file **x86_microsoft-windows-directwrite_31bf3856ad364e35_7.1.7601.23545_none_229deeb1ba2a85d3DWrite.dll** is missing. Assume that you copy the file from a working server and save it to `c:\windows\temp\dwrite.dll`. Run the following command:
98100

99101
```console
100102
mkdir x86_microsoft-windows-directwrite_31bf3856ad364e35_7.1.7601.23545_none_c67f532e01cd149d

0 commit comments

Comments
 (0)