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?