Re: Creating Right Click Menu
- From: Ayush <"ayushmaan.j[aatt]gmail.com">
- Date: Fri, 29 Dec 2006 14:59:24 -0600
Replied to [Kevin C]s message :
I need to create a right click menu that will load the properties, security Tab on a file. Similar to Sharing and Security if you right click on a folder ... and ideas?
YOu dont need VBs... You have to add a registry key to HKCR\*\shellex\ContextMenuHandlers . Then name it :
{1F2E5C40-9550-11CE-99D2-00AA006E086C}
ALL DONE !!!! Now a new context menu item will appear on all the files named Security.. that will open Property>Sharing tab of that file...
If you want this for all the folders too then make a new key at :
HKCR\Directory\shellex\ContextMenuHandlers
name it : {1F2E5C40-9550-11CE-99D2-00AA006E086C}
If you want to do it automatically then run the following line from Start > Run :
reg add "HKCR\*\shellex\ContextMenuHandlers\{1F2E5C40-9550-11CE-99D2-00AA006E086C}"
for folders :
reg add "HKCR\Directory\shellex\ContextMenuHandlers\{1F2E5C40-9550-11CE-99D2-00AA006E086C}"
--
→ Ayush [ Good :-) Luck ]
-------------
Search - www.Google.com | Wikipedia - http://en.wikipedia.org
Snip your long urls - http://snipurl.com/
-------------
.
- Follow-Ups:
- Re: Creating Right Click Menu
- From: Ayush
- Re: Creating Right Click Menu
- References:
- Creating Right Click Menu
- From: Kevin C
- Creating Right Click Menu
- Prev by Date: Re: Script to check page file properties
- Next by Date: Re: Need to create multiple unique local admin accounts
- Previous by thread: Creating Right Click Menu
- Next by thread: Re: Creating Right Click Menu
- Index(es):
Relevant Pages
|