Windows7 explorer default folder setting
You can set Windows7 explorer default folder as you want by setting target of explorer on Windows XP, Windows Vista, and Windows 7.
My computer : %SystemRoot%\explorer.exe /e,
Libraries : %SystemRoot%\explorer.exe e
My Documents : %SystemRoot%\explorer.exe /e
My computer & Select C:\ : %SystemRoot%\explorer.exe /e, /select, c:
Desktop highlighted and nothing expanded:
%SystemRoot%\explorer.exe /e, /n, /select, /root, c:
All drives visible and the system drive expanded in the left pane, the system files folder (Windows) in the right pane highlighted:
%SystemRoot%\explorer.exe /e, /select, %systemroot%
- Only the system files folder (Windows) visible, highlighted, and expanded:
%SystemRoot%\explorer.exe /e, /root, %systemroot%
- All drives visible but only C: highlighted and expanded:
%SystemRoot%\explorer.exe /e, c:
- Opens the system files folder (Windows) as a folder:
%SystemRoot%\explorer.exe %systemroot%