Skip to content

Instantly share code, notes, and snippets.

@Trippnology
Created March 31, 2013 13:47
Show Gist options
  • Save Trippnology/5280633 to your computer and use it in GitHub Desktop.
Save Trippnology/5280633 to your computer and use it in GitHub Desktop.
Windows: Run anything as a service
sc create shortname binpath= "\"C:\Path\To\Your\program.exe\" --your-program-options" displayname= "Full Name of Service for Service Manager" start= auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment