Explorer Tree

  • Thread starter Thread starter jbasnett
  • Start date Start date
J

jbasnett

When you open explorer is there a way to keep the C- drive, Documents and
Settings and the current users profile from expanding out? I have the
"Remember each folders view" checked. We have many other server drives and
they stay closed when you open explorer.
Thanks for any help on this,
Jim Basnett
 
Edit the shortcut's "Target" to read
%systemroot%\explorer.exe /e,E:\
where E:\ is the drive and or directory you wish to expand.
or
%systemroot%\explorer.exe /e,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| When you open explorer is there a way to keep the C- drive, Documents and
| Settings and the current users profile from expanding out? I have the
| "Remember each folders view" checked. We have many other server drives and
| they stay closed when you open explorer.
| Thanks for any help on this,
| Jim Basnett
|
|
 
Dave,
What would be the way to keep them collapsed when you right click on the
start button and hit explore?
Thanks,
Jim Basnett
 
This is meant more for profiles management. Not recommended as other things
may break but you can edit the default (no name) Reg_Sz values;


HKEY_CLASSES_ROOT\Folder\shell\explore\ddeexec
[ExploreFolder("%l", %I, %S)]
to
[ExploreFolder("C:\", C:\, %S)]

HKEY_CLASSES_ROOT\Folder\shell\open\ddeexec
[ViewFolder("%l", %I, %S)]
to
[ViewFolder("C:\", C:\, %S)]


--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Dave,
| What would be the way to keep them collapsed when you right click on the
| start button and hit explore?
| Thanks,
| Jim Basnett
 
Thanks Dave,
That took care of collapsing everything except the C-drive folder contents.
Can that be collapsed also?
Thanks,
Jim Basnett
 
You can play with the keys and the string I provided and let us know how you
come out.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Thanks Dave,
| That took care of collapsing everything except the C-drive folder
contents.
| Can that be collapsed also?
| Thanks,
| Jim Basnett
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top