Tag Archives: explorer

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. 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 [...]

Posted in General | Tagged | Leave a comment