You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node Version: v10.15.3
Auto-launch version: latest
-Options: options.mac.useLaunchAgent to true
Framework: ElectronJS ^5.0.6
Platform : MAC OS
i want application to auto launch for all users on the machine but for that i have open the application for first time from that user.
the problem is auto-launch is adding .plist file in the user's Library/LaunchAgents it should add the file to systems root so that it should auto launch for all users without opening it for the first time
The text was updated successfully, but these errors were encountered:
I'm late here, be could you elaborate about your scenario? Who would be allowed to register the app for all users? For safety reason, it is better to have the app launched per user and only for those that agreed to it.
If you are an administrator of a machine, you must have other ways to register app to be run at launch for every users, no?
Oxalin
changed the title
There is not option to enable auto launch for all users in MAC OS
There is not option to enable auto launch for all users
Dec 3, 2023
Node Version: v10.15.3
Auto-launch version: latest
-Options: options.mac.useLaunchAgent to true
Framework: ElectronJS ^5.0.6
Platform : MAC OS
i want application to auto launch for all users on the machine but for that i have open the application for first time from that user.
the problem is auto-launch is adding .plist file in the user's Library/LaunchAgents it should add the file to systems root so that it should auto launch for all users without opening it for the first time
The text was updated successfully, but these errors were encountered: