Skip to content

Instantly share code, notes, and snippets.

View brenak's full-sized avatar
☠️
Creating Cards....

Brian Renak brenak

☠️
Creating Cards....
View GitHub Profile
@brenak
brenak / RunSlackMinimized.ahk
Last active May 16, 2019 16:50 — forked from dariusz-wozniak/RunSlackMinimized.ahk
Run Slack Minimized (AutoHotkey script)
Run, %USERPROFILE%\AppData\Local\Microsoft\WindowsApps\slack.exe, , Hide
WinWait, ahk_exe slack.exe
Loop, 50
{
WinClose, ahk_exe slack.exe
Sleep, 200
}