Giter Site home page Giter Site logo

generic-user / delayedstartup Goto Github PK

View Code? Open in Web Editor NEW

This project forked from emowen4/delayedstartup

0.0 1.0 0.0 33 KB

A utility which can start the startups after specific amount of time.

License: GNU General Public License v3.0

C# 100.00%

delayedstartup's Introduction

DelayedStartup

A utility which can start the startups after specific amount of time.

Usage

Under Config folder, modify startup.config file in json style. The automatically created startup.config includes the instruction.

{
	"Startups": [
		{
			"ProgramPath": "",
			"//ProgramPath": "Must be an escaped string with valid path",
			"Delay": "1.02:03:04.0050000",
			"//Delay": "[Day.]Hour:Minute:Second[.Millisecond]",
			"StartIn": "",
			"//StartIn": "Default will be the parent directory of {ProgramPath}",
			"CreateNoWindow": true,
			"//CreateNoWindow": "Whether create a window or not",
			"UseShellExecute": false,
			"//UseShellExecute": "True if executing command with cmd.exe; otherwise, starting directly",
			"Priority": 32,
			"//Priority": "Default=Normal; Normal=32; Idle=64; High=128; RealTime=256; BelowNormal=16384; AboveNormal=32768",
			"WindowStyle": 2,
			"//WindowStyle": "Default=Minimized; Normal=0; Hidden=1; Minimized=2; Maximized=3",
			"AsAdminstrator": false,
			"//AsAdminstrator": "Default=false"
		}
	]
}

Lib Used

  • dot4net
  • Newtonsoft.Json

delayedstartup's People

Contributors

emowen4 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.