Update ahk/README.md

This commit is contained in:
2024-11-22 11:44:49 -05:00
parent 7d2e7ad9a1
commit f7aed2b8cb

View File

@@ -3,13 +3,11 @@
``` ```
# hide-ahnlab.ahk # hide-ahnlab.ahk
```ahk ```ahk
Loop
#SingleInstance Force #SingleInstance Force
Loop Loop
{ {
WinWait "ahk_exe esaui.exe" WinWait "ahk_exe esaui.exe"
WinClose "ahk_exe esaui.exe" WinClose "ahk_exe esaui.exe"
WinWaitClose "ahk_exe esaui.exe" Sleep 1000
} }
``` ```