1:使用win+r打开 运行 控制台
2:输入 regedit 打开注册表
3:进入
1 HKEY_LOCAL_MACHINESOFTWAREMicrosoftCommand ProcessorCompletionChar
将值改为十进制的 9 ;点击确定
4:以后运行CMD的时候 输入首字母按住 TAB键就能自动补全输入的命令了。
1 reg: 2 Windows Registry Editor Version 5.00 3 4 [HKEY_LOCAL_MACHINESOFTWAREMicrosoftCommand Processor] 5 "CompletionChar"=dword:00000009 6
网上说不行的,大概是说命令不能补全,文件名和目录是可以的, 确实在cmd里面无法tab补全, 不过我喜欢用powershell, powershell里面是可以实现命令补全的.