博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
open Command window here
阅读量:6978 次
发布时间:2019-06-27

本文共 742 字,大约阅读时间需要 2 分钟。

按照教程里面,下载一个脚本

需要注意的是,脚本安装之后,调出open command window here的方法是:

Simply hold down the Shift key and right-click a folder.

The context menu will contain an entry, 'Open command window here.”

 

 

Windows Registry Editor Version 5.00

; Created by: Shawn Brink

; http://www.sevenforums.com
; Tutorial: http://www.sevenforums.com/tutorials/134831-open-command-window-here-add-remove.html

[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="@shell32.dll,-8506"
"Extended"=""
"NoWorkingDirectory"="a"

[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]

@="cmd.exe /s /k pushd \"%V\""

[HKEY_CLASSES_ROOT\Directory\Background\shell\cmd]

@="@shell32.dll,-8506"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\Directory\Background\shell\cmd\command]

@="cmd.exe /s /k pushd \"%V\""

 

转载地址:http://llupl.baihongyu.com/

你可能感兴趣的文章
TrayIcon 类 添加系统托盘不显示托盘图标
查看>>
Unity3D 材料
查看>>
ControlButton按钮事件
查看>>
HTTP 缓存
查看>>
Apache2.4+Tomcat7集群搭建
查看>>
Linux内置的审计跟踪工具:last命令
查看>>
Nginx自定义模块编写:根据post参数路由到不同服务器
查看>>
Lamp源码安装
查看>>
Linux0.00内核为什么要自己设置0x80号陷阱门来调用write_char过程?
查看>>
mysql数据库备份、恢复文档
查看>>
在linux上MySQL的三种安装方式
查看>>
cocos2dx 场景的切换
查看>>
Java用for循环Map
查看>>
让你提升命令行效率的 Bash 快捷键
查看>>
Python运维项目中用到的redis经验及数据类型
查看>>
一些要注意的地方
查看>>
android Spinner 例子
查看>>
2013年10月1日C#随机数
查看>>
fastJson结合Nutz.Mapl的进阶应用
查看>>
使用react心得
查看>>