8

I have installed Jenkins on my PC with Windows 10. And every time when I run my PC - Jenkins runs automatically too. I couldn't find any config file in Jenkins folder when i can disable automatically run. Thanks.

Kukhar Roman
  • 93
  • 1
  • 4

1 Answers1

24

run 'services.msc' from the command line.

Then find the service called Jenkins.

Select this, right click select properties and select start manually from the drop down list, or disable it if you prefer.

Startup type of service

JamesD
  • 2,466
  • 24
  • 40