Larnelhight Posted October 30, 2019 Posted October 30, 2019 Is it possible to block USB access using Pulesway? Â
Larry J Wallace Posted October 30, 2019 Posted October 30, 2019 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 Paul 1
Geddie Posted November 5, 2019 Posted November 5, 2019 On 10/30/2019 at 1:04 PM, Larry J Wallace said: 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 Which is at best hit or miss. Some get blocked, some don'tÂ
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now