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
```ahk
Loop
#SingleInstance Force
Loop
{
WinWait "ahk_exe esaui.exe"
WinClose "ahk_exe esaui.exe"
WinWaitClose "ahk_exe esaui.exe"
Sleep 1000
}
```