Training
Module
Troubleshoot device driver failures - Training
This module focuses on the role of device drivers and troubleshooting problems that pertain to them.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The Default rule set (Default.sdv) specifies the recommended sets of rules to use when you analyze your driver.
DDI usage rule set (KMDF) IrpProcessing rule set (KMDF) Irql rule set (KMDF) Locking rule set (KMDF) Miscellaneous rule set (KMDF) RequestProcessing rule set (KMDF) Usb rule set (KMDF) To select the default rules
Select your driver project (.vcxProj) in Microsoft Visual Studio. From the Driver menu, click Launch Static Driver Verifier….
Click the Rules tab. Under Rule Sets, select Default.
To select the default rule set from a Visual Studio developer command prompt window, specify Default.sdv with the /check option. For example:
msbuild /t:sdv /p:Inputs="/check:Default.sdv" mydriver.VcxProj /p:Configuration="Win8 Release" /p:Platform=Win32
For more information, see Using Static Driver Verifier to Find Defects in Drivers and Static Driver Verifier commands (MSBuild).
Training
Module
Troubleshoot device driver failures - Training
This module focuses on the role of device drivers and troubleshooting problems that pertain to them.