zoukankan      html  css  js  c++  java
  • windows添加右键菜单"在此处打开cmd窗口"

    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOTDirectoryshellOpenCmdHere]
    @="open cmd here"
    "Icon"="cmd.exe"
    [HKEY_CLASSES_ROOTDirectoryshellOpenCmdHerecommand]
    @="PowerShell -windowstyle hidden -Command "Start-Process cmd.exe -ArgumentList '/s,/k, pushd,%V' -Verb RunAs""
    [HKEY_CLASSES_ROOTDirectoryBackgroundshellOpenCmdHere]
    @="open cmd here"
    "Icon"="cmd.exe"
    [HKEY_CLASSES_ROOTDirectoryBackgroundshellOpenCmdHerecommand]
    @="PowerShell -windowstyle hidden -Command "Start-Process cmd.exe -ArgumentList '/s,/k, pushd,%V' -Verb RunAs""
    [HKEY_CLASSES_ROOTDriveshellOpenCmdHere]
    @="open cmd here"
    "Icon"="cmd.exe"
    [HKEY_CLASSES_ROOTDriveshellOpenCmdHerecommand]
    @="PowerShell -windowstyle hidden -Command "Start-Process cmd.exe -ArgumentList '/s,/k, pushd,%V' -Verb RunAs""
    [HKEY_CLASSES_ROOTLibraryFolderackgroundshellOpenCmdHere]
    @="open cmd here"
    "Icon"="cmd.exe"
    [HKEY_CLASSES_ROOTLibraryFolderackgroundshellOpenCmdHerecommand]
    @="PowerShell -windowstyle hidden -Command "Start-Process cmd.exe -ArgumentList '/s,/k, pushd,%V' -Verb RunAs""

  • 相关阅读:
    键盘快捷键
    电脑命令行命令
    网络基础TCP/IP
    运算符优先级
    元字符汇总
    正则表达式
    模板语法(DOM与Vue数据绑定)
    computed、methods、watch
    vue实例
    坐标轴
  • 原文地址:https://www.cnblogs.com/coder-axin/p/9335944.html
Copyright © 2011-2022 走看看