How do I get Explorer to open to the same place every time?

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

G'day all
When I open Explorer it defaults to "My Documents" folder. How do I change
this so it always opens
on my C: drive for example?
Mark
Aus
 
This is from a previous post courtesy of Austin M. Horst:

Right-click the Windows Explorer shortcut.
Click Properties
Replace %SystemRoot%\explorer.exe with any of the following list of options:
-----------------------------------------
"My Computer" in left side and C: in right side:

%SystemRoot%\explorer.exe /e,/select,c:
-----------------------------------------
Desktop:

%SystemRoot%\explorer.exe /e,/n,/select,/root,c:
-----------------------------------------
System drive expanded:

%SystemRoot%\explorer.exe /e,/select
-----------------------------------------
System drive expanded:

%SystemRoot%\explorer.exe /e,/select,%systemroot%
-----------------------------------------
Windows Directory expanded:

%SystemRoot%\explorer.exe /e,/root,%systemroot%
-----------------------------------------
Drive C: expanded:

%SystemRoot%\explorer.exe /e,c:
-----------------------------------------
My Computer in right side:

%SystemRoot%\explorer.exe /n,/e,/select,
-----------------------------------------
Opens the Windows folder as a folder:

%SystemRoot%\explorer.exe %systemroot%
-----------------------------------------
Opens as "My Computer":

%SystemRoot%\explorer.exe %systemroot%,
-----------------------------------------
Desktop folder with "My Computer" highlighted:

%SystemRoot%\explorer.exe %systemroot%,/select,
-----------------------------------------
"Desktop" in the left side:

%SystemRoot%\explorer.exe
/e,/root,::{20D04FE0-3AEA-1069-A2D8-08002B30309D},/select
 
Thanks very much Eric.


Eric McG said:
This is from a previous post courtesy of Austin M. Horst:

Right-click the Windows Explorer shortcut.
Click Properties
Replace %SystemRoot%\explorer.exe with any of the following list of options:
-----------------------------------------
"My Computer" in left side and C: in right side:

%SystemRoot%\explorer.exe /e,/select,c:
-----------------------------------------
Desktop:

%SystemRoot%\explorer.exe /e,/n,/select,/root,c:
-----------------------------------------
System drive expanded:

%SystemRoot%\explorer.exe /e,/select
-----------------------------------------
System drive expanded:

%SystemRoot%\explorer.exe /e,/select,%systemroot%
-----------------------------------------
Windows Directory expanded:

%SystemRoot%\explorer.exe /e,/root,%systemroot%
-----------------------------------------
Drive C: expanded:

%SystemRoot%\explorer.exe /e,c:
-----------------------------------------
My Computer in right side:

%SystemRoot%\explorer.exe /n,/e,/select,
-----------------------------------------
Opens the Windows folder as a folder:

%SystemRoot%\explorer.exe %systemroot%
-----------------------------------------
Opens as "My Computer":

%SystemRoot%\explorer.exe %systemroot%,
-----------------------------------------
Desktop folder with "My Computer" highlighted:

%SystemRoot%\explorer.exe %systemroot%,/select,
-----------------------------------------
"Desktop" in the left side:

%SystemRoot%\explorer.exe
/e,/root,::{20D04FE0-3AEA-1069-A2D8-08002B30309D},/select
-----------------------------------------
"My Computer" in left side:

%SystemRoot%\explorer.exe /e,/root,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
 

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