user-startup
user-startup copied to clipboard
Windows startup fails on machines with AntiVirus programs running
It appears at least on MS Defender and Symantec End Point security, the VBScript is ignored in the Startup folder.
There is a way to add a user-specific registry entry that doesn't require Admin to add a Windows startup process. This works with these AV programs running. To do this, I used the npm module winreg. If you'd be interested in a way to register a platform specific override for the platform strategy, and a new strategy, I can put together a pull request.
It may require an alternative 'export' style.
Thoughts?
Well, personally I'm not a fan of programs modifying the registry. But maybe it's fine. Do you have a link or some doc explaining which key/value should be added?
PS: I'll be on vacation for 2 weeks, so I won't be able to test things.
Looks like the module in question is winreg. Its README has an example for adding a program to startup.