Tagged Questions
7
votes
4answers
1k views
Programmatically differentiating between USB Floppy Drive and USB Flash Drive in Windows
On Windows (XP-7), is there a reliable way of programatically differentiating between USB floppy drives and USB flash drives in C++?
At the moment, I'm using WMI to get updates when new ...
4
votes
2answers
380 views
Floppy noise in C# WMI - Win32_LogicalDisk Class
I am trying to track USB device insertions and CD/DVD insertions on Windows by using WMI. However when I use Win32_LogicalDisk class to track those events, floppy starts to make noise.
My queries are ...
1
vote
0answers
108 views
How to eject a Virtual Floppy drive of a Virtual Machine in Hyper-V programmatically using WMI and C#?
I am trying to eject/remove a loaded *virtual floppy drive* (VFD) of virtual machine in Hyper-V using Hyper-V WMI API and VB.Net/C#.
I perform this operation when Virtual Machine is turned of but i ...