Desktop Shortcut preference

  • Thread starter Thread starter Kenny Anderson
  • Start date Start date
K

Kenny Anderson

If I am posting to the wrong NG, please let me know. I could not find
another applicable to my question.

I have created a few shortcuts for frequently used directories and placed
these on my desktop. When executed, these shortcuts open explorer to the
directory location specified. The window by default does not show anything
but the directory. To achieve a "traditional" explorer view, I must turn on
the View|Explorer Bar>Folders switch (or click the "Folders" icon/button).
Is there a way to set up the shortcut to automatically open the explorer
window with this setting? Thank you.

Kenny Anderson
(e-mail address removed)
(remove e'x'es to reply)
 
Kenny Anderson wrote...
If I am posting to the wrong NG, please let me know. I could not find
another applicable to my question.

I have created a few shortcuts for frequently used directories and placed
these on my desktop. When executed, these shortcuts open explorer to the
directory location specified. The window by default does not show anything
but the directory. To achieve a "traditional" explorer view, I must turn on
the View|Explorer Bar>Folders switch (or click the "Folders" icon/button).
Is there a way to set up the shortcut to automatically open the explorer
window with this setting? Thank you.


use the /e switch

here's a bit more...
%windir%\explorer.exe /e, /root, c:\path
 
Edit the shortcut's "Target" to read
%systemroot%\explorer.exe /e,E:\
where E:\ is the drive and or directory you wish to expand.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| If I am posting to the wrong NG, please let me know. I could not find
| another applicable to my question.
|
| I have created a few shortcuts for frequently used directories and placed
| these on my desktop. When executed, these shortcuts open explorer to the
| directory location specified. The window by default does not show
anything
| but the directory. To achieve a "traditional" explorer view, I must turn
on
| the View|Explorer Bar>Folders switch (or click the "Folders" icon/button).
| Is there a way to set up the shortcut to automatically open the explorer
| window with this setting? Thank you.
|
| Kenny Anderson
| (e-mail address removed)
| (remove e'x'es to reply)
|
|
 
Back
Top