Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

windows could not start service on local computer error 5 access is denied

After debugging and installing windows service in windows 8 I have error when I try to start a windows service :"The Windows could not start service on local computer Error 5 Access is denied" .While attempting fist answer from this link i found that NETWORK SERVICE account doesn't exist in the list of user names for assigning the correct permissions in windows 8 .How i can solve this problem using windows 8?

like image 361
user3056831 Avatar asked Dec 09 '13 10:12

user3056831


3 Answers

Right click in the service in Window Services and go to Properties. Then go to Log On tab and select Local System account. Click on Ok button and start the service.

like image 56
JD - DC TECH Avatar answered Nov 14 '22 03:11

JD - DC TECH


I got this error due to the executable that the service was pointed at being missing, in my case it had been removed by the Anti Virus on the PC.

like image 3
user1069816 Avatar answered Nov 14 '22 04:11

user1069816


Follow the steps- Cannot Start Windows Service in NetworkService account.

Click on Edit -> Search for NETWORK SERVICE -> Add that. Then provide necessary permissions.

like image 1
user3056831 Avatar answered Nov 14 '22 03:11

user3056831