|
如何修改Winwdos我的电脑属性里面的信息看起来个性化一些?如何修改我的电脑,属性,系统属性的"注册到/计算机"信息? 请看下图:
custom-system-properties.png
修改“注册到”的方法:- 修改注册表中[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]"RegisteredOrganization"="公司名称""RegisteredOwner"="姓名"
复制代码- [/code][code]点“开始”,点“运行”,输入 regedit 回车,找到对应的注册表位置,如下图: change-reg.png
复制代码 Follow the steps below to change the support information in ms windows system properties:-
- Create a file name OEMINFO.INI in your windows system directory (normally is C:\WINDOWS\SYSTEM for Ms Windows 95, 98 and ME, C:\WINNT\SYSTEM32 for Windows NT and 2000, C:\WINDOWS\SYSTEM32 for Windows XP)
- Edit the file with notepad and copy the content below[General]
Manufacturer=www.CTOHome.com
Model=
[OEMSpecific]
SubModel=
SerialNo=
OEM1=
OEM2=
[Support Information]
Line1=Support Contact: support[[at]]ctohome.com
Line2=QQ Contact: 706254769
Line3=Website: http://www.CTOHome.com/
Line4=I.P. V1.0
- The second file is a standard Windows bitmap file (172 x 172 pixels). Once you have your image save it at your window system directory as “OEMLOGO.BMP”. (You can skip this if you do not want to show image or logo)
That’s it. Go to Control Panel => System Properties now and you can see your support information showing. |
|