Change the start point of Windows Explorer
November 17, 2004 at 9:10 PM
—
2102
Ever wanted to change start point of Windows Explorer (for example C:\tools instead of "My Documents")?
Simply create a new shortcut with: %SystemRoot%\explorer.exe /e,C:\tools
If there are spaces between folder names put the folder name between quotes. For example: %SystemRoot%\explorer.exe /e,"C:\My Tools"
Simple as that ;-)