AutoHotKey automatically closes when pressing Win+E. It only happens when I my running the script as administrator. I do not have a script assigned to close AutoHotKey on pressing Win+E.
When I run the same script on a different computer using the same AutoHotKey version, it works as excepted and does not close AutoHotKey.
How do you fix this issue? Any suggestions will be very helpful.
No, I don't have a script which overrides the Windows defaults.
I have check my script and there seems to be no return statements missing.
The scripts works fine and causes no issues when running on another computer running windows 7 64bit edition. It only closes Autohotkey on the computer I created this script which has windows 7 32bit edition and running in administrator account. I am using Autohotkey Basic 32Bit Version.
returnto avoid having a hotkey “fall-through” to the next one. – Synetech Jul 20 '12 at 03:12I have check my script and there seems to be no return statements missing.
The scripts works fine and causes no issues when running on another computer running windows 7 64bit edition. It only closes Autohotkey on the computer I created this script which has windows 7 32bit edition and running in administrator account. I am using Autohotkey Basic 32Bit Version.
– Ishan Jan 19 '13 at 03:16