summaryrefslogtreecommitdiff
path: root/setup/devcon
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2015-08-07 17:05:36 -0700
committerBarry Golden <[email protected]>2015-08-07 17:05:36 -0700
commit93217010e0c3d492c432fbccb167f6070775ba36 (patch)
tree914aa9ccf9757a996882321d0896262989e80459 /setup/devcon
parent7c089b4b332b8a8bd2e29672bbf4f6ee430b3e77 (diff)
Update README.md
Diffstat (limited to 'setup/devcon')
-rw-r--r--setup/devcon/ReadMe.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/devcon/ReadMe.md b/setup/devcon/ReadMe.md
index a018d3bd..b559f0f1 100644
--- a/setup/devcon/ReadMe.md
+++ b/setup/devcon/ReadMe.md
@@ -65,7 +65,7 @@ cmdRescan
This command shows the correct way to rescan for all Plug & Play devices that may have previously been removed, or that otherwise require a rescan to detect them.
cmdDPAdd
-This command allows you to add a Driver Package to the machine. The main functionality of this command demonstrates the use of [**SetupCopyOEMInf**](http://msdn.microsoft.com/en-us/library/windows/hardware/). Adding a Driver Package to the machine doesn’t mean the drivers are installed on devices, it simply means the drivers are available automatically when a new device is plugged in or a existing device is updated.
+This command allows you to add a Driver Package to the machine. The main functionality of this command demonstrates the use of [**SetupCopyOEMInf**](http://msdn.microsoft.com/en-us/library/windows/hardware/). Adding a Driver Package to the machine doesn't mean the drivers are installed on devices, it simply means the drivers are available automatically when a new device is plugged in or a existing device is updated.
cmdDPDelete
This command allows you to uninstall a Driver Package from the machine. The main functionality of this command demonstrates the use of [**SetupUninstallOEMInf**](http://msdn.microsoft.com/en-us/library/windows/hardware/). Removing a Driver Package from the machine does not uninstall the drivers associated with a device. If you want to accomplish both then use *cmdRemove* on all the devices using a given Driver Package and then *cmdDPDelete* to remove the Driver Package itself from the machine.