Installing Jenkins Slave as Service on win8.1 and win10 Installing Jenkins Slave as Service on win8.1 and win10 windows windows

Installing Jenkins Slave as Service on win8.1 and win10


I found another way to get the slave to install.

  1. Open a command window with "Run as Administrator".
  2. Change directory to the place where you saved the slave-agent.jnlp file.
  3. at the prompt run "slave-agent.jnlp"
  4. Now with the running slave click the menu item to "Install as Service".

The trick is to do it while running as an administrator. This installs the service running under localsystem.

Additionally, if you're like me and you need your jenkins routines to hit another machine, you'll need to change the service to run as a user with permission (network or otherwise) to do the task you want done.


  1. Open a command window with "Run as Administrator".
  2. Just in case, You may have trouble with the .jnlp in "Steve Brownell" instructions, then, run the first line of your error message, shown below.c:\JenkinsWorkDirectory\jenkins-slave.exe install


goto your downloaded jenkins-slave.exe Application file.

goto properties -> compatibility -.> check run as administrator.

Now try installing it as service again. It will work.