如何在win7的右键菜单栏上添加“在此处打开Powershell”

  1. 打开regedit.exe

  2. 找到计算机\HKEY_CLASSES_ROOT\Directory\Background\shell

  3. 在项下建立新项Powershell,并且在Powershell项下建立新项command,如图所示:
    如何在win7的右键菜单栏上添加“在此处打开Powershell”_第1张图片

  4. Powershell的默认的项中填写名称在此处打开Powershell窗口

  5. 新建字符串值Extended,表示需要点击Shift以后才能显示。

  6. (可选)添加字符串值Icon,内容为powershell.exe,这样在菜单栏上会显示图标。

  7. 在子项command的默认值中填写C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -noexit -command Set-Location -literalPath '%V'

你可能感兴趣的:(Windows小技巧,windows,powershell)