|
本帖最后由 2010khmsoft 于 2013-8-1 23:34 编辑
DEVI %WinDir%\inf\hd*.inf
EXEC @!=netcfg.exe -v -winpe
EXEC @!=netcfg.exe -c s -i MS_Server
EXEC @!=netcfg.exe -e -c p -i MS_NDISWAN
EXEC @!=netcfg.exe -e -c p -i MS_PPPOE
EXEC @!=netcfg.exe -e -c p -i MS_NDISUIO
EXEC @!=netcfg.exe -c s -i ms_nativewifip
EXEC @!=netcfg.exe -c s -i ms_rassrv
EXEC @!=netcfg.exe -e -c s -i MS_RASMAN
EXEC @!=netcfg.exe -e -c p -i ms_rspndr
EXEC @!=netcfg.exe -e -c p -i ms_lltdio
EXEC @!=netcfg.exe -e -c p -i ms_tcpip6_tunnel
EXEC @!=netcfg.exe -e -c p -i ms_tcpip_tunnel
EXEC @!=netcfg -c s -i ms_wfplwf `WFP 轻型筛选器
EXEC @!=netcfg -c s -i ms_ndiscap `NDIS 捕获轻型筛选器
EXEC @!=netcfg -c s -i ms_pacer `QoS 数据包计划程序
EXEC @!=netcfg -e -c p -i ms_nwipx `NWLink IPX/SPX/NetBIOS 兼容传送协议
EXEC !=devcon install %SystemRoot%\inf\nettun.inf *TEREDO
EXEC !=devcon install %SystemRoot%\inf\nettun.inf *ISATAP
EXEC !=devcon install %SystemRoot%\inf\nettun.inf *6to4mp
EXEC !=devcon install %SystemRoot%\inf\nettun.inf *TUNDIRECT
EXEC rundll32 "streamci,StreamingDeviceSetup {eeab7790-c514-11d1-b42b-00805fc1270e},asyncmac,{ad498944-762f-11d0-8dcb-00c04fc3358c},%SystemRoot%\inf\netrasa.inf,Ndis-Mp-AsyncMac"
EXEC @!=netcfg -e -c p -i ms_rmcast `可靠的多播协议
EXEC @!=netcfg -e -c p -i ms_agilev `VPN 隧道协议
SERV Browser
SERV RasMan
SERV dot3svc
SERV Wlansvc
SERV WwanSvc
SERV audiosrv
SERV HomeGroupListener
SERV DeviceAssociationService
SERV Spooler
SERV Schedule
SERV WcsPlugInService
//EXEC =!net start dot3svc
// EXEC =!net start Wlansvc
|
|