Script para desabilitar a porta USB via registro
Abra o bloco de notas copie este código e salve com a extensão .vbs
Dim WSHShell
Set WSHShell = WScript.CreateObject(“WScript.Shell”)
WSHShell.RegWrite “HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesUSBSTORStart”,3 ,”REG_DWORD”
Set WSHShell = nothing