Jump to content

Recommended Posts

Posted

Hello,

Can you help me to intercept ALT+F4 key under Windows 10 ?
Work fine on Windows 7 but not on Windows 10.

I take the example code from autoit :

Quote

HotKeySet("!{F4}", "HotKeyPressed")

While 1
    Sleep(100)
WEnd

Func HotKeyPressed()
    msgbox(0,"ALT+F4","Intercepted")
EndFunc   ;==>HotKeyPressed

 

Try with "#RequireAdmin" and try to modify sleep timer but same result.
Someone has an idea for intercept ALT+F4 keys and not let Windows 10 close the window ?
(AutoHotKey work without any problem under Windows 10)
 

Thank you for your help

Posted (edited)

Not working with AutoIT (v3.3.14.2 /3.3.15.0) x32 and x64 with my Windows 10 x64 1703_15063.483
Windows10_x64.png

Edited by Trong
Spell

Regards,
 

  • 1 year later...
  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...