Hi jimmxz
jimmxz wrote:
[Quoted Text] > How do I get my Windows Explore to default to show the folders view when I > open it from a shortcut? > > I put a shortcut for one of my folders in the C: drive on the Quicklaunch > area (lower left next to the Start button) and when I open it up I need to > select the "Folders" button to show all the folders in the left hand column. > I would like it to open with the folders showing the left column as the > default.
Put this in the shortcut:
%SystemRoot%\explorer.exe /n, /e, c:
c: is the path and can be a path to any folder.
Kind regards Asger
|