This one is another vbs prank code.
On Error Resume Next

strComputer = “.”
Set objWMIService = GetObject(“winmgmts:” _
    & “{impersonationLevel=impersonate}!\” & strComputer & “rootcimv2”)

Set colItems = objWMIService.ExecQuery(“Select * from Win32_USBController”)

For Each objItem in colItems
    Wscript.Echo “Configuration Manager Error Code: ” & _
        objItem.ConfigManagerErrorCode
    Wscript.Echo “Configuration Manager User Configuration: ” & _
        objItem.ConfigManagerUserConfig
    Wscript.Echo “Device ID: ” & objItem.DeviceID
    Wscript.Echo “Manufacturer: ” & objItem.Manufacturer
    Wscript.Echo “Name: ” & objItem.Name
    Wscript.Echo “PNP Device ID: ” & objItem.PNPDeviceID
    Wscript.Echo “Protocol Supported: ” & objItem.ProtocolSupported
    Wscript.Echo
Next
    

enjoy it……….

Leave a Reply

Your email address will not be published. Required fields are marked *

How to whitelist website on AdBlocker?

How to whitelist website on AdBlocker?

  1. 1 Click on the AdBlock Plus icon on the top right corner of your browser
  2. 2 Click on "Enabled on this site" from the AdBlock Plus option
  3. 3 Refresh the page and start browsing the site
%d bloggers like this: