1
.\CanaryServiceAccount Credentials
Forum / Questions & Answers
Is anyone aware of the credentials assigned to the created .\CanaryServiceAccount during installations. I have gotten my services locked out.
3 replies
-
Hi ,
The password is randomized. The account could have lost permission to Run As a Service, or IT may have a policy affecting local user accounts on the system.
You could try re-registering the service:
- Open cmd window as admin
- Run command: sc delete "Canary Service Name"
- Run command: "path to canary exe" -register
Before removing the service registration, make a note of where the executable is by opening Windows Services, then look at the properties of the service.
-
why does Canary uses local accounts in this situation instead of Virtual Serice Accounts?