122 12345
发新话题
打印

[TIPS]Registry Editor Useful Tips Here(注册表资料大全)

修改桌面图标

You can change many of the icons that are located on your desktop.

Start Regedit
Search for My Computer or 20D04FE0-3AEA-1069-A2D8-08002B30309D
Expand that key
Highlight Default Icon
Double click on the Default in the right panel
Enter the name of the program with the icon you want to use followed by and command and then the number of the icon (starting with 0)
Some of the additional items that can be searched for are:

Network Neighborhood - HKEY_CLASSES_ROOT\ CLSID\{208D2C60-3AEA-1069-A2D7-08002B30309D}
InBox - HKEY_CLASSES_ROOT\ CLSID\{00020D75-0000-0000-C000-000000000046}
Recycle Bin - HKEY_CLASSES_ROOT\ CLSID\{645FF040-5081-101B-9F08-00AA002F954E}
Additional icons can be found in:

\WINDOWS\MORICONS.DLL
\WINDOWS\SYSTEM\PIFMGR.DLL
\WINDOWS\SYSTEM\SHELL32.DLL
曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

从的电脑里打开资源管理器

By default, when you click on the My Computer icon, you get a display of all your drives, the Control Panel etc. If you would like to have this open the Explorer:

Start Regedit
Search for My Computer or 20D04FE0-3AEA-1069-A2D8-08002B30309D
This should bring you to HKey_Classes_Root \ CLSID
Expand the key {20D04FE0-3AEA-1069-A2D8-08002B30309D}
Right click on Shell
Select New / Key and type Open and press the Enter key
Right click on Open
Select New / Key and type Command and press the Enter key
Double click on the Default for Command and type Explorer.exe for the value
Now when you click on My Computer, the Explorer will start
If you want to return to normal, simply delete the Open key
曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

修复破损的注册表

If your registry has gotten corrupted, and re-installing Windows95 over your existing version does not fix the problem,
there is a hidden, read-only, system file on the root of your boot drive called SYSTEM.1ST.
This is the initial system registry created when you first installed Windows95.

To use this file:


Go to your Windows directory
Un-Attrib your current SYSTEM.DAT file (attrib -r -s -h system.dat)
Copy your current SYSTEM.DAT to something like SYSTEM.BAD file (just in case)
Move to your root directory
Un-Attrib the SYSTEM.1ST file
Copy SYSTEM.1ST to \WINDOWS\SYSTEM.DAT
Re-start your system
You will need to install your 32-bit apps and any other programs or changes that modified your system registry
but you will not need to go through a new again. Your 16-bit apps should not need to be re-installed since they do
not modify the registry. You will also retain your current desktop configuration.
曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

针对“回收站”的一些修改

Fooling with the recycle bin. Why not make the icon context menu act like other icon context menu's.

Add rename to the menu:
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
"Attributes"=hex:50,01,00,20

Add delete to the menu:
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
"Attributes"=hex:60,01,00,20

Add rename and delete to the menu:
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
"Attributes"=hex:70,01,00,20

Restore the recycle bin to win 95 defaults including un-deleting the icon after deletion:
... Restore the icon.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}]
@="Recycle Bin"
... reset win 95 defaults
. [HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
"Attributes"=hex:40,01,00,20

Other edits to the recycle bin icon:
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
"Attributes"=hex:40,01,01,20 ... standard shortcut arrow
"Attributes"=hex:40,01,02,20 ... another shortcut arrow
"Attributes"=hex:40,01,04,20 ... and another shortcut arrow
"Attributes"=hex:40,01,08,20 ... make it look disabled (like it's been cut)

I added the above edits for fun. But it gets you thinking.
Note: Adding rename and delete to the context menu takes effect instantly. To restore the icon after deletion requires screen refresh (F5).
Have fun.... Tom

Submitted by Tom Temple
temple@earthlink.net
曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

设置最小密码长度

Start Regedit
Go to HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Network
Add a new Binary Value
Rename it to MinPwdLen
Assign it a value equal to your minimum password length
Also see the Installation Section on doing this automatically during installation.
曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

禁止“文件及打印共享”

Start Regedit
Go to HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Network
Add a new DWord Value
Rename it to NoPrintSharing or NoFileSharing
Assign it a value of 1
Also see the Installation Section on doing this automatically during installation.
曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

让文件每次开机都运行

If you want to start programs every time Windows95 runs, but would like to hide them from users
by not having the listed in the Startup folder or the WIN.INI file, you can have them load through the registry.

Start Regedit
Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Run or RunOnce
Right click on the right panel
Select New / String Value
Type in any name
For the value, enter the path and executable for the program you want to run.
曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

消除快捷方式的箭头

Open REGEDIT.EXE
Open the Key HKEY_CLASSES_ROOT
Open the Key LNKFILE
Delete the value IsShortcut
Open the next Key PIFFILE
Delete the value IsShortcut
Restart the Win95
曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

Turn Off Window Animation

Open Regedit
HKEY_CURRENT_USER
Control panel
Desktop
WindowMetrics
Right Mouse Click an empty space in the right pane.
Select new string value.
Name the new value MinAnimate.
Doubleclick on the new string value (MinAnimate) and click on "Modify"
Enter a value of 0 for Off or 1 for On then hit Enter
Close Regedit and all programs then reboot.
曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

开始菜单加速

Start the REGEDIT program
Search for the word desktop
This should be in HKEY_CLASSES_ROOT / CLSID / {00021400...
Right Click on the right panel
Pick NEW / String Value.
Name it MenuShowDelay, all one word.
Select a value from 1-10, 1 being the fastest.
Exit REGEDIT
Restart Windows
曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

修改猫(modeM)的初始化字符

Start REGEDIT
Go to HKEY_LOCAL_MACHINE \ System \ CurrentControlSet \ Services \ Class \ Modem \ 0000 \ Init
Change the settings to the new values
曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

加长modem的超时时间

If your modem it timing out during file transfers or loading Web Pages,
you might try increasing the timeout period.

To change it:

Start Regedit
Go to HKEY_LOCAL_MACHINE / System / CurrentControlSet / Services / Class / Modem / XXXX / Settings
Where XXXX is the number of your modem
Move to the right panel and double click on Inactivity Timeout
The number of minutes for a timeout should be entered between the brackets.
For example, a US Robotics Sportster could have S19=<30> to set it to 30 minutes.
曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

从“添加/删除程序”中取消文件列表

If you remove an installed program and its files by deleting the files,
it may still show up in the Add/Remove programs list through the control panel.
In order to remove it from the list (so you don&#39;t need to re-install in order to just remove it again).

Start the Registry Editor
Open HKEY_LOCAL_MACHINE / SOFTWARE / Microsoft / Windows / CurrentVersion / Uninstall
Delete any programs here.
This will only delete them from the list, not delete the actual programs.
Only programs designed for Windows95 will show up here in the first place.
曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

启用验证码

  安装SP2后,大多数用户发现在访问某些需要填写验证码的地方,都无法显示验证码图片(显示为一个红色小叉),这是一个非常严重的Bug。解决办法为:运行“Regedit”命令打开注册表编辑器,依次定位到“[HKEY_ LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ Security]”,在窗口右边新建一个名为“BlockXBM”的REG_ DWORD值,将其值设置为“0”(十六进制值)。

TOP

禁止使用reg文件 在退出WINDOWS时清除“文档”中的记录 禁止修改“控制面版”
禁止使用inf文件 禁止显示“开始”菜单中“收藏夹”菜单 禁止显示“注销”菜单
不允许按ESC取消登录 禁止使用注册表编辑文件regedit.exe 在“我的电脑”中显示“计划任务”
退出不保存设置 禁止更改控制面板和打印机 在“我的电脑”中显示“拨号网络”
禁用MS—DOS方式 禁止修改显示属性 在我的电脑中显示“打印机”
禁止CD-ROM自动运行 禁止出现“点击这里开始”的提示 禁止PC在出错时发出声音
禁用“密码”控制面板 禁用“用户”控制面板 禁用“网络”控制面板
禁止修改开始菜单 禁用"打印机"中的"添加打印机" 禁用"打印机"中的"删除打印机"
禁止改变打印机设置 禁止“重新启动计算机切换到MS-DOS方式” 隐藏我的电脑中的驱动器

禁止显示“注销”菜单
在HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer下
在右边的窗口中新建一个二进制值“NoLogOff”,并设值为“01 00 00 00”。

禁止显示“开始”菜单中“收藏夹”菜单
在HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer下
在右边的窗口中新建一个DWORD值“NoFavoritesMenu”,并设值为“1”。

禁止使用inf文件
在HKEY_LOCAL_MACHINE\Software\CLASSES\.inf下
在右边的窗口中更改“默认”值为“txtfile”

禁止使用reg文件
在HKEY_LOCAL_MACHINE\Software\CLASSES\.reg下
在右边的窗口中更改“默认”值为“txtfile”

禁用"打印机"中的"删除打印机"
在HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
下,在右边的窗口中新建DWORD值“NoDeletePrinter”,并设其值为“1”。

禁用"打印机"中的"添加打印机"
在HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
下,在右边的窗口中新建DWORD值“NoAddPrinter”,并设其值为“1”。

禁用“网络”控制面板
在HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Network\System
下,在右边的窗口中新建DWORD值“NoNetSetup”,并设其值为“1”。

禁用“用户”控制面板
在HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\System
下,在右边的窗口中新建DWORD值“NoProfilePage”,并设其值为“1”。

禁用“密码”控制面板
在HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\System
下,在右边的窗口中新建DWORD值“NoSecCPL”,并设其值为“1”。

禁止修改开始菜单
在HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer下
在右边的窗口中创建一个DOWRD值:"NoChangeStartMenu",并将其值设为“1”。

禁止修改“控制面版”
在HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer下
在右边的窗口中新建一个二进制"NoSetFolders",并将其值设为"01 00 00 00"。

禁止快速启动
在HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Shutdown下
在右边的窗口中修改一个字符串值:“FastReboot”,并将其值设为“0”。

在退出WINDOWS时清除“文档”中的记录
在HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer下
在右边的窗口中新建一个二进制"ClearRecentDocsOnExit",并将其值设为"01 00 00 00"。

允许按ESC取消登录
在HKEY_LOCAL_MACHINE\Network\Logon下
在右边的窗口中创建一个DOWRD值:“MustBeValidated”,并将其值设为“1”。

禁止使用注册表编辑文件regedit.exe
HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\System
在右边的窗口中创建一个DOWRD值:"DisableRegistryTools",并将其值设为“1”。

禁止更改控制面板和打印机
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
在右边的窗口中创建一个DOWRD值:“NoSetFolders”,并将其值设为“1”。

禁止修改显示属性
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System
在右边的窗口中创建一个DOWRD值:“NoDispCPL”,并将其值设为“1”。

隐藏我的电脑中的驱动器
隐藏所有驱动器:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
在右边的窗口中创建一个DWORD值:“NoDrives”,并将其值设为“FFFFFFFF”;
隐藏E盘:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
在右边的窗口中创建一个DWORD值:“NoDrives”,并将其值设为“10”;
隐藏D盘:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
在右边的窗口中创建一个DWORD值:“NoDrives”,并将其值设为“8”;
隐藏C盘:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
在右边的窗口中创建一个DWORD值:“NoDrives”,并将其值设为“4”。
隐藏A盘:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
在右边的窗口中创建一个DWORD值:“NoDrives”,并将其值设为“1”。

退出不保存设置
HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
把二进制值“NoSaveSettings”改为“01 00 00 00”。

禁用MS—DOS方式
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
在该分支下新建主键“WinOlaApp",然后点击该主键,在右边的窗口中创建一个DWORD值“Disabled",
并设其值为“1”。

禁止“重新启动计算机切换到MS-DOS方式”
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
在右边的窗口中创建一个DWORD值“NoRealMode”,并设其值为“1”。

在“我的电脑”中显示“计划任务”
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\MyComputer\NameSpace
在该分支下创建一个主键“{D6277990-4C6A-11CF-8D87-00AA0060F5BF}”,在右边的窗口中创建字符串
“默认”,设值为“Scheduled Tasks”。

在“我的电脑”中显示“拨号网络”
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\MyComputer\NameSpace在此分支下新建一个主键“{992CFFA0-F557-101A-88EC-00DD010CCC48}”,单击此主键,
在右边的窗口中创建一个字符串值:“默认”,并设值为"拨号网络"。

在我的电脑中显示“打印机”
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\explorer\MyComputer\NameSpace在此分支下新建一个主键“{2227A280-3AEA-1069-A2DE-08002B30309D}”,单击此主键,
在右边的窗口中创建一个字符串值:“默认”,并设值为“打印机”。

禁止PC在出错时发出声音
HKEY_CURRENT_USER\Control Panel\Sound
在右边的窗口中,把字符串“Beep”的值改为“No”。

禁止CD-ROM自动运行
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CDRom
在右边的窗口中,把DWORD值“Autorun”改为“0”。“1”表示自动运行。

禁止改变打印机设置
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
在右边窗口中创建DWORD值:“NoPrinters”,并设值为“1”。

禁止出现“点击这里开始”的提示
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
在右边的窗口中新建一个二进制值:“NoStartBanner”,设值为“01 00 00 00”。

曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

查看“源文件”菜单被禁用
在IE窗口中点击“查看”→“源文件”,发现“源文件”菜单已经被禁用。
恶意网页修改了注册表,具体的位置为:
在注册表
HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer
下建立子键“Restrictions”,然后在“Restrictions”下面建立两个DWORD值:
“NoViewSource”和“NoBrowserContextMenu”,并为这两个DWORD值赋值为“1”。
在注册表
HKEY_USERS\.DEFAULT\Software\Policies\Microsoft\Internet Explorer\Restrictions
下,将两个DWORD值:“NoViewSource”和“NoBrowserContextMenu”的键值都改为了“1”。
通过上面这些键值的修改就达到了在IE中使鼠标右键失效,使“查看”菜单中的“源文件”被禁用的目的。
解决办法:
将以下内容另存为后缀名为.reg的注册表文件,比如说unlock.reg,双击unlock.reg导入注册表,不用重启电脑,重新运行IE就会发现IE的功能恢复正常了。
REGEDIT4

HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions
“NoViewSource”=dword:00000000
"NoBrowserContextMenu"=dword:00000000
HKEY_USERS\.DEFAULT\Software\Policies\Microsoft\Internet Explorer\Restrictions
“NoViewSource”=dword:00000000
“NoBrowserContextMenu”=dword:00000000
曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

IE:
HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{871C5380-42A0-1069-A2EA-08002B30309D}\DefaultIcon
修改字符串值“(默认)”为新图标的路径

OE:
HKEY_LOCAL_MACHINE\Software\CLASSES\CLSID\{00020D75-0000-0000-C000-000000000046}\DefaultIcon

修改字符串值“(默认)”为新图标的路径
曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

注册表有关IE的设置

IE属性部分
禁用常规页
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为GeneralTab的DWORD,然后赋值为: 1 (0x1)即可。

禁用更改主页设置
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为HomePage的DWORD,然后赋值为: 1 (0x1)即可

禁用更改辅助功能设置
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为Accessibility的DWORD,然后赋值为: 1 (0x1)即可

禁用更改临时文件的设置
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为Cache的DWORD,然后赋值为: 1 (0x1)即可

禁用更改颜色设置
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为Colors的DWORD,然后赋值为: 1 (0x1)即可

禁用更改字体设置
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为Fonts的DWORD,然后赋值为: 1 (0x1)即可

禁用更改语言设置
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为Languages的DWORD,然后赋值为: 1 (0x1)即可

禁用更改链接颜色
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为links的DWORD,然后赋值为: 1 (0x1)即可

禁用更改历史纪录设置
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为History的DWORD,然后赋值为: 1 (0x1)即可

禁用安全项
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为SecurityTab的DWORD,然后赋值为: 1 (0x1)即可

禁用内容项
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为ContentTab的DWORD,然后赋值为: 1 (0x1)即可

禁用更改分级设置
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为Ratings的DWORD,然后赋值为: 1 (0x1)即可

禁用更改证书设置
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为Certificates的DWORD,然后赋值为: 1 (0x1)即可

禁用表单的自动完成功能
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为formSuggest的DWORD,然后赋值为: 1 (0x1)即可

禁用自动完成保存密码
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为formSuggest Passwords的DWORD,然后赋值为: 1 (0x1)即可

禁止更改配置文件助理设置
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为Profiles的DWORD,然后赋值为: 1 (0x1)即可

禁用连接项
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为ConnectionsTab的DWORD,然后赋值为: 1 (0x1)即可

对拨号连接实行“自动检测”
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings下新建一个名为DialupAutodetect的DWORD,然后赋值为: 1 (0x1)即可

禁用缓存自动代理脚本
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings下新建一个名为EnableAutoProxyResultCache的DWORD,然后赋值为: 0 (0)即可

禁用更改连接设置
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为Connection Settings的DWORD,然后赋值为: 1 (0x1)即可

禁用Internet连接向导
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为Connwiz Admin Lock的DWORD,然后赋值为: 1 (0x1)即可

禁用更改代理服务器设置
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为Proxy的DWORD,然后赋值为: 1 (0x1)即可

显示有关代理脚本下载失败的出错信息
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings下新建一个名为DisplayScriptDownloadFailureUI的DWORD,然后赋值为: 1 (0x1)即可

禁用程序项
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为ProgramsTab的DWORD,然后赋值为: 1 (0x1)即可

禁用更改默认浏览器检查
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为Check_If_Default的DWORD,然后赋值为: 1 (0x1)即可

禁用更改日历和联系人的设置
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为CalendarContact的DWORD,然后赋值为: 1 (0x1)即可

禁止更改邮件设置
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为Messaging的DWORD,然后赋值为: 1 (0x1)即可

禁用“重置Web设置”功能
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为ResetWebSettings的DWORD,然后赋值为: 1 (0x1)即可

禁用高级项
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为AdvancedTab的DWORD,然后赋值为: 1 (0x1)即可

禁用更改高级页设置
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel下新建一个名为Advanced的DWORD,然后赋值为 (0x1)即可

禁止用户使用标示
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Windows\CurrentVersion\Identities下新建一个名为Locked Down的DWORD,然后赋值为: 1 (0x1)即可


设置Internet Explorer的菜单

“文件”菜单

禁用“另存为……”
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions下新建一个名为NoBrowserSaveAs的DWORD,然后赋值为: 1 (0x1)即可

禁用另存为“Web页,全部”
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions下新建一个名为NoBrowserSaveWebComplete的DWORD,然后赋值为: 1 (0x1)即可

禁用关闭浏览器
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions下新建一个名为NoBrowserClose的DWORD,然后赋值为: 1 (0x1)即可

禁用“新建”
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions下新建一个名为NoFileNew的DWORD,然后赋值为: 1 (0x1)即可

禁用“打开”
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions下新建一个名为NoFileOpen的DWORD,然后赋值为: 1 (0x1)即可

“查看”菜单

禁用“全屏”
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions下新建一个名为NoTheaterMode的DWORD,然后赋值为: 1 (0x1)即可

禁用“源文件”
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions下新建一个名为NoViewSource的DWORD,然后赋值为: 1 (0x1)即可

禁用自定义工具栏的按钮
在HKEY_LOCAL_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer下新建一个名为NoBandCustomize的DWORD,然后赋值为: 1 (0x1)即可

禁用自定义工具栏
在HKEY_LOCAL_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer下新建一个名为NoToolbarCustomize的DWORD,然后赋值为: 1 (0x1)即可

“收藏”菜单

禁用“收藏”菜单
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions下新建一个名为NoFavorites的DWORD,然后赋值为: 1 (0x1)即可

禁用添加频道
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions下新建一个名为NoAddingChannels的DWORD,然后赋值为: 1 (0x1)即可

禁用添加脱机页计划
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions下新建一个名为NoAddingSubscriptions的DWORD,然后赋值为: 1 (0x1)即可

禁用脱机页记数
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions下新建一个名为NoChannelLogging的DWORD,然后赋值为: 1 (0x1)即可

禁用频道界面
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions下新建一个名为NoChannelUI的DWORD,然后赋值为: 1 (0x1)即可

禁用编辑和创建计划组
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions下新建一个名为NoEditingScheduleGroups的DWORD,然后赋值为: 1 (0x1)即可

禁用编辑脱机页计划
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Infodeliver\Restrictions下新建一个名为NoEditingSubscriptions的DWORD,然后赋值为: 1 (0x1)即可

禁用删除频道
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions下新建一个名为NoRemovingChannels的DWORD,然后赋值为: 1 (0x1)即可

禁用删除脱机页计划
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Infodeliver\Restrictions下新建一个名为NoRemovingSubscriptions的DWORD,然后赋值为: 1 (0x1)即可

禁用所有已计划的脱机页
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Infodeliver\Restrictions下新建一个名为NoScheduledUpdates的DWORD,然后赋值为: 1 (0x1)即可

禁用下载站点预定内容
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\InfodeliveryRestrictions下新建一个名为NoSubscriptionContent的DWORD,然后赋值为: 1 (0x1)即可

“工具”菜单

禁用“Internet选项”
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions下新建一个名为NoBrowserOptions的DWORD,然后赋值为: 1 (0x1)即可

“帮助”菜单

禁用“Netscape用户”菜单
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions下新建一个名为NoHelpItemNetscapeHelp的DWORD,然后赋值为: 1 (0x1)即可

禁用“每日提示”
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions下新建一个名为NoHelpItemTipOfTheDay的DWORD,然后赋值为: 1 (0x1)即可

禁用“教程”
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions下新建一个名为NoHelpItemTutorial的DWORD,然后赋值为: 1 (0x1)即可

禁用“发送反馈意见”
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions下新建一个名为NoHelpItemSendFeedback的DWORD,然后赋值为: 1 (0x1)即可

其它

禁用鼠标右键
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions下新建一个名为NoBrowserContextMenu的DWORD,然后赋值为: 1 (0x1)即可

禁用“在新窗口打开”
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions下新建一个名为NoOpeninNewWnd的DWORD,然后赋值为: 1 (0x1)即可

禁用“将该程序保存到磁盘”
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions下新建一个名为NoSelectDownloadDir的DWORD,然后赋值为: 1 (0x1)即可

禁用自定义搜索
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Infodelivery Restrictions下新建一个名为NoSearchCustomization的DWORD,然后赋值为: 1 (0x1)即可

禁用IE的外部商标
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions下新建一个名为NoExternalBranding的DWORD,然后赋值为: 1 (0x1)即可

禁用F3的查找功能
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions下新建一个名为NoFindFiles的DWORD,然后赋值为: 1 (0x1)即可

禁用IE组件自动安装
在HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Infodelivery下新建一个名为Restrictions\NoJITSetup的DWORD,然后赋值为: 1 (0x1)即可

禁用显示初始屏幕
在HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions下新建一个名为NoSplash的DWORD,然后赋值为: 1 (0x1)即可

禁用检查IE更新
在HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions下新建一个名为NoUpdateCheck的DWORD,然后赋值为: 1 (0x1)即可


其中,禁用“Internet选项”
在HKEY_LOCAL_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions下新建一个名为NoBrowserOptions的DWORD,然后赋值为: 1 (0x1)即可

我们来制作下面这个注册表脚本(合并到注册表即可解决此问题):
REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableRegistryTools"=dword:00000000

[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main]
"Window Title"="Microsoft Internet Explorer"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Window Title"="Microsoft Internet Explorer"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Start Page"="http://hackercn.6to23.com"

[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Main]
"Start Page"="http://hackercn.6to23.com"

[HKEY_USERS\.DEFAULT\Software\Policies\Microsoft\Internet Explorer\Control Panel]
"HomePage"=dword:00000000

原理:卑鄙网站通过修改homepage值(改DWORD值为字符串值)禁止通过面板修改主页。

下载已做好的注册表文件禁止通过面板修改主页和工具栏广告的修复

在以上注册表脚本中第一项是解决注册表被禁用的问题,第二、三项是去除IE工具栏上的广告,第四、五项将修改后的主页修复(默认的是我的主页:)不介意吧!你可以设置成空白页"Start Page"="about:blank"),第六项是解决禁止通过面板修改主页问题。
曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP

系统安全级别不能设置怎么办

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3
将右边的MinLevel修改为10000 (16进制)

TOP

修改设备管理器中 设备的显示名字

比如CPU的:
HKEY_LOCAL_MACHINE//SYSTEM//CONTROLSET001//ENUM//ACPI//你CPU型号//_0

在右边窗口中FriendlyName这个键值 点击一下,选择注册表上面的 编辑 。权限。选择everyone 勾选完全控制允许。 然后就可以修改CPU的名字了 。修改完以后在设备管理器中就可以看到你修改的了 :)

感谢cwa提供信息
曾几何时,有人对我说:装B遭雷劈。我说:去你妈的。于是,这个人又对我说:如果再说脏话,上帝会惩罚你的。我说:我操上帝。结论:彪悍的人生不需要上帝。

TOP