Episode 26 – Customize Windows System Properties
This episode I show you guys how to customize the system properties in Windows 7. This can also be done with Vista and XP machine.
Registry Key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation]
“Logo”=”C:\\Windows\\System32\\BJTechNewsOEM.bmp”
“Manufacturer”=”BJTechNews – Image Version: BJTechNews.Win7.R1, Task Sequence: 1.000.000”
“SupportHours”=”8:00 to 5:30”
“SupportPhone”=””
“SupportURL”=”http://bjtechnews.wordpress.com”
“Version”=”1.000.000”
Batch File:
::06282012 – by Bernardo Jr.
copy “%~dp0reghack\BJTechNewsOEM.bmp” “c:\windows\system32\” /y
regedit /S “%~dp0reghack\oeminfo.reg”
Leave a Reply