How to block USB devices to prevent from read/write Access? [closed]

萝らか妹 提交于 2020-01-17 17:47:00

问题


I am making a module to prevent any access from computer when USB devices is plugged to the computer.

I don't want to do by blocking port with changes in registry key because others users can also make changes in registry key.

so I need something else so that when I block USB No one can Unblock it even Administrators not also.

So any help/hint to do this.

Language : c/c++

Thanks.

来源:https://stackoverflow.com/questions/59692963/how-to-block-usb-devices-to-prevent-from-read-write-access

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!