Re: How do I make the Favorites bar display automatically when i start up Windows Explorer
- From: "Ramesh, MS-MVP" <ramesh@xxxxxxxxxxxx>
- Date: Wed, 12 Jul 2006 20:38:12 +0530
Copy the following code to Notepad, and save as "explorer.vbs"
- - -
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "explorer.exe"
WScript.Sleep 500
WshShell.SendKeys "^i"
- - -
Double-clicking the file opens Windows Explorer, and enables the Favorites
pane automatically. You can place the script in the Quick Launch folder for
easy access.
--
Regards,
Ramesh Srinivasan, Microsoft MVP [Windows XP Shell/User]
Windows® XP Troubleshooting http://www.winhelponline.com
"alianyn" <alianyn@xxxxxxxxx> wrote in message
news:44b527af$1@xxxxxxxxxxxxxxxxxxxx
When I open a Windows Explorer (not IE) session, I want the Favorites bar
(or any other bar for that matter) to display by default, instead of the
Info Pane.
anyone have any idea how that`s done? i`ve searched around for a solution
and could not find ANY related information ANYWHERE.
Thanks in advance for any info related...
.
- Follow-Ups:
- References:
- Prev by Date: Re: Add a shortcut to the list in 'New'
- Next by Date: How do I make the Favorites bar display automatically when i start up Windows Explorer
- Previous by thread: How do I make the Favorites bar display automatically when i start up Windows Explorer
- Next by thread: Re: How do I make the Favorites bar display automatically when i start up Windows Explorer
- Index(es):
Relevant Pages
|
|