It's possible to install or remove from the command line PasServer as service:
Install the service with:
Code Block |
---|
passerverd.exe -install "GiD password server" |
Remove the service with:
Code Block |
---|
passerverd.exe -remove |
You can manually also start/stop an installed service:
To start PasServer service:
Code Block |
---|
net start passerverd |
To stop PasServer service:
Code Block |
---|
net stop passerverd |