Postgresql – Stop PostgreSQL from starting on Windows

postgresqlwindows-vista

I have a local postgresql database for development purposes that I dont want to start up every time Windows does – how do I stop it from starting!

Best Answer

If it is running as a Windows service: Start -> Run -> (then type in:) services.msc. When you see PostgresSQL services set them to manual instead of automatic. If you do need them again, just fire up services.msc again and click the Start icon/button once you have reselected the PostgresSQL service.