Pages

Setting Default Folder in Windows Explorer

When Windows Explorer is started, the Documents folder of the current user will be selected. Suppose you want it to select another folder, say the Work folder in D:, can this be done easily? Yes!

Right click on the Windows Explorer icon and click Properties. In the Target textbox, you will see "%SystemRoot%\explorer.exe". Replace this with
%SystemRoot%\explorer.exe /n, /e, /select, D:\Work

The above tip works for Windows XP, Vista and Seven.