5

USB flash drives are an essential tool for any admin but I find the process of safely removing a flash drive under Windows to be inconvenient (click the tray icon, find your drive in the too-much-information USB bus tree, click stop, etc...). I know that most times you can just pull the drive out but I never feel comfortable doing that.

Is there something better than what windows provides for safe removal?

Shard
  • 1,432
  • 4
  • 21
  • 35
Arnold Spence
  • 864
  • 1
  • 12
  • 17
  • 6
    You really **don't** have to do it since Windows XP, since this system has write cache turned off for removable storage devices **by default**. You could even turn it off in Windows 2000, but not many people knew about it and everyone became accustomed to "removing safely" when there's no need to any more. – macbirdie Apr 30 '09 at 16:52
  • Are you telling me all that time I've wasted doing the whole "remove safely" bs has all been for NOTHING? I had no idea that was unnecessary on XP and forward. – Joseph Apr 30 '09 at 16:56
  • @macbirdie Be careful, though. Removing Safely will guarantee that any files currently being written to the drive complete. If you're copying a large file to the drive or even a series of files, you could end up not getting all your files. – a_hardin Apr 30 '09 at 17:00
  • You should probably rename this question to something like "Quickest way to safely remove USB devices under Windows?" since you accepted an answer with more than one click when you asked for one click. – Wayne Koorts Apr 30 '09 at 21:31

6 Answers6

12

If you know the drive letter, you can single-left click on the Safely Remove Hardware tray icon, then just click the drive you want to remove.

a_hardin
  • 623
  • 7
  • 11
  • Well blow my lips off, I never knew you could left click that icon :) – Arnold Spence Apr 30 '09 at 16:55
  • Yeah, I just discovered it not too long ago. I can't say for sure, but I think in Windows Vista/7, the left-click is improved a little and they show the drive name. – a_hardin Apr 30 '09 at 16:59
  • 1
    That's a really bad piece of UI design! Who ever left clicks on those things except to bring up a window?! – Chris Roberts Apr 30 '09 at 17:30
2

On Vista, you can right click on the drive itself in My Computer and select "Safety Remove Hardware"

Chris Upchurch
  • 629
  • 4
  • 9
1

I use a little utility called RemoveDrive that allows me to add 'Eject USB' to my backup script. Saves two clicks per day!

jacobsee
  • 539
  • 1
  • 8
  • 15
1

you do a shortcut to:

RunDll32.exe shell32.dll,Control_RunDLL hotplug.dll

And then you set an hotkey for that, like ctrl+alt+R

hotkey = remove hardware

fast&easy

Magnetic_dud
  • 1,036
  • 2
  • 15
  • 29
0

I found this post a while back about a free tool you can use, or bundle via command line with other apps. Single click eject, and drop the eject button in your task bar. https://www.getusb.info/eject-usb-flash-drive-from-windows-command-prompt-any-version/

-1

Just remove it. I have never safely removed anything for a decade. I just yank the sucker out. No kittens have died.

Omar Shahine
  • 3,747
  • 3
  • 26
  • 27