zoukankan      html  css  js  c++  java
  • win7 在文件夹上右键后 以管理员启动命令窗口

    Windows Registry Editor Version 5.00

    ; Created by: Shawn Brink

    ; http://www.sevenforums.com

    ; Tutorial: http://www.sevenforums.com/tutorials/47415-open-command-window-here-administrator.html

    [-HKEY_CLASSES_ROOTDirectoryshell unas]

    [HKEY_CLASSES_ROOTDirectoryshell unas]

    @="xxx" #名称随意,此三处最好一致

    "HasLUAShield"=""

    [HKEY_CLASSES_ROOTDirectoryshell unascommand]

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

    [-HKEY_CLASSES_ROOTDirectoryBackgroundshell unas]

    [HKEY_CLASSES_ROOTDirectoryBackgroundshell unas]

    @="xxx" #同上,此三处最好一致

    "HasLUAShield"=""

    [HKEY_CLASSES_ROOTDirectoryBackgroundshell unascommand]

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

    [-HKEY_CLASSES_ROOTDriveshell unas]

    [HKEY_CLASSES_ROOTDriveshell unas]

    @="xxx" #同上,此三处最好一致

    "HasLUAShield"=""

    [HKEY_CLASSES_ROOTDriveshell unascommand]

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

  • 相关阅读:
    mysql常用技能分享
    php生成器使用总结
    MySQL索引使用方法和性能优化
    servlet相关
    UML图
    How Tomcat Works
    字符串编码
    高效工作
    php 设计模式总结
    python之装饰器
  • 原文地址:https://www.cnblogs.com/szyicol/p/12935396.html
Copyright © 2011-2022 走看看