node-auto-launch icon indicating copy to clipboard operation
node-auto-launch copied to clipboard

There is no option to enable auto launch for all users

Open MuhammadHaseebAli opened this issue 6 years ago • 1 comments

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

MuhammadHaseebAli avatar Nov 27 '19 12:11 MuhammadHaseebAli

This is true for all supported OSes.

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 avatar Dec 03 '23 18:12 Oxalin