Skip to content

Instantly share code, notes, and snippets.

@ryanwebjackson
Created March 3, 2015 15:18
Show Gist options
  • Save ryanwebjackson/185f3e7680815adef96a to your computer and use it in GitHub Desktop.
Save ryanwebjackson/185f3e7680815adef96a to your computer and use it in GitHub Desktop.
Register Mongo as Windows service
sc.exe create MongoDB binPath= "C:\Program Files\MongoDB\Server\3.0\bin --service --config=C:\Program Files\MongoDB\mongod.cfg" DisplayName= "MongoDB" start= "auto"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment