Method | Description | |
---|---|---|
CheckIfRunAtWinBoot ( string name ) : bool |
Checks for autorun registry entry
|
|
Dispose ( ) : void | ||
InstallAutoRun ( string name ) : void |
Sets application to run at windows boot, using an name as the registry key name, current executable path
|
|
InstallAutoRun ( string name, string path ) : void |
Sets application to run at windows boot, using an name as the registry key name, and any supplied path
|
|
StartupUtilities ( StartupUserScope userScope ) : System | ||
UninstallAutoRun ( string name ) : void |
|
public CheckIfRunAtWinBoot ( string name ) : bool | ||
name | string | "key" to search for in startup registry |
return | bool |
public InstallAutoRun ( string name ) : void | ||
name | string | Name the startup key will use, should be unique |
return | void |
public InstallAutoRun ( string name, string path ) : void | ||
name | string | Name the startup key will use, should be unique |
path | string | Path to the executable to run |
return | void |
public StartupUtilities ( StartupUserScope userScope ) : System | ||
userScope | StartupUserScope | |
return | System |
public UninstallAutoRun ( string name ) : void | ||
name | string | |
return | void |