How-To Geek Forums » Windows 7
Tip: Click Here to Update All Your PC's Outdated Drivers (Sponsored Link)
(Solved) ~In Windows 7, how can I make Win+E open My Computer and not Libraries?
(3 posts)- Remove Solved Status
Yes.
First you'll have to download autohotkey, create a new script called something.ahk and then put this code into it:
#NoEnv
SendMode Input
#notrayicon
#InstallKeybdHook
#Persistent
#HotkeyInterval,100
SetKeyDelay, -1
#e:: Run::{20d04fe0-3aea-1069-a2d8-08002b30309d}
Alternatively, you can just run this compiled version, which you'll have to use task manager to close cause there's no icon:
http://www.howtogeek.com/geeke.....mputer.exe
Reply
You must log in to post.
