Results 9 comments of Bennyboy

I'd prefer to compile alternate icons into the program rather than deal with loading external icons. Do you have any examples of what you'd like?

https://github.com/bgbennyboy/USB-Disk-Ejector/blob/master/USBDiskEject_Icon.ico

The attachments dont show up unfortunately. Perhaps if you reply directly from github and drag the files in they'll appear.

The difficulty is that ejecting a drive is always possible through Windows itself and other mechanisms outside of the program. Hiding would only hide from the program - it'd still...

Its difficult if Windows defender is blocking ejection - the problem is with windows defender. There are some suggestions in [this thread](https://answers.microsoft.com/en-us/windows/forum/all/windows-defender-stopping-me-from-ejecting/0798ea73-d511-415c-b06c-a967d8d2a5e4) that you could try. Having said that USB...

Its been requested a number of times before. I've never been able to find a windows api or working code for finding which processes are using a drive - the...

Possible solution in this code, but looks like it might still require admin rights https://stackoverflow.com/questions/317071/how-do-i-find-out-which-process-is-locking-a-file-using-net/20623311#20623311

Might be possible to bundle this in and use it, depending on the licence http://www.nirsoft.net/utils/opened_files_view.html

Thank you for the suggestions, I agree with 1 + 3. I'm busy at the moment but I'm leaving this issue open to remind me to look at this in...