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""

  • 相关阅读:
    屏幕尺寸相关
    关于sqlite的数据库操作
    Service服务
    BroadcastReceiver广播接收器
    将博客搬至CSDN
    win7+WinDbg调试系统内核
    驱动
    驱动开发,走起!!哈哈
    动态链接库DLL
    2013年12月24号感受
  • 原文地址:https://www.cnblogs.com/coder-axin/p/9335944.html
Copyright © 2011-2022 走看看