
USB BLOCK PORT DRIVER
I happen to have a particular aversion to driver projects whose primary aim is to PREVENT the normal operation of my Windows system, as yours is, so my sarcasm boils to the surface.

Peter gave a good answer, much better than my snarky one. Do you guys think it's feasible? What would I need? A Lower-Level Filter Driver? Is there any sample that could me help to achieve this said:

USB BLOCK PORT SOFTWARE
Haha I'm a software guy but I'm really new into Driver Development so I don't know the concepts very well and I'm learning what I can.Īnyways, let me try to clarify. Or if you just don't want ANY devices to be connected via USB, there are certainly ways to accomplish that. Now, if you're making an embedded system, where the configuration of every machine is predictably the same. That is, you can pretty easily POINT to the port you want to block, but knowing WHICH port that is internally (from your driver) isn't simple. Roberts was saying, and quite correctly too, is that it's exceedingly difficult to know a-priori the internal topology for a given physical USB port on your computer. It is entirely possible to write a filter driver that will block the attachment of USB devices. Look: The bottom line here is that you're going to need to tell us more about what you want to do.

Some of my best friends are hardware people. you're primarily a hardware person? It's OK if you are. "Selective suspend"? "ACPI methods"? Let me guess. You're throwing around a lot of terminology, but it doesn't seem like you have a good idea of how the principles related to that terminology work in Windows.
