/
Reset USB devices - Windows
Reset USB devices - Windows
Prerequisites:
You need to be able to run PowerShell as an administrator
You need to set your PowerShell execution policy to a permissive value or be able to bypass it:
PS> Set-ExecutionPolicy Unrestricted
Steps:
Launch Windows PowerShell as an Administrator, and wait for the
PS>
prompt to appearNavigate within PowerShell to the directory where the script lives:
PS> cd C:\my_path\ (enter)
Execute the script:
PS> .\restart-usb-devices.ps1 (enter)
Or: you can run the PowerShell script from the Command Prompt (cmd.exe
) like this:
Script - restart-usb-devices.ps1
, multiple selections available,
Related content
How to reset USB devices - Linux
How to reset USB devices - Linux
More like this
GangFlasher-ST DLL custom USB configuration
GangFlasher-ST DLL custom USB configuration
More like this
FAQ
More like this
USB HID Device scanning
USB HID Device scanning
More like this
Device programming
Device programming
More like this
Generic Functions
Generic Functions
More like this