Computer: Intel(R) Pentium(R) 4 CPU 3.00GHz 3.00GHz, 2.0 GB of RAM
whereas is should read:
Computer: Intel(R) Pentium(R) 4 CPU 3.00GHz, 2.0 GB of RAM
I know that having hyperthreading enabled in the BIOS can cause this
particular text to display two CPUs like this, but I currently have
hyperthreading disabled. I'm also aware that it's possible to edit
oeminfo.ini to customize some parts of the general tab, but this apparently
has nothing to do with the "Computer" section of the general tab.
My question is: is there any way to edit the text following "Computer" so
that it reads correctly? There is no ini file that I can find that seems to
contain this information. Where does it reside? Somewhere in the registry?
Is it possible to edit?
I know it's no big deal, but this has bugged me for years now! Thanks very
much for any help the experts here can give.
You really should take up something else for a hobby, computers /
software are starting to get the best of you.
The information in the HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\ key is
built from information obtained from the firmware (BIOS) by NTDETECT.COM
during the early booting stage of the operating system.
If you want you can go to the key and manually change the information or
you can make use of a batch file and\or a .reg file to automatically
change the information after Windows is booted, you will have to do this
after each reboot as the key is rebuilt at each reboot.
The only other way around this would be to verify if the manufacturer
has addressed the issue with a newer BIOS version and flash the BIOS if
a newer version addresses the issue. Be warned that flashing the BIOS
is not without risks and that the minor cosmetic annoyance might not be
worth the risks.
John
> .
>
Intel(R) Pentium(R) 4 CPU 3.00GHz
to
Intel(R) Pentium(R) 4 foo CPU 3.00GHz
and then the text on the General tab was changed from
Computer: Intel(R) Pentium(R) 4 CPU 3.00GHz 3.00GHz, 2.0 GB of RAM
to
Computer: Intel(R) Pentium(R) 4 foo CPU 3.00GHz 3.00GHz, 2.0 GB of RAM
Where does the rest of that text come from? A search all the way through
the registry for all occurances of "GB of RAM" did not turn up anything.
Also a search for all text in all files on the entire computer did not turn
up any meaningful occurances of "GB of RAM." Surely that text must come from
somewhere! Anybody know?
"John John - MVP" wrote:
> .
>
John
OK
So what happens when you change the key to: Intel(R) Pentium(R) 4 CPU
(just that, nothing more)
"teabag" wrote:
>
> OK
>
> So what happens when you change the key to: Intel(R) Pentium(R) 4 CPU
> (just that, nothing more)
>
>
> .
>
http://profile.imageshack.us/user/johnjohn1/images/detail/#197/sysprop2.jpg
If you look at the image here showing the equivalent on a Vista machine
you will see that the clock speed is also shown twice, (but the RAM is
shown on a different line):
http://content.techrepublic.com.com/2347-10878_11-303638-330435.html?seq=21&tag=leftCol;post-866
If you have XP Pro you can use WMI to get the processor name at a
command prompt and you might see the clock speed along with the name:
wmic cpu get name
(I don't think that WMIC is included with XP Home).
Why are you seeing all of the information on one line instead of 2? I
don't know, my guess is that this might be a glitch caused by a
formating error in the OEMINFO.INI file.
As for the amount of RAM that you say is incorrect, how is it incorrect?
Do you have 4GB or more of RAM installed in the machine?
John
"John John - MVP" wrote:
> .
>
John
> .
>
John
> .
>
wmic computersystem get TotalPhysicalMemory
and you might yet get another different number. The above reports in
bytes, you will have to convert to GB or MB, this is a handy tool for
all kinds of conversions:
http://joshmadison.com/software/convert-for-windows/
I really don't know why the System Properties reports a slightly smaller
amount, it might be a glitch in the operating system on your particular
machine.
John
> .
>