Unplug/stop USB device

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know of a command prompt to duplicate what the Unplug or Stop
Devices system tray icon does? I am looking to simplify this process.
 
jhkc said:
Does anyone know of a command prompt to duplicate what the Unplug or Stop
Devices system tray icon does? I am looking to simplify this process.
Hi

You can use deveject.exe available here (includes C++ source code
as well):

http://www.heise.de/ct/03/16/links/208.shtml

Direct link to zip file :
ftp://ftp.heise.de/pub/ct/listings/0316-208.zip

For help, run deveject.exe /? in a command prompt.

Works for Windows 2000/XP/2003.
 
Thansk, I'll give it a try.


Torgeir Bakken (MVP) said:
Hi

You can use deveject.exe available here (includes C++ source code
as well):

http://www.heise.de/ct/03/16/links/208.shtml

Direct link to zip file :
ftp://ftp.heise.de/pub/ct/listings/0316-208.zip

For help, run deveject.exe /? in a command prompt.

Works for Windows 2000/XP/2003.



--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx
 
Back
Top