天天看點

WindowsXP系統的一些常用系統資料庫設定

以下是WindowsXP系統的一些常用系統資料庫設定,把它們複制下來儲存為擴充名為.reg的檔案,然後輕按兩下即可導入系統資料庫.可以先做一些修改然後再導入.名系統資料庫項的功能都有說明.

********************非藍色部分都是.reg内容*************************

Windows Registry Editor Version 5.00

;==========================================================

;   Winty系統設定

;E-mail:[email protected]

;                                                    Winty  2006.11.9

;           更新于2007-03-26

;在右鍵菜單中加入Command

[HKEY_CLASSES_ROOT\*\shell\Command(&M)\command]

@="cmd.exe %1"

;輸入法順序:美式鍵盤->極品->智能ABC

[HKEY_CURRENT_USER\Keyboard Layout\Preload]

"2"="e0200804"

"1"="00000804"

"3"="e0040804"

;禁用防火牆提醒

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]

"FirewallDisableNotify"=dword:00000001

;删除快捷方式的箭頭

[HKEY_CLASSES_ROOT\lnkfile]

"IsShortcut"=-

;删除圖示快捷方式的字樣

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer]

"Link"=hex:00,00,00,00

;删除QQ炫彩工具條系統注冊

[-HKEY_CLASSES_ROOT\CLSID\{1FBA04EE-3024-11d2-8F1F-0000F87ABD16}]

[-HKEY_CLASSES_ROOT\CLSID\{39732CE5-0EE6-401A-A0B2-27F46B755C5B}]

;删除QQ炫彩工具IE插件菜單

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\{DEDEB80D-FA35-45d9-

9460-4983E5A8AFE6}]

;IE設定首頁,搜尋頁

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

"Start Page"="http://www.google.com/intl/zh-CN/"

"Search Page"="http://www.baidu.com"

;删除Real更新開機啟動

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]

"TkBellExe"=-

;***更改光驅名稱,"DriveIcons\G",G是光驅的盤符

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\G\DefaultL

abel]

@="WintyDVD"

;更改登記人姓名及組織名稱

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion]

"RegisteredOrganization"="Winty Corporation"

"RegisteredOwner"="Winty"

;顯示使用者登陸框00000001為顯示,00000000為隐藏

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows

NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]

"Administrator"=dword:00000000

;登入時打開數字鍵

[HKEY_USERS\.DEFAULT\Control Panel\Keyboard]

"InitialKeyboardIndicators"="2"

;關閉安全中心氣球提示

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"EnableBalloonTips"=dword:00000000

;顯示隐藏的檔案擴充名(值為dword:00000001時為隐藏)

"HideFileExt"=dword:00000000

本文轉自wintys 51CTO部落格,原文連結:http://blog.51cto.com/wintys/121723