Get to the root of an Explorer window
Found this great tip from Ed Bott. You can take advantage of the explorer.exe command line switches to scope a view to only contain the subfolders. For example:
explorer.exe /e,/root,"C:\Windows"
will open the Explorer Shell showing the Windows directory and all it's subfolders while hiding the other namespaces.