kevin-zou

Windows7中Shift+右键"在此处打开命令窗口"默认是采用cmd的方式打开.

把cmd替换为PowerShell的方式打开.

1. Ctrl + R 输入regedit进入注册表

2. 找到[HKEY_CLASSES_ROOT\Directory\Background\shell\cmd\command]

3. 修改数据为C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoExit cd "%V"

分类:

技术点:

相关文章:

  • 2021-11-06
  • 2021-09-11
  • 2021-05-28
  • 2021-10-07
  • 2022-02-24
  • 2021-10-03
  • 2022-01-06
  • 2021-11-09
猜你喜欢
  • 2021-04-18
  • 2021-06-14
  • 2021-05-12
  • 2022-12-23
  • 2021-12-24
  • 2021-09-12
  • 2021-09-26
相关资源
相似解决方案