windows
将软件启动添加至右键快捷方式
--powershell
#powershell 所在目录为 C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
1.windows+r
2.键入 regedit(打开注册表)
3. 在注册表中的 计算机\HKEY_CLASSES_ROOT\Directory\Background\shell 路径下新建 项 命名为 powershellmenu;
修改右侧的数据为 open powershell here(即右键提示的文字)
4.在powershellmenu下新建文件夹 command
修改右侧的数据为 C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
完.