diff options
| author | Shiselster <[email protected]> | 2023-02-09 00:08:56 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-08 14:08:56 -0800 |
| commit | f0282ae24f7559771c78d7ba5b8e660329fbef51 (patch) | |
| tree | d95a37e2aa3514c031098d7fa2b35c18ebaf3852 | |
| parent | 8b16c8bf22a36f757ed0eda94e07aadff747bac6 (diff) | |
Update README.md (#530)
In order to launch the Device Manager, the command is **devmgmt.msc** and not simply **devmgmt**.
| -rw-r--r-- | general/toaster/umdf2/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/general/toaster/umdf2/README.md b/general/toaster/umdf2/README.md index fb3741c6..a2e6c7c0 100644 --- a/general/toaster/umdf2/README.md +++ b/general/toaster/umdf2/README.md @@ -50,7 +50,7 @@ Before you manually deploy a driver, you must turn on test signing and install a ### View the root enumerated driver in Device Manager -On the target computer, in a Command Prompt window, enter **devmgmt** to open Device Manager. In Device Manager, on the **View** menu, choose **Devices by type**. In the device tree, locate **Sample WDF Toaster Service + Filter** (for example, this might be under the **Toaster** node). +On the target computer, in a Command Prompt window, enter **devmgmt.msc** to open Device Manager. In Device Manager, on the **View** menu, choose **Devices by type**. In the device tree, locate **Sample WDF Toaster Service + Filter** (for example, this might be under the **Toaster** node). In Device Manager, on the **View** menu, choose **Devices by connection**. Locate **Sample WDF Toaster Service + Filter** as a child of the root node of the device tree. |
