Jump to content

How to change SystemInfo in SYSTEM PROPERT?


chocolate

Recommended Posts


here is what I do

set BRAND=Dell
set MODEL=GX260
set CDType=RW CD/DVD

:OEMINFO
Echo [General] > %SystemRoot%\System32\OEMINFO.ini
Echo Manufacturer = "Desktop Engineering" >>%SystemRoot%\System32\OEMINFO.ini
Echo Model = "%BRAND% %MODEL%">>%SystemRoot%\System32\OEMINFO.ini
Echo. >>%SystemRoot%\System32\OEMINFO.ini
Echo [Support Information]>>%SystemRoot%\System32\OEMINFO.ini
Echo Line1 = "%BRAND% %MODEL%">>%SystemRoot%\System32\OEMINFO.ini
Echo line2 = "%CDType%">>%SystemRoot%\System32\OEMINFO.ini
Echo Line3 = "Build Date: %date%">>%SystemRoot%\System32\OEMINFO.ini
Echo Line4 = "Built by Desktop Engineering">>%SystemRoot%\System32\OEMINFO.ini
Echo Line5 = "Image File: %Model%-XP-V8.GHO">>%SystemRoot%\System32\OEMINFO.ini
echo Line6 = "Internal XP Build Number: %BUILDNO%">>%SystemRoot%\System32\OEMINFO.ini

Roger

Link to comment
Share on other sites

but it doesn't change HardWare info

And it can't either, because that info is detected and shown On-the-fly. With win98, you could change it bcos it would detect at startup, and then store it to registry - and display the same whenever you opened System Properties - so if you modified that registry entry, you could display what you wanted until the next re-boot. But with winxp/2k, you can't edit the System Info displayed by windows.

Link to comment
Share on other sites

I believe the only thing you can change is the Processor Name from here:

[HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0]
"ProcessorNameString"="Processor Name"

Not sure why you want to change that since this depends on the actual hardware in your system. You are probably out of luck if you want to change the other values. I wouldn't recommend modifying other values in that key. Backup your registry in any case.

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
  • Recently Browsing   0 members

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