Creating and installing Windows service
Using command console, the following commands can be used to create or delete a Windows service.
1 | Create a new service |
Granting permissions to certificate
To following instructions can be used to grant permission a user to a certificate that is stored in Window’s certificate store.
- Open Microsoft Management Console (MMC.exe) using Admin rights
- Navigate to the Certificate that you want to grant permission to
- Right-click the certificate to open sub-menu ManagerPrivateKeys
- Add NETWORK SERVICES to the permissions
Or using the command console:
1 | cd C:\Program files\Windows Resource Kits\Tools |