S
scp
How can I strat Windows Explorer with its FOLDERS tree open (as in win-ME)?
Sharon F said:Leave out the quote marks if you're using Run
May want to try Windows key +E
To create a shortcut for this, locate the shortcut for Explorer in your
Start Menu (it's way the heck under Accessories). Copy it to your desktop.
Right click and select Properties.
Change the target line to:
%SystemRoot%\explorer.exe /e,
to open with the focus on My Computer
Tag on a drive letter if you want Explorer to open with the focus on a
particular drive. Example to open Explorer with C: selected:
%SystemRoot%\explorer.exe /e,c:
Thanks very much Sharon.......it did the trick!!
scp said:How can I strat Windows Explorer with its FOLDERS tree open (as in
win-ME)?