How-To Geek Forums / Windows 7
(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
Topic Closed
This topic has been closed to new replies. Please create a new topic instead.
