邪恶八进制信息安全团队技术讨论组's Archiver

EvilOctal 2004-11-29 14:33

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

信息来源:邪恶八进制 中国

这里我们用来收集所有的注册表技巧 大家一起帮忙
发的时候写清楚 是for什么操作系统的...

EvilOctal 2004-11-29 14:51

设置多用户同时登录XP3389(for WindowsXP)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Licensing Core]
EnableConcurrenSessions Dword
1 允许多用户 2个用户
0 禁止多用户

EvilOctal 2004-12-9 23:10

简单共享(for WindowsXP)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]
forceguest Dword
00000000 禁止
00000001 启用

冰血封情 2005-3-19 23:06

自定义修改系统默认ie搜索(for all windows)

找到[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main],在右边的窗口中找到Search Page(双击)
之后可以看到原始的为[url]http://www.microsoft.com/isapi/redir.dll?prd=ie&ar=iesearch[/url]

冰血封情 2005-3-27 13:43

Win注册表另类自启动

by azr  
在WINDOWS注册表中除了大家熟悉的下列键值:

HKCU\Software\Microsoft\Windows\CurrentVersion\Run or Runservices
HKLM\Software\Microsoft\Windows\CurrentVersion\Run or Runservices

可以自启动外,偶还发现下列键值也可以启动程序的:
注: 服务及驱动的除外
测试平台:WIN XP SP2, 以I:盘的cpuz.exe为例

[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows]
"load"="i:\\cpuz.exe"
"run"="i:\\cpuz.exe"

//可以在下面添加以2,3,4。。。。。。向下排
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer\Run]
"1"="i:\\cpuz.exe"

//粗体为后加的程序链接
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"Userinit"="C:\\WINDOWS\\system32\\userinit.exe,i:\\cpuz.exe "

EvilOctal 2005-4-22 20:29

445端口默认情况下是始终开放的。如果要关闭该端口,可以参考微软KB 301673中的方法,在
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NetBT\Parameters
中增加一个值:

      Value Name: SmbDeviceEnabled
      Type: REG_DWORD
      Value Data: 0

冰血封情 2005-5-1 19:11

DLL files Register and Unregister

BY [email]joyadam@myrealbox.com[/email]
有的程序员经常要注册或者反注册自己写的dll文件,加一个快捷方式会减少自己的工作量:

[HKEY_CLASSES_ROOT\dllfile\shell\Unregister]
"Command"="regsvr32 %1 /u"

[HKEY_CLASSES_ROOT\dllfile\shell\Register]
"Command"="regsvr32 %1"

当我们需要注册或者反注册dll时,只要在该dll文件上按下鼠标右键即可!

EvilOctal 2005-5-13 21:23

如何移除"我的电脑"中"共享文档"图标

在 Windows XP 中打开我的电脑,除了驱动器之外,还会出现一项“在这台计算机上出现的文件”,其中包含“共享文档”和当前用户的文档两个项目。

通过编辑注册表,我们可以从“我的电脑”中移除这两个项目:

开始->运行->regedit

找到[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders]

删除{59031a47-3f72-44a7-89c5-5595fe6b30ee}键

注意:

这个操作不会删除“共享文档”文件夹本身,这个文件夹位于 C:\Documents and Settings\All Users 下,也不会改变其共享的属性,仅仅是对于 Windows XP 界面的定制又提供了一个选择

冰血封情 2005-5-20 03:36

关于解决“无法访问计算机XXXX。错误是:库没有注册。”的方案

By 翼手龙
      我们在打开“计算机管理”中的“本地用户和组”的时候,可能

会碰到这样的一个提示“无法访问计算机XXXX。错误是:库没有注册。”

这一般是因为注册表中的几个相关键值丢失或者出错引起的。


     将下面的内容拷贝到一个文本文件里,然后改后缀TXT为REG,

双击将该文件引入注册表就可以解决这个问题了。

     如果是XP,需要将WINNT改为WINDOWS。


Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\TypeLib\{97d25db0-0363-11cf-abc4-02608c9e7553}]

[HKEY_CLASSES_ROOT\TypeLib\{97d25db0-0363-11cf-abc4-02608c9e7553}\1.0]
@="Active DS Type Library"

[HKEY_CLASSES_ROOT\TypeLib\{97d25db0-0363-11cf-abc4-02608c9e7553}\1.0\0]

[HKEY_CLASSES_ROOT\TypeLib\{97d25db0-0363-11cf-abc4-02608c9e7553}\1.0\0\win32]
@="C:\\WINNT\\system32\\activeds.tlb"

[HKEY_CLASSES_ROOT\TypeLib\{97d25db0-0363-11cf-abc4-02608c9e7553}\1.0\FLAGS]
@="0"

[HKEY_CLASSES_ROOT\TypeLib\{97d25db0-0363-11cf-abc4-02608c9e7553}\1.0\HELPDIR]
@="C:\\WINNT\\system32"

冰血封情 2005-5-20 03:38

如何恢复IE"自动完成"保存密码的提示

BY JinLei

[适用于] Internet Explorer 6.x

在 IE 中选择不再提示保存密码之后,如何恢复呢?

开始->运行->输入"regedit"并确定,打开注册表编辑器

定位于:

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

在右边窗口中新建字符串值项“FormSuggest PW Ask”,设置其值为“yes”

关闭注册表编辑器,重启 IE

也可以下载并运行这个脚本文件

冰血封情 2005-5-26 04:12

调整 Windows XP 欢迎屏幕显示的用户列表

文章作者:JinLei
欢迎屏幕( Welcom Screen )是 Windows XP 的新特性,在默认情况下,如果 XP 只有一个 Administrator 用户,那么会在欢迎屏幕上显示,而如果增加了别用户,那么 XP 就会自动隐藏 Administrator 用户。

通过编辑注册表,我们可以自己来调整欢迎屏幕上显示的用户列表,具体步骤如下:

开始->运行->输入"regedit",确定,打开注册表编辑器。

找到:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]

在右侧的窗口中,你可以看到特殊的内置用户名,如果你安装了某些软件,还会有这些软件生成的内置帐户。

如果你想在欢迎屏幕中显示 Administrator 帐户,那么在右侧窗口中新建 DWORD 值 Administrator,并设值为1。

如果要隐藏某个帐户,则新建此帐户名字的 DWORD 值,并设值为0。

这个操作还会连带地影响到控制面板->用户帐户中显示的用户列表,比如你前面设置了在欢迎屏幕中显示 Administrator,那么在用户帐户中也会出现 Administrator 帐户(默认情况下也是隐藏的)

EvilOctal 2005-6-3 04:28

rpc服务被禁用 点RPC下的属性没有反映 如何恢复

BY niyh
注册表:  
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RpcSs  
把里面的Start键值改为2

冰血封情 2005-6-10 01:22

如何删除Internet选项中的隐私选项卡

信息来源:MVP BLOG
在“开始”-“运行”中输“regedit.exe”打开“注册表编辑器”
找到HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel
在右侧窗体中新建一个名为“Privacytal”的DWORD值,将其值改为1就可以了

EvilOctal 2005-6-17 15:58

关机清除页面文件

“HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory Management”,然后在右边的列表中双击“ClearPageFileAtShutdown”

冰血封情 2005-6-19 02:11

如何加快Windows XP浏览网上邻居的速度

by siqi wu
我们在浏览Windows XP网上邻居的时候可能花费的时间非常长,这是因为它会检查其它计算机的“排定工作”,所以我们可以将这个步骤取消以加快浏览网上邻居的速度。

打开“开始”-“运行” 输入 “regedit.exe”(注:红字部分) 打开“注册表编辑器”。

在左边的窗框中依次展开HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Explorer/RemoteComputer/NameSpace

在这展开后有一键值为{D6277990-4C6A-11CF-8D87-00AA0060F5BF} ,将它单击鼠标右键点击删除就可以了!

冰血封情 2005-6-19 02:13

如何隐藏Windows XP的回收站

by siqi wu
我们可以让回收站不显示在系统的桌面或者资源管理器上

打开“开始”-“运行”。

输入“regedit.exe”(注:红字部分)打开注表编辑器。

在左边的窗框中依次展开HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace,将{645FF040-5081-101B-9F08-00AA002F954E}点击鼠标右键选择删除,然后重新启动一下计算机就可以了!

冰血封情 2005-6-19 02:14

如何去除Windows的磁盘空间不足的右下角气球提示

by siqi wu
当计算机磁盘的空间小于200MB时,计算机会每隔一段时间提示您,我们可以将它去除。

打开“开始”-“运行”。

输入“regedit.exe”(注:红字部分)打开注册表编辑器。

在左边的窗框中依次展开

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies

在Policies下增加一个名为Explorer的项(如果您已经找到了就不必要添加了!),

在Explorer里增加一个DWORD值,名为“NoLowDiskSpaceChecks”(注:红字部分)双击将数值资料修改为1表示停止通知,如果为0表示为启用。

EvilOctal 2005-6-27 17:19

如何在我的电脑中显示“任务计划”

打开“开始”-“运行”。
输入“regedit.exe”(注:不包括引号)打开注册表编辑器。
在左边的窗框中依次展开
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace在该分支下新建一个名为“{D6277990-4C6A-11CF-8D87-00AA0060F5BF}”(注:不包括引号)的主键,这时,您会在右边的窗框中看到一个“默认”的值,将它双击后设值为“Scheduled Tasks”(注:不包括引号)就可以了!

EvilOctal 2005-7-12 15:38

建立注册DLL和反注册DLL文件的快捷方式(Author: [email]Adam@nsfocus.com[/email])


有的程序员经常要注册或者反注册自己写的dll文件,加一个快捷方式会减少自己的工作量:[HKEY_CLASSES_ROOT\dllfile\shell\Unregister]
"Command"="regsvr32 %1 /u"

[HKEY_CLASSES_ROOT\dllfile\shell\Register]
"Command"="regsvr32 %1"
当我们需要注册或者反注册dll时,只要在该dll文件上按下鼠标右键即可!

EvilOctal 2005-7-23 04:18

如何清除“运行”中的下拉框记录

from:Siqi Wu 技术Blog
打开“开始”-“运行”。

输入“regedit.exe”(注:不包括引号)打开注册表编辑器。
在左边的窗框中依次展开

HKEY_CURRENT_USER_Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU

这时,您会在右边的窗框中看见运行过的程序的名称,您可以使用鼠标右键,选择需要删除的名称,然后删除就可以了。

EvilOctal 2005-7-26 09:33

如何更改Windows Media Player标题

打开“开始”-“运行”。
输入“regedit.exe”(注:不包括引号)打开注册表编辑器。
在左边的窗框中依次展开

HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows Media Player

这时在右边的窗框中新建一个字符串值(如果已经有了就不用再建了!),名为:“TitleBar”

然后双击它输入您需要的标题就可以了。

EvilOctal 2005-7-26 09:33

解决隐藏文件或文件夹不能显示问题

可能您的计算机中了一些病毒后,造成隐藏文件和文件夹无法显示,您可以修改注册表来复原:
打开“开始”-“运行”。
输入“regedit.exe”(注:不包括引号)打开注册表编辑器。
在左边的窗框中依次展开

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL
然后将右边的窗框中的Checkedvalue值修改为字1就可以了。(如果为0,则无法显示。)

EvilOctal 2005-8-8 06:08

加快程序运行速度

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]

"ConfigFileAllocSize"=dword:000001f4

EvilOctal 2005-8-8 06:09

点右键以编辑方式打开可以更改IE背景

Windows Registry Editor Version 5.00

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

"BackBitmap"="输入盘符\\文件夹名称\\图片.bmp"

冰血封情 2005-9-2 22:05

去除TCP/IP筛选

TCP/IP筛选在注册表里有三处,分别是:
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Tcpip
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\Tcpip
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip

分别用
regedit -e D:\a.reg HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip
regedit -e D:\b.reg HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Services\Tcpip
regedit -e D:\c.reg HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip
命令来导出注册表项

然后把 三个文件里的EnableSecurityFilters"=dword:00000001,改成EnableSecurityFilters"=dword:00000000

再将以上三个文件分别用
regedit -s D:\a.reg
regedit -s D:\b.reg
regedit -s D:\c.reg
导入注册表即可

REGEDIT4

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

EvilOctal 2005-9-25 00:28

彻底删除XP自带的Windows Messenger方法

开始->运行->RunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove

EvilOctal 2005-10-3 15:15

解决IE加载RM文件的时候出现IE错误而关闭
by sunwear[E.S.T]

进注册表 删掉
HKEY_CLASSES_ROOT\CLSID\{CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA}

EvilOctal 2005-10-28 04:19

通过注册表禁止F3快捷键

If you want to disable the ability to use the F3 key from either the Windows Explorer or Internet Explorer

Start Regedit
Go to HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions
Create a Dword value called NoFindFiles
Give it a value of 1
Reboot

EvilOctal 2005-10-28 04:21

通过注册表禁止修改系统文件关联

You can prevent users from changing associations via Windows Explorer's Tools / Folder Options / File Types tab.

Start Regedit
Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explore
Create REG_DWORD data type NoFileAssociate
Give it a value of 1

EvilOctal 2005-10-28 04:21

锁定文件关联

If you have your file associations the way you want for a particular file type, you can remove it from the list that gets displayed in the Folder Options / File Types screen

Start Regedit
Go to HKEY_CLASSES_ROOT
Scroll to the file association you want to lock.
In the right panel, create a new Binary value
Call it EditFlags
Give it a value of 01 00 00 00
Now when you go to the Folder Options / File Types screen, you won't see that file type listed.

EvilOctal 2005-10-28 04:22

通过注册表关闭系统滴滴声

If you want to turn off all system beeps (like the ones that go through your computers' internal speaker):

Start Regedit
Go to HKEY_CURRENT_USER\Control Panel\Sound
Edit the key Beep and give it a value of No

EvilOctal 2005-10-28 04:22

修改一些特别文件夹的地址

You can modify the registry to change the location of special folders like:

My Documents
Favorites
My Pictures
Personal
Start Regedit
Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
Double click on any locations you want to change and alter the path
Logoff or restart for the changes to go into effect
Note: TweakUI from Microsoft will allow you to make these changes from a dialog box as well

EvilOctal 2005-10-28 04:23

删除特定的注册表键

In a previous tip, Automatically Deleting a Registry Key, it was mentioned how to remove an entire registry key.
If you want to simply remove a specific value within a key, use the syntax below:

[Registry Key]
"value"=-

For example:

REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"MSConfig"=-

would delete the value MSCONFIG.

EvilOctal 2005-10-28 04:24

设置回收站时刻自动清空

You can set the recycle bin to always delete items (like holding down the shift key when dragging files to the recycle bin)

Start Regedit
Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Explorer \ BitBucket
Set the key NukeOnDelete to 1

EvilOctal 2005-10-28 04:24

设定IE主页

If you want to set the home page used by Internet Explorer through the registry

Start Regedit
Go to HKey_Current_User \ Software \ Microsoft \ Internet Explorer \ Main
Give the Start Page key the string value you wish set as homepage

EvilOctal 2005-10-28 04:25

准备移动硬盘到另外一个电脑之前需要做的事

To remove the devices from device manager when taking a HD from one computer to another,
simply:

Run Regedit
Go to HKEY_LOCAL_MACHINE\ and delete the Enum section
This removes all of the hardware specific settings

EvilOctal 2005-10-28 04:25

比较注册信息

While working with changes to your system, you might want to see what is changing in your Registry.
Since you can export it to a text file, the steps are fairly easy

Start Regedit
With the very top level select - My Computer, on the Toolbar select Registry / Export Registry File
I usually save it to the root of the C: drive with the name before (you don't need to add an extension)
Make the change to your system
Go back to Regedit
Press F5 to update it
Export the Registry like step 2
Name the file after and have it go in the same directory
Open up a DOS window
Go to the directory where the two exported files are
Enter FC before.reg after.reg > diff.txt
Then you can edit diff.txt with your favorite text editor.
Note: I  do the last steps so often I have a simple batch file already set up.

EvilOctal 2005-10-28 04:26

Setting Excel 2000 High-Contrast Cell Selection

If you want to increase the contrast in selected cells:

Start Regedit
Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Office \ 9.0 \ Excel \ Options  
Add a DWORD value call Options6
Give it a value of 16
Now when you select cells, they will be white on black.

EvilOctal 2005-10-28 04:27

改变常见图标

You can change many of the common Windows icons.

Start Regedit
Go to HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ explorer \ Shell Icons
The default icons are numbered in the right panel from 0-40
Double click on the number of the particular icon you want to change. See the chart below.
Enter the name of the icon file you want to use followed by the number of the icon in that file.
Note: The numbering starts with zero.
If you use a single .ICO file, it should be followed by a 0.
e.g. - filename.dll,4 - This would actually be the 5th icon since it starts with 0.
Make sure you delete the hidden file C:\WINDOWS\SHELLICONCACHE
0-13 Are the Drive and Application Icons
0 - To change the Unknown Application Icon
2 - To change the Default Application Icon
3 - To change the Closed Folder Icon
4 - To change the Open Folder Icon
5 - To change the 5 1/4" Floppy Icon
6 - To change the 3 1/2" Floppy Icon
7 - To change the Removable Disk Icon
8 - To change the Hard Drive Icon
9 - To change the Network Drive Online Icon
10 - To change the Network Drive Offline Icon
11 - To change the CD Drive Icon
12 - To change the Ramdrive Icon
13 - To change the Entire Network Icon

19-27 Are the Start Menu Icons
19 - To change the Programs Icon
20 - To change the Documents Icon
21 - To change the Settings Icon
22 - To change the Find Icon
23 - To change the Help Icon
24 - To change the Run Icon
27 - To change the Shutdown Icon

Other Icons
33 - To change the DUN Folder Icon
34 - To change the Desktop Icon
35 - To change the Control Panel Icon
37 - To change the Printer Folder Icon
40 - To change the Audio CD Icon
43 - To change the Favorites Icon
44 - To change the Logoff Icon

EvilOctal 2005-10-28 04:27

阻止修改开始菜单

To prevent any changes to the Start Menu, even a right click:

Start Regedit
Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Add a DWORD called NoChangeStartMenu
Give it a value of 1

EvilOctal 2005-10-28 04:27

限制使用DOS

There are restrictions you can make to the ability to execute DOS programs

Start Regedit
Go to HKEY_Current_User / Software / Microsoft / Windows / CurrentVersion / Policies
Create a new key under Policies called WinOldApp
You can then add DWORD values set to 1 in the appropriate keys
To re-enable them, either delete the key or set the value to 0
Disabled - Disable MS-DOS Prompt
NoRealMode - Disables Single-Mode MS-DOS

EvilOctal 2005-10-28 04:28

限制使用网络

There are general restrictions you can make in Networking

Start Regedit
Go to HKEY_Current_User / Software / Microsoft / Windows / CurrentVersion / Policies
Create a new key under Policies called Network
You can then add DWORD values set to 1 in the appropriate keys
To re-enable them, either delete the key or set the value to 0
DisablePwdCaching = Password Caching
HideSharePwds [hex] =Shared Passwords
NoEntireNetwork =Entire Network
NoNetSetup =Network applet
NoNetSetupIDPage =Network Identification tab
NoNetSetupSecurityPage =Network Access tab
NoFileSharing =Network File Sharing button
MinPwdLen = set Minimum Password Length (integer number: 0 - 99)
NoPrintSharing =Network Print Sharing button
NoWorkgroupContents =Network Workgroup

EvilOctal 2005-10-28 04:28

限制使用控制面版

There are many general restrictions you can make to the Control Panel

Start Regedit
Go to HKEY_Current_User / Software / Microsoft / Windows / CurrentVersion / Policies
Create a new keys under Policies called System
You can then add DWORD values set to 1 in the appropriate keys
To re-enable them, either delete the key or set the value to 0
NoDispCPL - Disable Display Control Panel
NoDispBackgroundPage - Hide Background Page
NoDispScrSavPage - Hide Screen Saver Page
NoDispAppearancePage - Hide Appearance Page
NoDispSettingsPage - Hide Settings Page
NoSecCPL - Disable Password Control Panel
NoPwdPage - Hide Password Change Page
NoAdminPage - Hide Remote Administration Page
NoProfilePage - Hide User Profiles Page
NoDevMgrPage - Hide Device Manager Page
NoConfigPage - Hide Hardware Profiles Page
NoFileSysPage - Hide File System Button
NoVirtMemPage - Hide Virtual Memory Button

EvilOctal 2005-10-28 04:28

锁定桌面环境变量

There are many general restrictions you can make to the Start Menu, the Explorer and to the Desktop itself.

Start Regedit
Go to HKEY_Current_User / Software / Microsoft / Windows / CurrentVersion / Policies
There should already be at least a Explorer section there already
Additional keys that can be created under Policies are WinOldApp
You can then add DWORD values set to 1 in the appropriate keys
To re-enable them, either delete the key or set the value to 0
ClearRecentDocsOnExit = Clear of Recent Documents on Exit
NoAddPrinter = Adding new printers
NoClose = Computer Shutdown
NoDeletePrinter = Delete Installed Printers
NoDesktop = Doesn't show Desktop items as well as and Desktop right-click menu
NoDevMgrUpdate = Windows 98/ME web Update Manager
NoDrives [hex] = Hides Drives in my computer
NoFind = Find command
NoInternetIcon = Internet Icon on Desktop
NoNetHood = Network Neighborhood
NoRecentDocsHistory = Recent Documents in Start Menu
NoRun = Run command
NoSaveSettings = Save Settings on exit
NoSetFolders = Folders in Start Menu -> Settings
NoSetTaskbar = Taskbar in Start Menu -> Settings
NoSMMyDocs = My Documents folder in Start Menu
NoSMMyPictures = My Pictures folder in Start Menu  
NoWindowsUpdate = Windows web Update

EvilOctal 2005-10-28 04:29

修改Office 2000's Excel撤消操作记录

By default, Excel has only approximately 16 undo's you can perform.

To increase that number:

Start Regedit
Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Office \ 9.0 \ Excel \ Options
Add a dword called UndoHistory
Give it the value you want for the amount you want.

EvilOctal 2005-10-28 04:30

修改Windows Media Player的标题

You can change the title bar for the Windows Media Player

Start Regedit
Go to HKEY_USERS \ .DEFAULT \ Software \ Policies \ Microsoft \ WindowsMediaPlayer
Create a string value of TitleBar
Give it a value of whatever you want to appear in the title bar

EvilOctal 2005-10-28 04:30

取消任务栏右键菜单

To eliminate the right click on the taskbar:

Start Regedit

Start Regedit
Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Add a DWORD and give it a name of NoTrayContextMenu
Give it a value of 1
Reboot

EvilOctal 2005-10-28 04:31

取消桌面右键菜单

To eliminate the right click on the desktop:

Start Regedit
Go to HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ Explorer
Add a DWORD and give it a name of NoViewContextMenu
Give it a value of 1
Reboot

EvilOctal 2005-10-28 04:32

关掉最大 最小化以及关闭图标的帮助

When the mouse goes over the minimize, maximize and close icons on the upper right hand side of a window, you normally get a display telling you want those are for.
To disable that display:

Start Regedit
Go to HKEY_CURRENT_USER \ Control Panel \ Desktop
Create a String Value called MinMaxClose
Give it a value of 1  
Reboot

EvilOctal 2005-10-28 04:33

在资源管理器中的右键添加打开

To add the option Open With when you right click on a file in the Explorer:

Start Regedit
Go to HKEY_LOCAL_MACHINE \ Software \ CLASSES \* \ shell \ openas \ command
If this key isn't there then just create it
Give it the value of C:\WINDOWS\rundll32.exe shell32.dll,OpenAs_RunDLL %1

页: [1] 2 3
© 1999-2008 EvilOctal Security Team