M BUZZ CRAZE NEWS
// news

Windows 7 Jenkins installation with admin rights says insufficient privileges to start services

By Emma Martinez

I tried to install Jenkins on Windows 7 home edition and got the following error.

Service 'Jenkins' (Jenkins) failed to start. Verify that you have sufficient privileges to start system services.

I have admin rights for my user account but still not able to install Jenkins.

Please help.

3 Answers

Try right clicking the setup file and pressing "Run as administrator" before launching. This should run the setup file with escalated privileges and resolve your issue.

Open cmd prompt -> net user administrator-> If account active is showing NO -> Then type these command to active - > net user administrator /active:yes

It worked perfectly in my case!

don't close retry and cancel button at this stage, instead go to services in windows and right click on jenkins service properties and click on logon then choose this account and and pick account in pc(whatever account you are choosing that account should have log on as service- local security option).

now click on retry option in jenkins installation this will solve the problem

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy