Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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();

About

Let your app run automatically at startup in Windows.

Resources

Stars

Watchers

Forks

Packages

Used by

Contributors

Languages