AppleScript to run Telegram (Mac OSX) window hidden on startup

Telegram

Current version of Telegram for OSX can't be started hidden on startup. This simple AppleScript solves that.

run application "Telegram"
tell application "Finder"
set visible of process "Telegram" to false
end tell

Save as Application and attach it to login items preference pane

Did you enjoy this post and find it valuable?

📡 Subscribe and sign the 📜 Guestbook!

Tip the author! Don't know what Bitcoin is yet?

1Mojitovwnpokdo8uLXvG93pEhBF6MNFoo

Tagged as: