# Windows Service Configuration

### Grant User with Windows Service Configuration Manager Access

1. Run a Command Prompt as Administrator, and execute the following command.

```
sc sdset SCMANAGER D:(A;;CCLCRPRC;;;AU)(A;;CCLCRPWPRC;;;SY)(A;;KA;;;BA)S:(AU;FA;KA;;;WD)(AU;OIIOFA;GA;;;WD)
```

![Figure 1: Administrator Command Prompt](https://377464071-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXhp08OmU8050PePmMgDt%2Fuploads%2FHIb37l5VCbLc9UsnnL7g%2F1499889738?alt=media)

{% hint style="info" %}
**Note:** See [Best practices and guidance for writers of service discretionary access control lists](https://support.microsoft.com/en-us/topic/3cf7240a-86ad-1fc3-bbb6-f468454981c4) for more details.
{% endhint %}
