Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOTDirectoryshellcmd]
@="在这里打开命令行窗口"
[HKEY_CLASSES_ROOTDirectoryshellcmdcommand]
@="cmd.exe /k "cd %L""
通过修改注册表可以禁用漫游Windows XP 窗口
按照如下格式用记事本编辑文本,保存为.reg格式。
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionAppletsTour]
"RunCount"=dWord:00000000
[HKEY_LOCAL_MacHINESoftwareMicrosoftWindowsCurrentVersionAppletsTour]
"RunCount"=dword:00000000
[ Last edited by geely on 2003-9-25 at 18:04 ]
可以允许为回收站重命名
按照如下格式用记事本编辑文本,保存为.reg格式。
Windows Registry Editor Version 5.00
HKEY_CLASSES_ROOTCLSID{645FF040-5081-101B-9F08-00AA002F954E}ShellFolder]
"Attributes"=hex:50,01,00,20
"CallForAttributes"=dword:00000000
[ Last edited by geely on 2003-9-25 at 18:04 ]
可以从我的电脑中删除那些烦人的共享文档文件夹
按照如下格式用记事本编辑文本,保存为.reg格式。
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerMyComputerNameSpaceDelegateFolders{59031a47-3f72-44a7-89c5-5595fe6b30ee}]
[ Last edited by geely on 2003-9-25 at 18:04 ]
可以把Internet Explorer可同时下载的文件数目增大到10(默认是2)
按照如下格式用记事本编辑文本,保存为.reg格式。
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings]
"MaxConnectionsPer1_0Server"=dword:0000000a
"MaxConnectionsPerServer"=dword:0000000a
标签: