1

To Start

   C:\Windows\System32>net start MongoDB
    The MongoDB service is starting.
    The MongoDB service was started successfully.

To Stop

C:\Windows\System32>net stop MongoDB
The MongoDB service is stopping.
The MongoDB service was stopped successfully.
Pushprajsinh Chudasama
  • 7,772
  • 4
  • 20
  • 43

3 Answers3

3

First you have install as a service named MongoDB:

Refer this link to Run MongoDB as a Service in Windows

Then you can use the net start MongoDB and net stop MongoDB

Pushprajsinh Chudasama
  • 7,772
  • 4
  • 20
  • 43
1

The first. you should run it as administrator the next cmd

 net stop MongoDB

and process finished.

1

got to search enter image description here

and

search MongoDB klik start

enter image description here

Deni Al Farizi
  • 1,547
  • 1
  • 8
  • 5