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"
  • 相关阅读:
    递推数列
    大数阶乘
    成绩排序
    DevC++ return 1 exit status
    POJ 1061 青蛙的约会
    ZOJ 2750 Idiomatic Phrases Game
    nyoj 545 Metric Matrice
    nyoj 308 Substring
    nyoj 515完全覆盖 II
    nyoj 1248 海岛争霸
  • 原文地址:https://www.cnblogs.com/Tty725/p/12100470.html
Copyright © 2011-2022 走看看