Search found 2 matches

by TheArkive
Tue Feb 16, 2010 5:02 am
Forum: Feature Requests
Topic: option to replace the default explorer
Replies: 5
Views: 7443

Re: option to replace the default explorer

I made a post here to supplement David Erceg's post regarding AutoHotKey usage and how to replace the default file explorer completely. It works, but with a few glitches... In XP it works fine, but in Vista, Control Panel, as well as these windows in the Control Panel: -- AutoPlay -- Backup and Rest...
by TheArkive
Tue Feb 16, 2010 4:01 am
Forum: Help and Support
Topic: default file manager
Replies: 9
Views: 38606

Re: default file manager

In regards to using AutoHotKey, I can get LWin+E to open E++ by using this line: LWin & e::Run "C:\Program Files\Explorer++\Explorer++.exe" This works just fine... or this line: #e::Run "C:\Program Files\Explorer++\Explorer++.exe" This works too, but it doesn't distinguish th...