2019-02-13
阅读量:
782
win10系统下shift 右键不能打开命令窗口
win10系统下想通过"shift+右键"打开命令行窗口,以当前的路径打开jupyter notebook,但是没有"在此处打开命令行窗口"的选项,只有"在此处打开Powershell窗口"选项,怎么办?
解决方法:把下列代码写入记事本并保存为"opencmdhere.reg",文件编码格式为"UCS-2 Little Endian",后打开执行文件。
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenCmdHere]
@="在此处打开命令行窗口"
"Extended"=""
[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenCmdHere\command]
@="cmd.exe -noexit -command Set-Location -literalPath '%V'"






评论(0)


暂无数据
推荐帖子
0条评论
0条评论
3条评论