Installation on Windows
winget installs MongoDB and registers it as a Windows service started
automatically (service name: MongoDB). Open a terminal as
administrator for net start MongoDB / net stop MongoDB.
The mongosh shell is a separate package (MongoDB.Shell). Then connect
with mongosh to localhost:27017.