chocolate Posted August 4, 2004 Posted August 4, 2004 How to change SystemInfo in SYSTEM PROPERTY?thx~ like this picture:
rdalling Posted August 4, 2004 Posted August 4, 2004 here is what I doset BRAND=Dellset MODEL=GX260set CDType=RW CD/DVD:OEMINFOEcho [General] > %SystemRoot%\System32\OEMINFO.iniEcho Manufacturer = "Desktop Engineering" >>%SystemRoot%\System32\OEMINFO.iniEcho Model = "%BRAND% %MODEL%">>%SystemRoot%\System32\OEMINFO.iniEcho. >>%SystemRoot%\System32\OEMINFO.iniEcho [Support Information]>>%SystemRoot%\System32\OEMINFO.iniEcho Line1 = "%BRAND% %MODEL%">>%SystemRoot%\System32\OEMINFO.iniEcho line2 = "%CDType%">>%SystemRoot%\System32\OEMINFO.iniEcho Line3 = "Build Date: %date%">>%SystemRoot%\System32\OEMINFO.iniEcho Line4 = "Built by Desktop Engineering">>%SystemRoot%\System32\OEMINFO.iniEcho Line5 = "Image File: %Model%-XP-V8.GHO">>%SystemRoot%\System32\OEMINFO.iniecho Line6 = "Internal XP Build Number: %BUILDNO%">>%SystemRoot%\System32\OEMINFO.iniRoger
chocolate Posted August 5, 2004 Author Posted August 5, 2004 3Q.but it doesn't change HardWare info like:Intel Pentinum 4 CPU 2.4GHz512MB RAMCan it edit with some tool?3q
prathapml Posted August 5, 2004 Posted August 5, 2004 but it doesn't change HardWare infoAnd 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.
jrzycrim Posted August 5, 2004 Posted August 5, 2004 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.
prathapml Posted August 5, 2004 Posted August 5, 2004 LOL, just change your RAM size, and VGA card to see a different set of detected values in System Properties.
chocolate Posted August 5, 2004 Author Posted August 5, 2004 LOL, just change your RAM size, and VGA card to see a different set of detected values in System Properties.LOL ???? what ??? How to changeVGA card name in system properties ?
prathapml Posted August 5, 2004 Posted August 5, 2004 To the best of what I know, I haven't heard of anyway to change that.
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