New
#10
Hello @Brink,
I was actually working on something else that was connected to this Tutorial, and as part of that process, I created aContext Menu
forSize ALL Columns to Fit
, which I thought might be a good addition for this Tutorial . . .
Add Size ALL Columns to Fit - Context Menu
:-
Code:Windows Registry Editor Version 5.00 ; Title : Add Size ALL Columns to Fit - Context Menu ; Created By: Paul Black ; Created On: 08-Nov-2021 ; Filename : Add_Size_All_Columns_To_Fit_Context_Menu.reg ; ==================================================================== [HKEY_CLASSES_ROOT\Folder\shell\Windows.SizeAllColumnsToFit] "CommandStateSync"="" "Description"="@shell32.dll,-37467" "ExplorerCommandHandler"="{f4e8bc67-9616-4a28-a332-cf27a5ca6736}" "Icon"="imageres.dll,-5366" "MUIVerb"="@shell32.dll,-37466" [HKEY_CLASSES_ROOT\Directory\Background\shell\Windows.SizeAllColumnsToFit] "CommandStateSync"="" "Description"="@shell32.dll,-37467" "ExplorerCommandHandler"="{f4e8bc67-9616-4a28-a332-cf27a5ca6736}" "Icon"="imageres.dll,-5366" "MUIVerb"="@shell32.dll,-37466" [HKEY_CLASSES_ROOT\*\shell\Windows.SizeAllColumnsToFit] "CommandStateSync"="" "Description"="@shell32.dll,-37467" "ExplorerCommandHandler"="{f4e8bc67-9616-4a28-a332-cf27a5ca6736}" "Icon"="imageres.dll,-5366" "MUIVerb"="@shell32.dll,-37466 ; ====================================================================
Remove Size ALL Columns to Fit - Context Menu
:-
Code:Windows Registry Editor Version 5.00 ; Title : Remove Size ALL Columns to Fit - Context Menu ; Created By: Paul Black ; Created On: 08-Nov-2021 ; Filename : Remove_Size_All_Columns_To_Fit_Context_Menu.reg ; ==================================================================== [-HKEY_CLASSES_ROOT\Folder\shell\Windows.SizeAllColumnsToFit] [-HKEY_CLASSES_ROOT\Directory\Background\shell\Windows.SizeAllColumnsToFit] [-HKEY_CLASSES_ROOT\*\shell\Windows.SizeAllColumnsToFit] ; ====================================================================
This is from my post => Size ALL Columns to Fit
![]()
Hello @Brink,
Just a quick question please.
I wanted to add theContext Menu
entry for the above to theTop
of the right-click menu. I just used"Position"="Top"
as I have done MANY times before without ANY problems, and itSTOPS
the process of being able to double-click a Folder and it opens. The Folder can still open with right-clickOpen
. This is the error I get . . .
The above is an example Folder I used, it happens on ALL Folders.
It isNOT
a big problem, but I am just curious if you know the reason why!
Thanks.
![]()
Hello @Paul Black,
It could be since you are referencing a shell command as the context menu, but I'm not sure why specifying a "Position" would break it.