Facing Issues with Gitlab Runner at Windows--Need Help

Hi All,

Followed all the steps mentioned to bring up gitlab runner up and running ,but getting below error while trying to start,mind you starting with powershell as ADMIN

Failed to start gitlab-runner: The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.

Here is output from console

PS C:\Gitlab> .\gitlab-runner.exe register
Please enter the gitlab-ci coordinator URL (e.g. https://gitlab.com/):
https://git.com/
Please enter the gitlab-ci token for this runner:
Zd6............
Please enter the gitlab-ci description for this runner:
[WS-124157L]: Gitlab
Please enter the gitlab-ci tags for this runner (comma separated):
shell
Registering runner... succeeded                   [0;m  runner[0;m=Zd6yHLgn
Please enter the executor: docker, docker-ssh, parallels, shell, docker-ssh+machine, ssh, virtualbox, docker+machine, kubernetes:
shell
Runner registered successfully. Feel free to start it, but if it`s running already the config should be automatically reloaded![0;m
PS C:\Gitlab> .\gitlab-runner.exe start
[31;1mFATAL: Failed to start gitlab-runner: The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.[0;m
PS C:\Gitlab>