Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
Apple Computing Products:
macOS - Operating System
'Hidden' login items don't start hidden
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="OliverN" data-source="post: 1886662" data-attributes="member: 408282"><p>Okey-doke, I made a script that seems to do the job. It briefly flashes the mail window, but otherwise it seems fine <img class="smilie smilie--emoji" loading="lazy" alt="👍" title="Thumbs up :thumbsup:" src="https://cdn.jsdelivr.net/joypixels/assets/6.5/png/unicode/64/1f44d.png" data-shortname=":thumbsup:" /> I does need a couple of permissions at first run, though.</p><p></p><p>For anyone with similar ambitions, put this in Script Editor and export as an Application. Then run the exported application at login:</p><p></p><p>[CODE]tell application "Mail"</p><p> activate</p><p>end tell</p><p></p><p>tell application "Finder"</p><p> set visible of process "Mail" to false</p><p>end tell[/CODE]</p><p></p><p>This approach could probably be expanded to other apps as well. Thanks for pointing me in the right direction!</p></blockquote><p></p>
[QUOTE="OliverN, post: 1886662, member: 408282"] Okey-doke, I made a script that seems to do the job. It briefly flashes the mail window, but otherwise it seems fine 👍 I does need a couple of permissions at first run, though. For anyone with similar ambitions, put this in Script Editor and export as an Application. Then run the exported application at login: [CODE]tell application "Mail" activate end tell tell application "Finder" set visible of process "Mail" to false end tell[/CODE] This approach could probably be expanded to other apps as well. Thanks for pointing me in the right direction! [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
Apple Computing Products:
macOS - Operating System
'Hidden' login items don't start hidden
Top