Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Windows Explorer Registery to startup to D:> Drive

Status
Not open for further replies.

Candidog

MIS
Joined
Jun 26, 2003
Messages
171
Location
US
When I open up Windows Explorer (Not IE), the application defaults by expanding the C Drive. I know there is a registery entry that can change it so when I open Windows Explorer it will expand my D:> Drive by default.

Does anyone know this registery key?

Greg
 
This will work if you are always using a shortcut to open explorer:

1. Right-click the shortcut
2. Select Properties
3. Select the Shortcut tab
4. Input into Target box: %SystemRoot%\Explorer.exe /root, D:\

--
Mike

Why make it simple and efficient when it can be complex and wonderful?
 
I was looking around for an answer to this very question however I wanted to change the default folder that explorer opens in when i choose 'explore' from the right click context menu off the 'Start' button. ANyway having not found what I was looking for I began digging in the registry and I found the relevant keys!!

HKEY_CURRENT_USER\Folder\Shell

Here you find all the entries for your Start button right click context menu. It seems that no matter what you do to the 'explore' keyset, it doesnt change the default directory for explorer as I had hoped. Sooo, I made a new keyset copying all of the 'explore' items into a new keyset. I changed the name of it to 'Explore D:\' and changed the 'command' key to 'explorer /root, d:\' and hey presto I had a new entry on my right click context menu.

Joseph L. Poandl
MCSE 2003

If your company is in need of experts to examine technical problems/solutions, please check out (Sales@njcomputernetworks.com)
 
right click on the "Windows Explorer" Icon. When the contect menu appears, choose "Properties". Where it says "Target:", add '/e,c:'(no quotes) to %SystemRoot%\explorer.exe

eg: %SystemRoot%\explorer.exe /e,c: where C: is the drive letter.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top