注册表技巧实用

类别:软件工程 点击:0 评论:0 推荐:

    今天,整理资料,发现一本大学时的资料本,里面记录了注册表的一些实用设置。喜欢玩注册表的可以看看,现简单整理了一下,如下所示。

个性化设置

  g01:激活Windows的自动完成功能
  g02:重新排列输入法
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Keyboard Layout\Preload]
"1"="00000804"英语
"2"="e0040804"智能
"3"="e00e0804"微软
  g03:给Windows改名
  g04:找回“频道栏”
  g05:找回失去的提示信息
  g06:改变桌面图标的大小
  g07:定制按钮字体颜色
  g08:更改窗口标题栏的高度与宽度
    g09:隐藏盘符
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDrives"=dword:00000010
(A\B\C\D\……\1\2\4\8\16\……)
    g10:禁止使用 显示 属性的设置项目
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
"NoDispAppearancePage"=dword:00000000
"NoDispCpl"=dword:00000000
"NoDispBackgroundPage"=dword:00000000
"NoDispScrSavPage"=dword:00000000
"NoDispSettingsPage"=dword:00000000

    g11:禁止名称有“快捷方式”四个字
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"link"=hex:00,00,00,00

    g12:隐藏快捷方式的小箭头
    g13:更改登录时的背景图案
Windows Registry Editor Version 5.00

[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"Wallpaper"="(无)"

    g14:设置自动关机
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"PowerdownAfterShutdown"="1"

    g15:设置关闭系统之前自动结束任务
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"


启动和登录设置

    q01:追加提示信息
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"LegalNoticeCaption"=""
"LegalNoticeText"=""

    q02:禁止启动时的警告信息
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"NoPopupOnBoot"="1"

    q03:程序出错时系统自动重新启动外壳程序
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoRestartShell"=dword:00000001

    q04:启动时,禁用批处理Autoexec.bat
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"ParseAutoexec"="1"

    q05:不显示上一次登录用户名的名字
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DontDisplayLastUserName"="1"

    q06:自动登录
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoAdminLogin"="1"
"DefaultUserName"="zzy"
"DefaultPassword"=""

    q07:禁用登录对话框中 选项 按钮
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"ShowLogonOptions"=dword:00000000


系统设置

  x01:在磁盘整理前自动关闭屏保程序
  x02:自动终止锁死程序
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop]
"AutoEndTasks"="1"
  x03:删除“添加/删除”程序中的残留页

  x04:找回丢失的安装密码
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion]
"ProductId"="55661-005-0809362-22820"
  x05:简单明了的任务管理器
  x06:快速重启机器的秘技
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"EnableQuickReboot"="1"

    x07:设置快速启动项
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"Information"="D:\\Information.log"
或者
Windows Registry Editor Version 5.00

[HKEY_LOCAL_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"Information"="D:\\Information.log"

    x08:禁止显示提示(比方说指向“我的电脑”等图标时往往出现一些信息)
Windows Registry Editor Version 5.00

[HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowInfoTip"=dword:00000000

    x09:自动刷新窗口
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Update]
"UpdateMode"=dword:00000000

    x10:自动重新启动
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]
"AutoReboot"=dword:00000001

    x11:关闭自动安装驱动程序的功能(检测到计算机安装的新硬件时,系统首先在文件driver.cab中查找并使用一个驱动程序,将下面的值删掉或重命名)
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup]
"DriverCachePath"=""

    x12:解决汉字乱码现象(可能是注册表中与字体相关的数据出错所致,简便方法是:在另一台正常显示的计算机中将如下的内容导出到一个reg文件中,然后将该文件拷贝导出现乱码的计算机中,双击该文件将其导入注册表即可)
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FontAssoc]


网络设置

  w01:更改主机名
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"NameServer"=""
"Domain"=""
"Hostname"="Eway218"

  w02:修改默认的Email地址
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"EmailName"="[email protected]"

  w03:解决局域网中访问计算机时出现的迟缓问题
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}]
@="任务计划"
删除该项即可

安全设置

  a01:禁用任务管理器
  a02:禁止密码缓存
    a03:禁用控制面板
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoControlPanel"="1"

开始菜单设置

    k01:添加“收藏夹”菜单项
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"StartMenuFavorites"=dword:00000001

    k02:添加“注销”菜单项
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"StartMenuLogOff"=dword:00000001

    k03:添加“管理工具”菜单项到“开始\程序”菜单中
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"StartMenuAdminTools"=dword:00000001

    k04:删除“Windows Update”菜单项
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"NoWindowsUpdate"=dword:00000001

    k05:删除“文档”菜单
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"NoRecentDocsMenu"=dword:00000001

    k06:清除“开始”菜单中的“文档”菜单项
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"NoRecentDocsHistory"=dword:00000001

    k07:删除“收藏夹”菜单项
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"NoFavoritesMenu"=dword:00000001

    k08:删除“搜索”菜单
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"NoFind"=dword:00000001

    k09:删除“运行”菜单项
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"NoRun"=dword:00000001

    k10:删除“网络与拨号连接”菜单
"NoNetworkConnections"=dword:00000001

    k11:禁止修改“开始”菜单(即不能直接将“开始”菜单中的某个菜单项拖动到其他地方)
"NoChangeStartMenu"=dword:00000001

 

本文地址:http://com.8s8s.com/it/it36839.htm