Skip to content

Instantly share code, notes, and snippets.

@jbutko
Created February 2, 2021 09:33
Show Gist options
  • Save jbutko/eb4c4a3b42b7adbf8772e14dccaae6c0 to your computer and use it in GitHub Desktop.
Save jbutko/eb4c4a3b42b7adbf8772e14dccaae6c0 to your computer and use it in GitHub Desktop.
Start or stop mongodb service on windows

Start: net start MongoDB

Stop: net stop MongoDB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment