Skip to content

Allows an executable to be automatically started upon Windows boot.

License

Notifications You must be signed in to change notification settings

danielsunnerberg/Autostarter

Repository files navigation

Autostarter

Allows an executable to be automatically started upon Windows boot.

Usage

Enabling/disabling autostart is as simple as:

var autostarter = new Autostarter(Application.ExecutablePath); // or any other path
autostarter.Enable();
autostarter.Disable();

Installation

NuGet

Can be installed using NuGet simply by running:
PM> Install-Package Autostarter (Using GUI-based installers: search for 'Autostarter')

DLL-file

While NuGet is the preferred installation method, you can also add the DLL-file as a reference in Visual Studio. You can find the latest DLL-file under releases.

About

Allows an executable to be automatically started upon Windows boot.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages