Those are for Windows Explorer Icon but work just as well on the Start Menu shortcut by Modding the reg. I have a way to also add a different link to that list if needed.
Main Topics
Browse All TopicsIn Windows XP or Win98, when you right click theSTART button, one gets some context menus including `Explore'. How do I change the target for that context menu?
In the main Windows Explorer, I have been able to change the target to C:\
I need hints in case of WinXP as well as Win 98.
Thank you
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I noticed after I posted and That one's tough. May be a dll call if I remember correctly
So I just add another link to the right click to any folder/Start Menu I want this way.
Add a shortcut to any folder and it appears on Start Menu and all folders.
Note: This will appear on all Users menus.
I add the -| |- to make it look neater and easier to find, not needed. Just add the name you want to appear to replace this -| UnattendXP |-
Then paste your app dir without a backslash. D:\\_Appzz\\_UnattendXP
Easy way to jump to my current programming project.
Add as many as you like.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directo
[HKEY_CLASSES_ROOT\Directo
@="C:\\WINDOWS\\EXPLORER.E
I amfrom Bangalore (India). I am old time user with nearly 21 yrs of IT under my belt (in hadware and software).
It does look a wee bit complicated...Anyway I will give it a try when I reach my office tomorrow. Let me see if it works.
I am still waiting for some `softer' options. God knows, there could be an easier way which some geek has discovered. So I will wait for all the inputs till tomorrow morn and if nothing satisfactory comes up, I will give ur method a shot. After all, there is always a first time to get things done the way one wants it.
Where does this ``START' button right clink context menu pick up its options? Surely, not from the Start-Program Files-Accessories- Windows Explorer. I have tweaked that and I can get the desired effects.
Thanks
There is no `softer' GUI method. May be a program out there can do it but I doubt that because.
Where does this ``START' button right clink context menu pick up its options?
I think it is a dll call and require's hacking the dll. - Now Thats extreme
[HKEY_LOCAL_MACHINE\SOFTWA
Under that key we see a call to %SystemRoot%\system32\SHEL
In SHELL32.dll we see --
MENUITEM "Explore", 20481
MENUITEM SEPARATOR
MENUITEM "Open All Users", 20482
MENUITEM "Explore All Users", 20483
Then heres the 2 keys for Explore but I have had no sucess modifying them. May be the dll overriding me and I don't mess with modding dll's as that may cause problem's later on with updates or something.
[HKEY_LOCAL_MACHINE\SOFTWA
@="explorer.exe /e,/idlist,%I,%L"
[HKEY_LOCAL_MACHINE\SOFTWA
@="explorer.exe /idlist,%I,%L"
So I resort to my method above for adding a link to any folder I want. It may work in 98 also just change
Windows Registry Editor Version 5.00
to
REGEDIT4
So I guess it is not as simple as I thought it would be. What I have done in XP is to modify the main Windows Explorer target and then `pinned' it on to the `START' menu. So that short cut works fine.
But the `START' button right click context menu of `Explore' takes me to its pre-defined taret which I cannot modify. I do not want to tinker around with DLL modification as I am on a server and I would not like the server to give problems.
So I guess, I will have to get used to using the new `pinned' shortcut on the `STARTUP' menu and forget about the `START' button right click context `Explore'..
Best wishes
Lal
Yes i modified the Windows explorer link also and pinned it with
%SystemRoot%\explorer.exe /e,D: and open maximized.
At work I'm on a major server also and I added my reg link there so I can open current programming project's. Actually 2 on it. C: drive\Projects and then on the I: drive our shared projects folder. At home I have a small network and have link to get to the server from my PC and also my Current App folder
What would you like to add to your Menu? My reg tweak above appears right below the Explore on right click. Show's up like this. I add the brackets to find it easier but unnecessary.
Explore
-| UnattendXP |-
That reg file above will add a shortcut to anything you want, any drive, any folder or even open a program, best thing is you can add all you want. I'm a programmer and I keep my current projects on that. No need to open explorer and drill down. It simply just open's to the folder. Actually I have that included in my XP Tweaking System but I haven't released it yet. Lot of other stuff I've done there. http://maxxpsoft.com/
And to remove it simply add a minus in front of the [-H
REGEDIT4
[-HKEY_CLASSES_ROOT\Direct
Business Accounts
Answer for Membership
by: VeegertxPosted on 2004-04-06 at 06:21:49ID: 10765590
Is this what you're needing?
1069-A2D8- 08002B3030 9D},/selec t
1069-A2D8- 08002B3030 9D}
A-1069-A2D 8-08002B30 309D}
Try one of these they may be of help:-
Click "Start", go to "All Programs", go to "Accessories", and right-click "Windows Explorer", click "Properties", and in the "Target" box type or "Copy and Paste" the bold writing:-
1.) "My Computer" highlighted in left side with all drives visible but not expanded and C: highlighted in right side=
%SystemRoot%\explorer.exe /e,/select,c:
2.) Desktop highlighted and nothing expanded =
%SystemRoot%\explorer.exe /e,/n,/select,/root,c:
3.) All drives visible and the system drive highlighted and expanded in full screen =
%SystemRoot%\explorer.exe /e,/select
4.) All drives visible and the system drive expanded in small screen =
%SystemRoot%\explorer.exe /e,/select,%systemroot%
5.) Only Windows Directory visible highlighted and expanded =
%SystemRoot%\explorer.exe /e,/root,%systemroot%
6.) All drives visible but only C: highlighted and expanded =
%SystemRoot%\explorer.exe /e,c:
7.) Nothing expanded and My Computer highlighted in right side =
%SystemRoot%\explorer.exe /n,/e,/select,
8.) Opens the Windows folder as a folder =
%SystemRoot%\explorer.exe %systemroot%
9.) Opens as "My Computer" =
%SystemRoot%\explorer.exe %systemroot%,
10.)This opens the Desktop folder with "My Computer" highlighted =
%SystemRoot%\explorer.exe %systemroot%,/select,
11.) "Desktop" highlighted in the left side and no drives visible:-
%systemroot%\explorer.exe /e,/root,::{20D04FE0-3AEA-
12.) "My Computer" highlighted in left side and all drives visible but none expanded:-
%systemroot%\explorer.exe /e,/root,::{20D04FE0-3AEA-
13.) "Desktop" in left side highlighted and "My Computer" highlighted in right side and no drives visible:-
%systemroot%\explorer.exe /e,/select,::{20D04FE0-3AE