- Safely remove hardware from a dll?
- Posted by cubegames@gmail.com on February 15th, 2006
Is it possible to Safely Remove a USB using a dll?
- Posted by Mike Williams on February 15th, 2006
cubegames@gmail.com wrote:
Do you know the meaning of that sentence?
- Posted by Alan Edwards on February 15th, 2006
How can you remove a USB using a dll?
What dll?
What is wrong with the normal method?
....Alan
--
Alan Edwards, MS MVP Windows - Internet Explorer
http://dts-l.org/index.html
On 15 Feb 2006 00:38:25 -0800, cubegames@gmail.com wrote:
- Posted by cubegames@gmail.com on February 15th, 2006
I need to remove a USB using the same method as Safely Remove Hardware
on the task bar but from a program.
How can I do this?
- Posted by Uwe Sieber on February 15th, 2006
cubegames@gmail.com wrote:
Here you find links to two executables for that purpose:
http://www.uwe-sieber.de/usbstick_e.html
- Posted by cubegames@gmail.com on February 15th, 2006
Well
I tryed Devcon before and was thinking of trying these apps but I would
prefer a DLL
- Posted by cubegames@gmail.com on February 16th, 2006
Also I came across Hotplug.dll
If I can't remove it, can I just bring up the dialog?
- Posted by Torgeir Bakken \(MVP\) on February 16th, 2006
cubegames@gmail.com wrote:
This will bring up the GUI:
rundll32.exe shell32.dll,Control_RunDLL hotplug.dll
--
torgeir, Microsoft MVP Scripting, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scr...r/default.mspx
- Posted by cubegames@gmail.com on February 18th, 2006
Great
Thanks