Page 1 of 1

Explorer Opening at C: Drive string? (again!!)

Posted: Sun Jun 13, 2004 5:46 pm
by Mobius
Search Tech Forum, found nothing...

So, help a forgetful old bastard like me out, and tell me AGAIN, what is the string I need to add to the Windows Explorer shortcut to get it to open at the C Drive Root - rather than stupid My Documents?

Thanks people.

Posted: Sun Jun 13, 2004 5:48 pm
by Krom
One second.

My computer command line: %SystemRoot%\EXPLORER.EXE /e, ::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
Anywhere else: %SystemRoot%\EXPLORER.EXE /e, D:\Path
Where D = drive, path = folder somewhere (duh).

Posted: Sun Jun 13, 2004 5:49 pm
by Flatlander
C:\WINDOWS\explorer.exe /e,C:\

Posted: Sun Jun 13, 2004 6:01 pm
by CDN_Merlin
use google, search for "explorer command line options"

%SystemRoot%\explorer.exe /n,/e,c:\

Posted: Sun Jun 13, 2004 7:03 pm
by Mobius
Thank YOU!