Skip to content

Commit

Permalink
Install service with automatic start
Browse files Browse the repository at this point in the history
  • Loading branch information
ocdtrekkie committed Jun 19, 2024
1 parent 2948be3 commit a24e79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Install-XRFAgent.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sc create "XRFAgent" binpath="C:\Program Files\XRFAgent\XRFAgent.exe" displayname="XRF Agent Service"
sc create "XRFAgent" binpath="C:\Program Files\XRFAgent\XRFAgent.exe" start=auto displayname="XRF Agent Service"

0 comments on commit a24e79e

Please sign in to comment.