Misha Posted August 25, 2007 Posted August 25, 2007 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?
Moderators SmOke_N Posted August 25, 2007 Moderators Posted August 25, 2007 Did you try changing this:$strComputer = "localhost"oÝ÷ Ù:ºÚ"µÍÌÍÜÝÛÛ]HÛÛ][YoÝ÷ ÚÚºÚ"µÍÌÍÜÝÛÛ]H ][ÝË][Ý? 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now