Re-mount USB device after removal on Windows

When you "safely remove" a USB HDD - it stops spinning. I believe there's a USB command to turn the device off (sleep mode, actually). So the thing you need is how to turn the device back on.

The application Safelyremove has a command-line tool that is capable of returning the device back: "Returning just stopped device back!".

It is shareware, but it works :)


When you've click the eject/safely remove, go into device manager (Control panel -> System -> Hardware Tab).

Under USB, you should see the device with a (!) icon. If you view the device, it will say something like:

Windows cannot use this hardware device because its been prepared for "safe removal".

Change the view of Device manager using the View Menu to "Devices by connection". Find the parent USB hub. Right click it and disable the hub, then right click and enable the hub.


Command line mountvol or mount. Type in mountvol in command prompt to see your options. It explains all of the options in there. Then create a batch file. You can access the batch file from the remote desktop. Be sure to enable permissions in remote desktop. Try it out.