Jump to content

Processor serial


Misha
 Share

Recommended Posts

I am trying to receive the processor serial, and since my program is avaliable to a number of people with diffrent exp versions I cant use

$wbemFlagReturnImmediately = 0x10

$wbemFlagForwardOnly = 0x20

$colItems = ""

$strComputer = "localhost"

$objWMIService = ObjGet("winmgmts:\\" & $strComputer & "\root\CIMV2")

$colItems = $objWMIService.ExecQuery("SELECT * FROM Win32_Processor", "WQL", $wbemFlagReturnImmediately + $wbemFlagForwardOnly)

For $objItem In $colItems

$procesor = $objItem.ProcessorId

next

cause in non english window's it gets stuck, what do I do?

Link to comment
Share on other sites

  • Moderators

Did you try changing this:

$strComputer = "localhost"oÝ÷ Ù:ºÚ"µÍÌÍÜÝÛÛ]HÛÛ][YoÝ÷ ÚÚºÚ"µÍÌÍÜÝÛÛ]][ÝË][Ý
?

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...