From 7c089b4b332b8a8bd2e29672bbf4f6ee430b3e77 Mon Sep 17 00:00:00 2001 From: Barry Golden Date: Thu, 6 Aug 2015 20:07:53 -0700 Subject: Update README.md --- setup/devcon/ReadMe.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'setup') diff --git a/setup/devcon/ReadMe.md b/setup/devcon/ReadMe.md index 20c2c6e7..a018d3bd 100644 --- a/setup/devcon/ReadMe.md +++ b/setup/devcon/ReadMe.md @@ -14,7 +14,7 @@ You can build the sample in two ways: using the Visual Studio Integrated Develop **Building the sample using Visual Studio** -1. Open Visual Studio. From the **File** menu, select **Open Project/Solution**. Within your WDK installation, navigate to the folder where you extracted DevCon. For example c:\\DevConSample\\C++ and open the devcon.sln project file. +1. Open Visual Studio. From the **File** menu, select **Open Project/Solution**. Navigate to the DevCon sample folder and open the devcon.sln project file. 2. Right-click the solution in the **Solution Explorer** and select **Configuration Manager**. 3. From the **Configuration Manager**, select the **Active Solution Configuration** (for example, Debug or Release) and the **Active Solution Platform** (for example, Win32) that correspond to the type of build you are interested in. 4. From the **Build** menu, click **Build Solution** (Ctrl+Shift+B). @@ -73,9 +73,6 @@ This command allows you to uninstall a Driver Package from the machine. The main cmdDPEnum This command allows you to enumerate all of the 3rd party Driver Packages currently installed on the machine and also shows you how to get some common properties from a Driver Package (Provider, Class description, DriverVer date and version). -cmdDPEnumLegacy -This command shows you how to enumerate 3rd party Driver Packages on Windows ServerĀ 2003 and earlier operating systems. - Reboot This function shows how to correctly reboot the machine from a hardware install program. In particular it passes flags to **ExitWindowsEx** that cause the reboot to be associated with hardware installation. You should never reboot the machine unnecessarily. -- cgit v1.3.1