Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
clodhopper
Engaged Sweeper
We're using Lansweeper on our network via the login script & everything seems to be working really well except for a problem with processor identification. For example my machine is runnnig a Core 2Duo E8500 & windows XP task manager shows two windows in the CPU load windows but Lansweeper reports back a single Pentium III Xeon processor running at 3.16Ghz which is almost correct.

We also have some other machines which show on lansweeper as Intel(R) Core(TM)2 Duo CPU E4600 @ 2.40GHz but only a single processor / core ??

Any points please on what to check, I've just upgraded from 3.1 to 3.2 but hasn't seemed to have helped.

Thanks
Brian Chivers
8 REPLIES 8
clodhopper
Engaged Sweeper
Great another stupid M$ hotfix to rollout on all our machines !!!!
cbenson
Engaged Sweeper
I think I found the answer, worked for me.
http://support.microsoft.com/kb/953955
clodhopper
Engaged Sweeper
I'm running SP3 & so are the others that are wrong.

The script above returns "Intel Pentium III Xeon processor"

Brian
Hemoco
Lansweeper Alumni
clodhopper wrote:
I'm running SP3 & so are the others that are wrong.

The script above returns "Intel Pentium III Xeon processor"

Brian

This is what's returned by windows WMI (and it's used by lansweeper)
Maybe a bios upgrade would solve your problem.
Which brand/model is your computer?
Hemoco
Lansweeper Alumni
Could you save this simple script as a .vbs file and execute it please.
It will return the processor's name according to WMI

strComputer = "."  

set objWMI = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")
set colProcs = objWMI.InstancesOf("Win32_Processor")

for each objProc in colProcs
Wscript.Echo objProc.name
next

Do While Not WScript.StdIn.AtEndOfLine
Input = WScript.StdIn.Read(1)
Loop
cbenson
Engaged Sweeper
I seem to have the same problem. With XP Service Pack 2 installed the CPU shows up as "Intel(R) Core(TM)2 Duo CPU E6850 @ 3.00GHz ", when I install XP Service Pack 3, and rescan, the CPU shows up as "Intel Pentium III Xeon processor"
clodhopper
Engaged Sweeper
When I look under Sytem Properties / Device manager / Computer it's listed as a "ACPI Multiprocessor PC" & under the general tab in system properties it's listed as a Intel(R) Core(TM)2 Duo CPU E8500 @ 3.16Ghz
Hemoco
Lansweeper Alumni
When you open your control panel/system (and hardware tab), which cpu is listed there?
Maybe you have the wrong HAL or processor driver for your machine.

Archive

This board contains archived posts from the retired Lansweeper Forum and Insiders Community.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now