GauravK wrote:
#1 Try the command:
cmd /c mkdir "%1\My Irrelevant Files"
#2 In Folder Options, there is an option 'Automatically expand to current folder' right next to 'Show all folders'. Isn't that what you want?
#3 Unfortunately, that's the way the retarded Windows Search and its address bar works. The only way to keep the address bar normal is right clicking on the folder in search results -> Open folder location and then press Enter.
Or, another workaround I use for this is merging this reg tweak:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\RootExplore]
@="E&xplore from here"
[HKEY_CLASSES_ROOT\Folder\shell\RootExplore\Command]
@="explorer.exe /e,/root,shell:Desktop /select,\"%1\""
Then when I right click a folder, I get a 'Explore from here' option in the context menu of search results. It opens the folder in a new window but the address bar no longer includes "Search results in...".
If the search you perform is not recursive (folder you search is not inside a subfolder), then you could also use
StExBar to search instead of the Explorer search box. It has a filter box (Ctrl+K) that searches only the items in the current folder. The only limitation is that it doesn't search subdirectories. The benefit is that the address bar won't change to show search-ms://..
sweet, thanks. #1 works like a charm and I learned a little about syntax.
#2: no, sorry, I wasn't clear enough. I don't want the NavPane to show all the folders of the same leve.
i.e. If I double click a folder, most of the time the Navigation Pane will expand to show ALL the OTHER folders (of the same level). BUT if there are already a ton of other folders of the same level, it will only expand to show the folder I double-clicked. That's what I want.
(At x number of folders, explorer will only expand the one(s) I've double-clicked on. I was wondering how to change the value x to a smaller number. It just makes it easier for me to do stuff if I don't have a ton of other folders (of the same level) in the way.)
#3: I no longer need this part since I've installed Everything, which is a MUCH better search engine. Thanks anyway.
For others who read this and try to follow the instructions, there was no "RootExplore" part in my registry. I'm on Windows 7 x64. From one similar thread in sevenforums, I noted that win7-x64 had a different set of instructions?
Thanks for taking the time to help, GauravK!