Good day,

The question is somewhat strange, but is it possible, somehow in Windows, to check whether USB is working (i.e., whether USB connection is possible). This could be a command, a registry branch, or something else that can be parsed later with any scripting language.

On the part of the computers, USB is closed in the BIOS, on the part with third-party software, on the part everything is open. I want to find out these computers.

    1 answer 1

    There is an idea for the sample - it is to scan devices for the presence of USB ports, if they are included, then USB is available. This can be done in two ways:

    1. using the devcon.exe command line utility ,
    2. using a WMI query from a script.
    • Aw, thanks .. I'll try tomorrow, but it seems like that! - Anton Shevtsov