Add ons for right click MY Computer Add/Remove, Drive Cleanup, Services +++
#121
Posted 02 August 2011 - 04:22 AM
#122
Posted 02 August 2011 - 07:17 AM
TheWalrus, on 02 August 2011 - 03:21 AM, said:
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell
and
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell
What's the deal? Do I need to set both or?
[HKEY_CLASSES_ROOT] is a redirect (merge) of both [HKEY_LOCAL_MACHINE\SOFTWARE\Classes] and [HKEY_CURRENT_USER\SOFTWARE\Classes]
GL
#123
Posted 02 August 2011 - 09:11 AM
My right click .wim [HKEY_CLASSES_ROOT\WIMfile\Shell\.Wim] where the . makes it very top. Add Right click .wim Windows 7
I then wrote all my sub keys in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell
this key here sets the sort order for those with SubCommands
[HKEY_CLASSES_ROOT\WIMfile\Shell\.Wim] "MUIVerb"="Windows Imaging Format (WIM)" "SubCommands"="Mkdir zMountdir zPackage;.Wim Info;DISM log file;Mount # 1 R/W | if boot.wim is PE;Mount # 2 R/W | if boot.wim is Default;Mount # 3 R/W;Mount # 4 R/W;Mount # 5 R/W;Drivers Packages Features To Desktop;Add-Driver's;Add-Package *.cab *.msu;Unmount + Save zMountDir;Unmount NO SAVE zMountDir;Cleanup + Delete zMountDir;IMAGEX .Wim Info;IMAGEX compress export" "icon"="isoburn.exe"
This post has been edited by maxXPsoft: 02 August 2011 - 09:13 AM
#124
Posted 03 August 2011 - 11:50 PM
#125
Posted 04 August 2011 - 07:11 AM
Depends on what they are named in this portion. I know programs throw things all over the place and I think that is from their clsid
background.png (51.38K)
Number of downloads: 19
This post has been edited by maxXPsoft: 04 August 2011 - 07:13 AM
#126
Posted 04 August 2011 - 08:42 AM
Or actually now that I look at it the order seems to be descending, which really makes no sense at all.
#127
Posted 04 August 2011 - 09:45 AM
correct it by doing this
[HKEY_CLASSES_ROOT\Directory\Background\shell\DevMgr] @="" "Icon"="devmgr.dll,-201" "Position"="Bottom" [HKEY_CLASSES_ROOT\Directory\Background\shell\DevMgr\command] @="control hdwwiz.cpl"
If you change all from "Position"="Bottom" to "Position"="Top" then all is at top of list
EDIT : Weird just notice that they are sorting up
Attached File(s)
-
top.png (28.75K)
Number of downloads: 0
This post has been edited by maxXPsoft: 04 August 2011 - 10:27 AM
#128
Posted 05 August 2011 - 02:44 AM
#129
Posted 05 August 2011 - 04:44 AM
It explains how this is sorted down about Specifying the Position and Order of Static Verbs
#130
Posted 05 August 2011 - 06:51 AM
Should it look anything like this? (blind shot really)
Windows Registry Editor Version 5.00
;My Computer context menu
[HKEY_LOCAL_MACHINE\WIM_Software\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell]
"SubCommands"="Add/Remove Programs;Device Manager"
;Add Event viewer
[HKEY_LOCAL_MACHINE\WIM_Software\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove Programs]
"MUIVerb"="Add/Remove Programs"
"Icon"="imageres.dll,-161"
"Position"="Top"
[HKEY_LOCAL_MACHINE\WIM_Software\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove Programs\command]
@="control.exe appwiz.cpl"
;Adds Device Manager
[HKEY_LOCAL_MACHINE\WIM_Software\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Device Manager]
MUIVerb="Device Manager"
"Icon"="shell32.dll,-13"
"Position"="Top"
[HKEY_LOCAL_MACHINE\WIM_Software\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Device Manager\command]
@="mmc.exe /s devmgmt.msc"
edit: I just tried it on my hope PC and what the hell... All the stuff was actually added to some weird key called wow6432node! It's getting worse and worse.
(I edited the keys for use on already system of course)
(edit2: Solved! After a bit of hopeless googling, I found this:
On 64-bit Windows the local machine software registry "HKLM\Software" is only supposed to contain registry keys for 64-bit EXEs. 32-bit EXEs store their data in HKLM\Software\Wow3264Node. This storage scheme is enforced by the Windows kernel – when a 32-bit EXE writes to "HKLM\Software" the operations are redirected to "HKLM\Software\Wow3264Node"
... after reading it 3 times I realized it was the **** Total Commander, which I am using all the time. Bloody 32bit application... I feel enlightened.
My previous question still remaisn though
This post has been edited by TheWalrus: 05 August 2011 - 02:18 PM
#131
Posted 06 August 2011 - 01:42 AM
#132
Posted 06 August 2011 - 05:39 AM
Background meaning any white space in any folder, desktop
Those are not 64 or 32 specific
Those keys HKEY_CLASSES_ROOT are mirrored here so can be added there
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\Background\shell
#133
Posted 06 August 2011 - 05:47 AM
#134
Posted 06 August 2011 - 06:30 PM
#135
Posted 07 August 2011 - 02:00 AM
- ← Tweak to arrange the Win Explorer shell (right-click)
- Windows Tips 'n' Tweaks
- How to check what version of .NET Framework you have installed →



Help


Back to top









