17 Jan
Root Folders v. Window 7 Support
With the addition of Jump Lists to the taskbar in Windows 7, I couldn’t pass up creating a new root folders solution to leverage this organization on the Start Menu. By combining WPF and .NET 4’s new Windows Shell APIs, the result was remarkably simple. I’ve included the source code in the archive below if you want to see the details.
To use the application:
- Download the RootFolders7.zip (22kB) archive and extract the contents to some location (C:\Program Files\RootFolders perhaps?)
- Right click RootFolders.exe and select “Pin to Start Menu”.
- On the start menu, you can hold shift and right click the shortcut to rename it to “Root Folders” (adding a space).
- Run the application to configure your root folder targets, then select File > Save Changes.
Here is the configuration application and the result:
[…] Edit regarding the bounty: I’ll accept a working answer that is either command line or programmatically opening explorer, since I’m launching these windows from a program I wrote. […]
April 21st, 2013 at 2:47 pm