2
Answers

Get Friendly Name form EVERY connected Device

joe

joe

11y
3.1k
1
hi together
I'm trying to get the Friendly Device Names, which you can find under Start => "Printer & Devices" => Devices (Model Name)

I tried with Win32_PnPEntity and Win32_USBControllerDevice and Win32_USBHub.

I get every possible Information, like VIDs etc. but i don't get the friendly Name. Even in the Depent Property there seems not to be the Name i'm looking for.

I know that i can search the registry for it and compare against the VID, but there should be a direct way, or not? => It seems, that even the Registry doesn't hold this Names.

Thx a lot
Answers (2)
0
Chintan Rathod

Chintan Rathod

NA 5.5k 1.9m 13y
<script src="../helloworld.js">
</script>

Now, whenever the page is loaded, the browser also puts the script
"helloworld.js" in the page. Note that you do not see the script in
your source code, you just see the include tag.

By including the above reference, your browser will now download
the code stored inside "helloworld.js" and run it as if it was physically
typed onto the page.