Search code examples
c#usbusb-drive

How to remove USB drive using C#


I'm trying to write an application to remove USB Drives, but i can't find a way to do it. There's a .NET class to do this or it's possible using the Win32 API? All advises are welcome, thanks for the help.


Solution

  • Heres a link to what your looking for:

    Eject USB disks using C#

    Explains how to do it, and come with source code, enjoy!