Jump to content

Larry J Wallace

Members
  • Posts

    1
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Larry J Wallace got a reaction from Paul in Block USB access   
    In the WebApp, under Automation > Scripts, there's one called, "Disable USB Storage Access" that you could run on the system of choice, or group.
    It's a PowerShell script:
    Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\USBSTOR" -Name "Start" -Value "4"
    # Restart-Computer # Uncomment this line to automatically restart the computer
×
×
  • Create New...