AZJIO Posted November 30, 2010 Posted November 30, 2010 (edited) ContMenuFiles - Edit context menus of files (En, Ru) v0.8 Before editing make export. If you accidentally delete a menu item, then use the previously exported reg-file from folder Backup. screenshot Spoiler ContMenuFiles.7z (315kb, exe+sources) Edited March 15, 2020 by AZJIO JScript 1 My other projects or all
Mat Posted November 30, 2010 Posted November 30, 2010 (edited) Good work I was looking for something like this years ago, and two have been released on these forums recently. Yashied did something similar here: Why does it always say 'Status bar' in the bottom left? Edited November 30, 2010 by Mat AutoIt Project Listing
AZJIO Posted November 30, 2010 Author Posted November 30, 2010 MatWanted to compare, but wrote that it required Vista My other projects or all
Mat Posted November 30, 2010 Posted November 30, 2010 So it does... Yashieds loads them all in a list, so is slow to startup. But sometimes thats easier to look through all the extensions. It also shows you the default item on the list and lets you set it... AutoIt Project Listing
AZJIO Posted November 30, 2010 Author Posted November 30, 2010 (edited) Mat1. The menu items are sorted by name. My version allows specify the name of Shell, and item to assign a different name.2. My version allows you to insert the same command at any chosen extension without copying commands. Choose the extension (avi, mpg, mkv, etc) and click Add.3. Make group (BMP, JPG) (AVI, MPG), but look at the huge list of unpleasant. Make ContMenuFiles.iniFor Win7 is required to make the submenu. Support the establishment of a submenu.Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoIt3Script\shell\Actions] "MUIVerb"="AutoIt3_v3.2.12.1" "SubCommands"="au3_1;au3_2" "icon"="C:\\Program Files\\AutoIt3_v3.2.12.1\\AutoIt3.exe" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\au3_1] @="Run" "icon"="C:\\Program Files\\AutoIt3_v3.2.12.1\\AutoIt3.exe" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\au3_1\command] @="\"C:\\AutoIt3\\SciTE\\AutoIt3Wrapper\\AutoIt3Wrapper.exe\" /run /autoit3dir \"C:\\Program Files\\AutoIt3_v3.2.12.1\" /in \"%l\"" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\au3_2] @="AutoIt3Wrapper" "icon"="C:\\AutoIt3\\SciTE\\AutoIt3Wrapper\\AutoIt3Wrapper.exe" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\au3_2\command] @="\"C:\\AutoIt3\\SciTE\\AutoIt3Wrapper\\AutoIt3Wrapper.exe\" /autoit3dir \"C:\\Program Files\\AutoIt3_v3.2.12.1\" /in \"%l\"" Edited December 1, 2010 by AZJIO My other projects or all
AZJIO Posted August 29, 2012 Author Posted August 29, 2012 Update v0.7.2 Forced choice: HKCR HKCU HKLM My other projects or all
JScript Posted August 30, 2012 Posted August 30, 2012 I liked this idea, thank you man! Regards, João Carlos. http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere!
AZJIO Posted June 22, 2013 Author Posted June 22, 2013 (edited) Update v0.7.5 (2013.05.26) v0.7.5 The Cancel button works if you select icons in DLLs. Dialog "create a file of type" appears in the position of calling v0.7.4 Added icons to the main and context menus. v0.7.3 Fixed: when no icons, it disappears on the button. Edited June 22, 2013 by AZJIO My other projects or all
MHz Posted June 22, 2013 Posted June 22, 2013 Thankyou AZJIO, Your code is very nice to look at and very tidy. Your use of refreshing the icon cache is something that I may look into. I currently use a logoff script to delete %localappdata%iconcache.db to correct icons from recompile. Perhaps your function does it better.
AZJIO Posted June 22, 2013 Author Posted June 22, 2013 MHz, Changes the size to 1 pixel, and then restores the size. It causes updating of icons. ; engine ; '?do=embed' frameborder='0' data-embedContent>> ; _RebuildShellIconCache + _BroadcastChange My other projects or all
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now