On Thu, 24 May 2012 08:06:50 -0500, "John Price"
John Price wrote:
Hi
I want a shortcut in the taskbar to a particular folder within My
Documents. When I create the shortcut and try to drag it into the
taskbar, it will only let me append it to the Windows Explorer
shortcut. I can just righ-click on that icon and thyen select my
folder, but I want a direct icon in the taskbar, the way I had it
before in XP. Is there a way to do this?
Also, when the folder opens up, is there a way to have just the
folder >> contents showing within WE, i.e. without the left hand pane
that shows >> Favourites, Desktop, Computer etc?
Many thanks
Actually I've sorted the first part, discovered through Google how
to create the taskbar shortcuts.
Still can't sort out losing the navigation pane - it is possible to
get rid of it through the organise menu, using the "Layout" option,
but that removes the pane for ALL folders. I just want to get rid
of it on these specic folder views.
If you do a Google search for "Windows Explorer switches" you land on
a bunch of hits that describe how to customize an Explorer shortcut,
including what you want to do.
Some example hits:
<
http://answers.microsoft.com/en-us/windows/forum/windows_7-performanc
e/windows-7-explorerexe-command-line-switches/ad7242df-566a-4378-913c-
920393f6e674?auth=1> <
http://support.microsoft.com/kb/130510>
<
http://www.mydigitallife.info/command-line-switches-to-display-specia
l-objects-or-folders-when-opening-windows-explorer/>
<
https://www.google.com/search?q=windows explorer switches>
From the mydigitallife site:
<quote>
Explorer.exe Command Line Syntax
%SystemRoot%\explorer.exe [/n][/e][,/root],X,[[/Select],Y]
X specifies the object, and optionally with sub-object Y. /e switch
shows the left Windows Explorer tree view navigation pane together
with the right pane in list view, while /n hides the left navigation
pane. When the /root parameter is present, Explorer.exe will explore
the root object (X) and objects belonging to X. On the other hand,
when the /root switch is not present, Explorer.exe explores the object
X, its children, and other Explorer objects as well. /Select switch
puts the focus on a file or folder.
For example:
%SystemRoot%\explorer.exe
/N,%WinDir%\System32,/Select,%WinDir%\System32\Ping.exe
Command above will explore the \Windows\System32 folder and put the
focus on the ping.exe program.
Tip: Normally, there is no need to specify full path to explorer.exe,
which is stored in the Windows folder, obtainable through the
environment variable WinDir, as the path already been defined in PATH
environment variable, and will be search through accordingly. As such,
Explorer will suffice to run the Windows Explorer shell.
</quote>
From the above, it looks like you want to specify the /n argument to
hide the left navigation pane.