摘录两个实用的注册表键

复制,存为*.reg,双击注入就OK

windows2000 "Tab"键自动完成功能
设置.reg
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"CompletionChar"=dword:00000009
取消.reg
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
"CompletionChar"=dword:00000000

文件夹右键菜单添加命令行快捷方式
REGEDIT4

[HKEY_CLASSES_ROOT\Directory\shell\DosHere]
@="Command &Prompt Here"

[HKEY_CLASSES_ROOT\Directory\shell\DosHere\command]
@="C:\\WINNT\\System32\\cmd.exe /k cd \"%1\""

[HKEY_CLASSES_ROOT\Drive\shell\DosHere]
@="Command &Prompt Here"

[HKEY_CLASSES_ROOT\Drive\shell\DosHere\command]
@="C:\\WINNT\\System32\\cmd.exe /k cd \"%1\""

 

posted on 2006-07-20 09:40  whyin  阅读(283)  评论(0编辑  收藏  举报

导航