topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 2:00 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Context menu option to open Windows Explorer without navigation pane  (Read 3968 times)

mraeryceos

  • Participant
  • Joined in 2010
  • *
  • Posts: 41
    • View Profile
    • Donate to Member
My hat is off for all you Linux users out there... bless you.  I hope more consumers jump on board.

In Windows XP, I have three options within the context menu of a Windows Explorer folder: <b>Open</b>, Open, and Explore.
<b>Open</b> opens in the current window
Open opens a new window without the navigation pane (aka folder tree)
Explore opens a new window with the navigation pane

I think it has to do with this:
[HKEY_CLASSES_ROOT\Folder\shell]

[HKEY_CLASSES_ROOT\Folder\shell\explore]
"BrowserFlags"=dword:00000022
"ExplorerFlags"=dword:00000021

[HKEY_CLASSES_ROOT\Folder\shell\explore\command]
@="%SystemRoot%\\Explorer.exe /e,/idlist,%I,%L"

[HKEY_CLASSES_ROOT\Folder\shell\open]
"BrowserFlags"=dword:00000010
"ExplorerFlags"=dword:00000012

[HKEY_CLASSES_ROOT\Folder\shell\open\command]
@="%SystemRoot%\\Explorer.exe /idlist,%I,%L"

How do you do this in Windows 7?

cmpm

  • Charter Member
  • Joined in 2006
  • ***
  • default avatar
  • Posts: 2,026
    • View Profile
    • Donate to Member
will this help?

http://www.sevenforu...n-pane-turn-off.html

It's not a right click option and it will turn off the navigation pane for all folders.

Maybe option 2 could be added to the right click menu. It's a .reg file deal.

mraeryceos

  • Participant
  • Joined in 2010
  • *
  • Posts: 41
    • View Profile
    • Donate to Member
Yes I had seen that.  It is a permanent toggle.  I guess a script can be made: turn off, launch the window, turn on.  But I don't even understand how it works in the Win7 registry.  There is no command there; the action part is passed off to somewhere else.

sicknero

  • Participant
  • Joined in 2010
  • *
  • default avatar
  • Posts: 32
    • View Profile
    • Donate to Member
I don't know if this helps at all, but I use a little non-install app which lets you add/remove buttons in the W7 Command Bar/Toolbar, whatever it's called : )

Explorer Toolbar Editor

It doesn't do your required context menu item, but it does mean that when you open a new window it's just one click to close or open the navigation pane instead of faffing about in the Organise menu. And then of course if you close a window with the nav pane hidden, the setting will be remembered.