RunAtStartup

Let your app run automatically at startup in Windows.

MIT License

Stars
5
Committers
2

RunAtStartup

Channel Status
CI CI
NuGet.org NuGet.org

Usage

const string key = @"MyApp";
const string value = @"D:\114514\1919810.exe";
var service = new StartupService(key);
// var service = new StartupService(key, StartupType.LocalMachine));

var isSet = service.Check(value);

service.Set(@"""D:\MyAppPath\MyApp.exe"" -myArgs");

service.Delete();
Badges
Extracted from project README
CI NuGet.org