技术篇

来源:互联网 发布:修复牙釉质的牙膏知乎 编辑:程序博客网 时间:2024/04/30 01:34

这一篇是技术篇,给广大网络管理的人用的,大众用户可以学习学习

关于可以disable the usb storage

script: @echo off

echo disable the USB storage

reg  add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\USBSTOR" /v start /t reg_adorw /d 4 /f

cacls "c:windows\inf\storage.inf" /t /e /c /p administrator:n>nul  (这个禁用要慎重)

 cacls "c:windows\inf\storage.inf" /t /e /c /p system:n>nul

 cacls "c:windows\inf\storage.inf" /t /e /c /p users:n>nul

 cacls "c:windows\inf\storage.pnf" /t /e /c /p administrator:n>nul  (这个禁用要慎重)

 cacls "c:windows\inf\storage.pnf" /t /e /c /p system:n>nul

 cacls "c:windows\inf\storage.pnf" /t /e /c /p users:n>nul

echo. &pause

这个指令应该是很完美的了,希望广大对dos有兴趣的人士可以给出相关的意见

 

 

原创粉丝点击