Win10一键添加“在此处打开命令行“右键bat批处理

源码:

@echo off
title 添加在此处打开命令行右键
echo 删除"PyCharm"右键
reg delete HKCR\Directory\Background\shell\PyCharm /f 1>nul 2>nul
echo 删除"Visual Studio"右键
reg delete HKCR\Directory\Background\shell\AnyCode /f 1>nul 2>nul
echo 添加在"此处打开命令行"右键
reg add HKCR\Directory\Background\shell\在此处打开命令行\command\ /t REG_SZ /d "cmd.exe /s /k pushd ""%%V""" /f 1>nul
set /p=allend.

平常命令行用得多,又很不习惯PyCharm和Visual Studio的打开命令行右键,打开速度奇慢无比,容易卡顿,还不如自己和win7一样右键打开cmd快。

这个bat附带了删除PyCharm和Visual Studio的"命令行右键"功能,不需要可以删除这一段代码就好:

echo 删除"PyCharm"右键
reg delete HKCR\Directory\Background\shell\PyCharm /f 1>nul 2>nul
echo 删除"Visual Studio"右键
reg delete HKCR\Directory\Background\shell\AnyCode /f 1>nul 2>nul
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值