Windows explorer shortcuts
You can create a desktop icon in windows that will open Windows explorer rooted in a specific directory.
Create a batch script.
1 2 3 4 5 6 7 |
REM /e means show the tree on the left REM /root means start at the specified directory and REM don't show any other directory in the tree @explorer.exe /e,/root,C:opensource |
Now create a shortcut to this batch file and drag it to you desktop. It now usable.
You can right click on the shortcut and choose Properties to set an icon.
Updated link:
More options at Microsoft support.