MCPcopy
hub / github.com/GooseMod/OpenAsar / reg

Function reg

src/autoStart.js:9–9  ·  view source on GitHub ↗
(a, c)

Source from the content-addressed store, hash-verified

7const desktopPath = join(app.getPath('appData'), 'autostart', app.getName() + '.desktop');
8
9const reg = (a, c) => require('child_process').execFile('reg.exe', a, c);
10const queuePrefix = [ 'HKCU\\Software\\Microsoft\\Windows\\CurrentVersion\\Run', '/v', appName ];
11
12exports.install = cb => {

Callers 1

autoStart.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected