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

替换为PowerShell打开模式

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

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

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

3. 修改数据为powershell.exe -NoExit Set-Location "%V"

转载于:https://blog.51cto.com/kevinz0523/1410698

相关文章:

  • 2021-07-31
  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
  • 2022-02-08
  • 2022-02-14
  • 2021-10-25
  • 2021-08-17
猜你喜欢
  • 2021-09-11
  • 2021-05-23
  • 2021-07-30
  • 2022-02-07
  • 2022-02-23
  • 2021-07-10
相关资源
相似解决方案