Advertisement
Lorenzo501

Unfocus All Windows & Taskbar Minimize.ahk

Mar 5th, 2024 (edited)
896
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #Requires AutoHotkey 2.0
  2.  
  3. ; This will unfocus all windows (except desktop)
  4. WinActivate("ahk_class Progman")
  5.  
  6. ; This will unfocus the taskbar and focus the foreground window behind it
  7. WinMinimize("ahk_class Shell_TrayWnd")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement