您好,登錄后才能下訂單哦!
關閉和開啟USB功能
一,開啟USB功能。
::USB-Enable @echo off :step1 if exist C:\Windows\INF\usbstor.inf (cls&goto :step2) else (cls&goto :step3) :step2 if exist C:\Windows\INF\usbstor.inf.bak (cls&goto :exit) else (cls&goto :copy2) :step3 if exist C:\Windows\INF\usbstor.inf.bak (cls&goto :copy1) else (cls&goto :exit) exit :copy1 copy C:\Windows\INF\usbstor.inf.bak C:\Windows\INF\usbstor.inf reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR" /v Start /t reg_dword /d 3 /f :copy2 copy C:\Windows\INF\usbstor.inf C:\Windows\INF\usbstor.inf.bak :exit exit
二、關閉USB功能。
::USB-Disable @echo off :step1 if exist C:\Windows\INF\usbstor.inf.bak (cls&goto :step2) else (cls&goto :step3) :step2 if exist C:\Windows\INF\usbstor.inf (cls&goto :del) else (cls&goto :reg) :step3 if exist C:\Windows\INF\usbstor.inf (cls&goto :copy) else (cls&goto :exit) exit :reg reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR" /v Start /t reg_dword /d 4 /f :copy copy C:\Windows\INF\usbstor.inf C:\Windows\INF\usbstor.inf.bak del /s C:\Windows\INF\usbstor.inf reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR" /v Start /t reg_dword /d 4 /f :del del /s C:\Windows\INF\usbstor.inf reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR" /v Start /t reg_dword /d 4 /f :exit Exit
三,總結一下
1,腳本在window xp 7和win10上都有測試執行成功,如果需要readonly需要將注冊表值改為1,有興趣的可以測試一下。
2,腳本在GPO下發后生效能成功執行,有個別問題網絡異常執行不成功。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。