Windows Explorer Shortcut with “My Computer” Selected as Default
If you create a shortcut for explorer.exe, “My Documents” will be selected as default. To make “My Computer” selected as default, set the following as the target:
%SystemRoot%\explorer.exe /e,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
To make any other folder selected as default, e.g., the D drive, set the following as the target:
%SystemRoot%\explorer.exe /e,d:
Comments: