diff options
| author | Wei Mao <[email protected]> | 2017-08-29 10:48:08 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-08-29 10:48:08 -0700 |
| commit | 448e26ed76b05d39dccf2502fceacdeb84f4f191 (patch) | |
| tree | 7ffa50e5ac6f78eec949ba983cd861d4597696a7 /setup/devcon/msg.mc | |
| parent | d480fa7f2587e2f4170e67d3aa075b3cf4c08552 (diff) | |
| parent | 389bdb217d54112d96b40bc967f86b17a605bed6 (diff) | |
Merge pull request #165 from tfncp/cmdRemoveAll
added a new devcon command "removeall"
Diffstat (limited to 'setup/devcon/msg.mc')
| -rw-r--r-- | setup/devcon/msg.mc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/setup/devcon/msg.mc b/setup/devcon/msg.mc index a3c677e9..ca348bde 100644 --- a/setup/devcon/msg.mc +++ b/setup/devcon/msg.mc @@ -811,6 +811,27 @@ MessageId=61204 SymbolicName=MSG_REMOVE_TAIL Language=English %1!u! device(s) were removed. . +MessageId=61205 SymbolicName=MSG_REMOVEALL_LONG +Language=English +Devcon Removeall Command +Removes devices with the specified hardware or instance ID, including devices +that are not currently attached. Valid only on the local computer. +(To reboot when necesary, Include -r .) +%1 [-r] %2 <id> [<id>...] +%1 [-r] %2 =<class> [<id>...] +<class> Specifies a device setup class. +Examples of <id>: + * - All devices + ISAPNP\PNP0501 - Hardware ID + *PNP* - Hardware ID with wildcards (* matches anything) + @ISAPNP\*\* - Instance ID with wildcards (@ prefixes instance ID) + '*PNP0501 - Hardware ID with apostrophe (' prefixes literal match - matches exactly as typed, + including the asterisk.) +. +MessageId=61206 SymbolicName=MSG_REMOVEALL_SHORT +Language=English +%1!-20s! Remove devices, including those that are not currently attached. +. ;// ;// RESCAN |
