@color 0A
@title 添加右键菜单命令 在此处打开命令窗口(^&E)(带图标) by wjshan0808
@echo off
reg add HKCR\Directory\Background\shell\在此处打开命令窗口(&E) /v Icon /t reg_expand_sz /d %ComSpec% /f
reg add HKCR\Directory\Background\shell\在此处打开命令窗口(&E)\command /ve /t reg_sz /d "%ComSpec%" /f
echo reg add HKCR\Directory\Background\shell\在此处打开命令窗口(&E)\command /ve /t reg_sz /d "%ComSpec% /s /k pushd %USERPROFILE%" /f >nul
reg add HKCR\Directory\shell\cmd /v Icon /t reg_expand_sz /d %ComSpec% /f
echo reg add HKCR\Directory\shell\cmd /v Extended /t reg_sz /d "" /f >nul
reg delete HKCR\Directory\shell\cmd /v Extended /f
reg add HKCR\Drive\shell\cmd /v Icon /t reg_expand_sz /d %ComSpec% /f
echo reg add HKCR\Drive\shell\cmd /v Extended /t reg_sz /d "" /f >nul 
reg delete HKCR\Drive\shell\cmd /v Extended /f

添加右键菜单命令 在此处打开命令窗口(W)(带图标).bat

相关文章:

  • 2021-09-12
  • 2021-09-26
  • 2021-11-06
  • 2021-04-15
  • 2021-10-11
  • 2022-02-16
  • 2022-12-23
  • 2021-10-08
猜你喜欢
  • 2021-09-11
  • 2021-11-09
  • 2021-09-11
  • 2021-11-28
  • 2021-05-28
  • 2021-09-28
  • 2021-06-22
相关资源
相似解决方案