Step1: Install Bamboo Application Server
Download Bamboo and run the Installation Wizard and install Bamboo as windows service as per our documentation.
Step2: Edit the Bamboo service to run as the "local user"
- Go to Start -> Run and type "services.msi"
- This will launch the services window (as below) locate and double click on "Bamboo build server"

- On the "Bamboo build server Properties" window, check the "This account" option and click the ok button to apply changes.
Step3: Give the local user access to "logon as a service"
- Go to Start -> Run and type "secpol.msc"
- Expand the "Local Policies" tree and click on "User Rights Assignment" opton.
- Scroll down and find the "Logon As a Service" Policy, see screenshot below.

- Double click on the "Log on as a service" policy, and in the properties window click the "Add User or Group" button.
- Find your local user and click ok to add him to the list of users allowed to "logon as a service" (See the screenshot below for example)

- Press ok and exit out of all open windows.
Bamboo will now start as service, under the local user.