You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Building-Locally.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,11 @@ To build the Windows Driver Samples you need a "driver build environment". In e
79
79
80
80
### Option A: Use WDK NuGet Packages
81
81
* See [Download the Windows Driver Kit (WDK)](https://learn.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk) for instructions on how to install Visual Studio, but only complete "Step 1". You do not need to install the SDK or the WDK.
82
-
* Install the Visual Studio Windows Driver Kit Extension (WDK.vsix). Open Visual Studio -> Extensions -> Manage Extensions... -> Online -> Visual Studio Market Place -> Windows Driver Kit -> 10.0.26100.0 -> Download
82
+
* Install the Visual Studio Windows Driver Kit Extension (WDK.vsix).
83
+
* Open Visual Studio -> Extensions -> Manage Extensions... -> Browse.
84
+
* In the search bar type: `Windows Driver Kit`.
85
+
* Find the `Microsoft` signed extension.
86
+
* Click the Install button.
83
87
* Launch a "Developer Command Prompt for VS 2022".
0 commit comments