限制USB延迟启动


阻止用户从未经授权的位置安装设备驱动程序。 

 组策略 。。。too long too see directly.

what determins when a drivers i s  load.

specifying driver laod order./  load order group for file system

 如何控制设备驱动加载顺序

DISM 驱动服务命令项

分步指南(不能再详尽了

VC 操作注册表 

 本地组策略

gpedit    计算机配置  管理模板  系统   设备安装

VC -- 注册表 --组策略

请使用 RegistryKey类。

CLR 原来是C#用的,怪不得我不了解。但身为一名程序员(那几乎是注定的)你不能以不了解为由

现在改是改好了,如何让它立即生效呢。

 char* szCmdline =  "gpupdate /force /wait:0" ; 
	   if(!WinExec(szCmdline,SW_SHOW)); 

 即使这样,用户和系统策略被触发 , 还是没有见到驱动出来。

 USB发送的消息

how to foce win rescan usb port??

this tool i am not sure can solve

offcourse destop operators  reach

step by step from msdn

How to find drivers that are loading on startup?

Driver Development