coucou Posted July 22, 2011 Posted July 22, 2011 Hi,I'm looking for how to arrange an order in my Win Explorer Shell (Right click)It is possible to move up an itemas shown in the bellow image?Regards
maxXPsoft Posted July 23, 2011 Posted July 23, 2011 ;7 Add Remove + Background right click[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Add Remove]@="""Icon"="imageres.dll,-161""Position"="Bottom"[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell\Add Remove\command]@="control appwiz.cpl"In that example we would add "Position"="Top"
coucou Posted July 24, 2011 Author Posted July 24, 2011 TNX maxXPsoft, It doesn't help.I presume yr example is a new (added) shell cmd concern.What about an existing shell. In my case is SendToA3X v1.7. More Info http://www.autoitscript.com/forum/topic/33427-sendtoa3x/Regards
maxXPsoft Posted July 25, 2011 Posted July 25, 2011 been using Sendtoa3x quite awhile myselfYou can only move it so far and some things default up top because they are dll and can't move them. You can set some things to bottom if you add them yourself
coucou Posted July 25, 2011 Author Posted July 25, 2011 TNX max for the info However, what about the non-dll shell? I'm curious to know how to move them?
Octopuss Posted July 25, 2011 Posted July 25, 2011 (edited) Those items are broken down in several other categories though, by those thin separators - what is that dependant on? Edited July 25, 2011 by TheWalrus
maxXPsoft Posted July 25, 2011 Posted July 25, 2011 (edited) The sendtoa3x appears in the Send To and can't move that I know of yet. Can remove from there and create a personal menu and set Top but might not move as far as you wantI see you have both winzip, winrar and 7zip???? remove them other 2 and that will move things up, all I use is 7zip for everythingYou can combine a lot of those sub menus but takes some work.I'm kinda busy with win 8 right nowan example of what I done with .wim Edited July 25, 2011 by maxXPsoft
maxXPsoft Posted July 26, 2011 Posted July 26, 2011 Many thanks MaxVery useful example even more now that I look at it, you see that is at very top of menu and perhaps that holds the key for it being that way[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shellall the normal Windows operations are stored there cut, delete, copy, burnAll the ones I added are above because normal Windows operations start with Windows.burn and Windows.copyinteresting and didn't think about it before
Octopuss Posted July 30, 2011 Posted July 30, 2011 Hmm I have a question. What are the different right mouse menus we can customize? Do you possibly have the registry trees noted down as well? I dug into the registry briefly and there are several confusing keys, like directory and folder, which are pretty much different words for the same thing in the general meaning...
maxXPsoft Posted July 31, 2011 Posted July 31, 2011 (edited) We can add anything to our right click, just a matter of figuring it out.I started this back with XP Add ons for right click MY Computerhttp://www.msfn.org/board/topic/13334-add-ons-for-right-click-my-computer/for Windows 7 this is the new thing Backgroundhttp://www.msfn.org/board/topic/13334-add-ons-for-right-click-my-computer/page__view__findpost__p__894130[HKEY_CLASSES_ROOT\Directory\Background\shell]Heres an example of Drive and Folder;43 Add right Click Pin to Start / Taskbar[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\PinToStartMenu]@="{a2a9545d-a0c2-42b4-9708-a0b2badd77c8}"[HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\PinToStartMenu]@="{a2a9545d-a0c2-42b4-9708-a0b2badd77c8}"Of course you can see if you add that and play with it then you cannot Pin anything unless it's like an executable EX: me.exe whether it's located in the root of the Drive or in a Sub folder on the drive. Something that is 'pin' able Edited July 31, 2011 by maxXPsoft
Octopuss Posted July 31, 2011 Posted July 31, 2011 (edited) Since it's still pretty confusing to me, this a list of various context menus I can change I noted down so far: (and which I find useful for my needs)- My computer: HKLM\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell- anywhere in empty space on the desktop or a folder: HKCR\Directory\Background\shell- folders and files: HKCR\Folder\shellQuestions:1) What's the difference between these two, Drive and Folder? already using the latter, but no idea about the former.[HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers\PinToStartMenu]@="{a2a9545d-a0c2-42b4-9708-a0b2badd77c8}"[HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\PinToStartMenu]@="{a2a9545d-a0c2-42b4-9708-a0b2badd77c8}"Bottom line is, what are these two good for when there is already pin to start menu item available by default?2) I added the Open command prompt here item. It works on folders, but what else would I need to change if I wanted to have it in the context menu of empty space anywhere inside a folder (I know it's half-pointless, but I ? I tried adding it to HKCR\Directory\Background\shell but it gives me error message "this file does not have a program associated with it blabla". I tried to use it in root of one of my drives, on the desktop etc. 3) Why does the "Find target" thing not work on specific icons like shortcut to user libraries, My computer and stuff like that? (I am not too surprised it doesn't, just curious why). I just found out there is hardcoded "Open file/folder location" item though, so maybe this tweak only makes sense for XP... (in that case I'd like to find a way to add an icon to the builtin one)4) Where would I have to look to change (add) icons for standard context menu items like delete and rename? (or maybe is it different parts of registry based on what I r-click on?) Edited July 31, 2011 by TheWalrus
maxXPsoft Posted July 31, 2011 Posted July 31, 2011 (edited) 1. Bad example. I found on a tweak site and I think it gives it some places it's not already there. Drive will allow to Pin from root of drive like an exe. At 1 time I had a lot of those standalone virus check exe on diff drive.But look at HKEY_CLASSES_ROOT\Drive\shellex\ContextMenuHandlers. Those are your right click on Drive2. Its handy to have cmd prompt on background. I do a lot of Dos stuff for knowledgeFull cmd for Windows 7 http://www.msfn.org/board/topic/13334-add-ons-for-right-click-my-computer/page__view__findpost__p__9723653. Find target was for XP. Haven't found 'Open file location' yet. Might be added by a dll4. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Windows.deleteHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\Windows.rename Edited July 31, 2011 by maxXPsoft
Octopuss Posted July 31, 2011 Posted July 31, 2011 Thank you!1-3 is cleared and I feel much more enlightened.Unfortunately 4 is a no go cause I get access denied/read only message Is there any way around that?
maxXPsoft Posted July 31, 2011 Posted July 31, 2011 you don't have full permissions on those keys. I haven't tried one eitherhttp://www.howtogeek.com/forum/topic/tutorial-setting-permissions-on-a-registry-key?replies=10
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now