Solved CTRL+ALT+DEL desktop shortcut (requires AutoHotKey)


dacrone

Well-known member
Pro User
VIP
Local time
11:53 AM
Posts
2,268
OS
Windows 11 Pro
1) Download and install AutoHotKey

2) Paste the following into a text document and save as .ahk (remove the .txt extension)
Code:
Run, "C:\Program Files\Common Files\microsoft shared\ink\TabTip.exe"
CoordMode, Mouse, Screen
Click, 670, 1320
Click, 920, 1320
Click, 1870, 1070

3) Right Click the AHK > Compile Script (this will output your .exe file)

This script opens TabTip.exe (touch keyboard, NOT on-screen keyboard) and replicates mouse clicks at the screen positions for Ctrl, Alt, Del keys. You NEED TO adjust the coordinates for your screen accordingly. AHK has a WindowSpy tools that installs with it. Open that and then launch TabTip.exe and hover over each key to get required screen coordinates for your screen.
 

My Computer

System One

  • OS
    Windows 11 Pro

Latest Support Threads

Back
Top Bottom