Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to change SystemInfo in SYSTEM PROPERT?

Featured Replies


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

  • Author

3Q.

but it doesn't change HardWare info like:

Intel Pentinum 4 CPU 2.4GHz

512MB RAM

Can it edit with some tool?

3q

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.

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.

LOL, just change your RAM size, and VGA card to see a different set of detected values in System Properties.

  • Author
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 ?

:rolleyes:

To the best of what I know, I haven't heard of anyway to change that.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.