I have installed Postgresql on my Windows 10 PC. I have used the pgAdmin II tool to create a database called company, and now I want to start the database server running. I
I found using
net start postgres_service_name
the only reliable way to operate Postgres on Windows