Update ahk/README.md

This commit is contained in:
2024-11-22 11:27:31 -05:00
parent a76924e56c
commit 7d2e7ad9a1

View File

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