Possible Duplicate:
Is there a way to set up a default folder for Windows Explorer?

I really like opening new Windows Explorer windows via Win + E but I'm not a fan of it opening to Computer. Can I change that in the registry or something? Looking for a Windows 7 solution

link|improve this question

64% accept rate
3  
Looks like this may be a duplicate of: superuser.com/questions/70161/… – firedfly Sep 3 '10 at 21:43
just gonna put this right here too since it solved my question mydigitallife.info/… – qntmfred Jan 31 at 1:33
feedback

closed as exact duplicate by studiohack, Diago Dec 1 '10 at 7:12

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

I have an autohotkey script running and added this line:

#e::run c:\public

and that overrode the system setting. You could put any location in there.

(or any action, really, this is autohotkey... :)

link|improve this answer
They actually have a page on this: autohotkey.com/docs/misc/Override.htm – yhw42 Sep 3 '10 at 21:38
BTW: which OS do you have? – yhw42 Sep 3 '10 at 21:43
win7. looking for a native solution though - trying to avoid adding yet another little utility to keep track of – qntmfred Sep 3 '10 at 22:21
feedback

No, these are not customizable. You may create another hot key for windows using third party software though, there's a lot out there.

Here's one which may work (maybe, it was a quick google search) https://mysite.uchicago.edu/personal/bsdad_rcarter/Blog/Lists/Posts/Post.aspx?List=ec587393-9b2f-46b0-87d6-a594b1e8d383&ID=88

link|improve this answer
feedback

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