Teamwork/node-auto-launch

Unable to make the application run on startup for all users

Open

#62 创建于 2017年10月3日

在 GitHub 查看
 (5 评论) (0 反应) (1 负责人)CoffeeScript (911 star) (111 fork)batch import
good first issuehelp wanted

描述

Platform: Windows 10 x64 Node v6.11.2 auto-launch v5.0.1

Using electron, and after installation i run a form which user has to enter configuration for the application, there the auto-launch should work, the problem is that the installation wizard (thus the configuration form) runs under a specific user, and the main application (which i need to set the auto launch for) runs under different user.

And because of this the auto launch functionality wont work because the registry change is under HKCU, to resolve this there must be a parameter in the construct whether the auto launch should be for all users or not, and this boolean value will decide whether to make the change in HKCU or HKLM.

贡献者指南