I'm trying to install selenium-server-standalone-3.141.59.jar as an nssm service. It installs fine but when I try to run it, I get an error.
I installed via: PS C:\Users\MyUser> nssm install selenium-server java -jar "C:\selenium\selenium-server-standalone-3.141.59.jar
Then running nssm start selenium-server
gives me OpenService(): Access is denied.
I tried to follow this but linking to the batch file didn't work either: NSSM: Can't edit a service I created