initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Quasar.Common.Enums
|
||||
{
|
||||
public enum StartupType
|
||||
{
|
||||
LocalMachineRun,
|
||||
LocalMachineRunOnce,
|
||||
CurrentUserRun,
|
||||
CurrentUserRunOnce,
|
||||
StartMenu,
|
||||
LocalMachineRunX86,
|
||||
LocalMachineRunOnceX86
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user