vote up 0 vote down star

When I right click on Windows Explorer, select Properties, it opens a panel, I set the value of "Start In" to "C:\", which means I want it to point to my C: drive when I open explorer, but it's not working, it always points to "Documents". On XP I did the same thing and it worked, but now I got this new PC with Vista, it doesn't work? How to fix this?

flag

60% accept rate
StackOverflow is for asking programming questions. You may be able to get help with this at one of the sites listed here: stackoverflow.com/questions/321618/… – EBGreen Mar 4 at 18:48

1 Answer

vote up 1 vote down

Use the explorer start params, e.g.,:

%SystemRoot%\explorer.exe /e,D:\Downloads
link|flag
Yep, that's it ! I'm surprised the "Start in" is good for nothing. – Frank Mar 4 at 21:03
the "start in" only sets the 'current working directory' for the process. It doesn't mean that the process (in this case explorer) has to show that directory. – Stefan Mar 5 at 8:28

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.