How to change Windows Explorer?

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Is there a way to set Windows Explorer to default to
another directory when it opens. Right now it goes to My
Documents. I tried setting the target but is seemed to
move files into My Documents.

What I would like it to do is go to C:\Program
Files\myprograms
 
Command Line Switch? Is this something I should find in
my control panel?
 
No, When you go to Start, Programs, Accessories and right click on the
Windows Explorer shortcut, select Properties. You'll see the Target is:

%SystemRoot%\explorer.exe

This causes Explorer to open, and it defaults to My Documents, as designed.

Changing the Target path to:

%SystemRoot%\explorer.exe /e,c:\program files\myprograms

Would open a 2-paned Explorer window, opened to C:\Program Files\myprograms
 

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