Tom60chat / EzStartup

Easily start your application with Windows on startup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EzStartup

Easily start your application with Windows on startup.

Download:

Last release

How to use?

Toggle app startup:

if (EzStartup.IsStartupSet())
    EzStartup.RemoveStartup();
else
    EzStartup.SetStartup();

Check if the app is registered to start with Windows:
EzStartup.IsStartupSet()

Register your app to start with Windows:
EzStartup.SetStartup()

Unregister your app to start with Windows:
EzStartup.SetStartup()

About

Easily start your application with Windows on startup.

License:The Unlicense


Languages

Language:C# 100.0%