zoukankan      html  css  js  c++  java
  • 在文件夹空白右键中加入程序项

    Windows Registry Editor Version 5.00
    
    [-HKEY_CLASSES_ROOT*shelledit]
    [HKEY_CLASSES_ROOT*shelledit]
    @=""
    
    [HKEY_CLASSES_ROOT*shelleditcommand]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,
      00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,6e,00,6f,00,
      74,00,65,00,70,00,61,00,64,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,00,31,
      00,22,00,00,00
    
    [-HKEY_CLASSES_ROOTDirectoryBackgroundshell7-Zip]
    [HKEY_CLASSES_ROOTDirectoryBackgroundshell7-Zip]
    @="7-Zip File Manager"
    "icon"="C:\Program Files\7-Zip\7zFM.exe"
    
    [HKEY_CLASSES_ROOTDirectoryBackgroundshell7-Zipcommand]
    @=""C:\Program Files\7-Zip\7zFM.exe" "%V""
    
    [-HKEY_CLASSES_ROOTDirectoryBackgroundshellcmd]
    [HKEY_CLASSES_ROOTDirectoryBackgroundshellcmd]
    @="Command"
    "icon"="C:\Windows\System32\cmd.exe"
    
    [HKEY_CLASSES_ROOTDirectoryBackgroundshellcmdcommand]
    @="C:\Windows\System32\cmd.exe /s /k pushd "%V" & title Command"
    
    [-HKEY_CLASSES_ROOTDirectoryBackgroundshell
    unas]
    [HKEY_CLASSES_ROOTDirectoryBackgroundshell
    unas]
    @="Command as UAC"
    "icon"="C:\Windows\System32\cmd.exe"
    
    [HKEY_CLASSES_ROOTDirectoryBackgroundshell
    unascommand]
    @="C:\Windows\System32\cmd.exe /s /t:1f /k pushd "%V" & title Command"
  • 相关阅读:
    linux下的防火墙iptables
    oracle 学习
    关于测试计划制定
    Android APP性能测试笔记(一)
    adb报错问题解决方法
    Android studio安装与配置
    领导能力与领导力
    ADB安装及使用
    Advanced-REST-client
    性能测试体系-测试分析及调优
  • 原文地址:https://www.cnblogs.com/Tty725/p/12100470.html
Copyright © 2011-2022 走看看