Files
wiki/ahk/README.md
2024-11-22 11:26:17 -05:00

12 lines
205 B
Markdown

```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"
}
```