Update ahk/README.md

This commit is contained in:
2024-11-22 11:26:17 -05:00
parent 9f9a29c3f3
commit a76924e56c

View File

@@ -1,3 +1,12 @@
```ahk
+F10:: Run, %ComSpec% /c code "%A_ScriptFullPath%",, Hide
```
# Hide Ahnlab
```ahk
Loop
{
WinWait "ahk_exe esaui.exe"
WinClose "ahk_exe esaui.exe"
WinWaitClose "ahk_exe esaui.exe"
}
```