1:使用win+r打开 运行 控制台

2:输入 regedit 打开注册表

3:进入HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor\CompletionChar 将值改为十进制的 9 ;点击确定

4:以后运行CMD的时候 输入首字母按住 TAB键就能自动补全输入的命令了。
 
 
reg:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor]
"CompletionChar"=dword:00000009

 

//网上说不行的,大概是说命令不能补全,文件名和目录是可以的

 

 

相关文章:

  • 2022-12-23
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
  • 2021-10-30
  • 2021-05-27
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-12
  • 2021-08-03
  • 2021-06-05
  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
相关资源
相似解决方案