Menu Close

Start Binfer on System Restart (Windows)

Follow the steps in this document to run Binfer as a service using the task scheduler capabilities of operating systems.

Prerequisites

Disable Binfer from autostart

  1. Open Task Manager (detailed mode)
  2. Select the Startup tab at the top
  3. Right-click Binfer and select Disable

Task Scheduler Setup Steps

Open the Task Scheduler

  1. Open Control Panel
  2. Select System and Security
  3. Select Administrative Tools
  4. Right-click Task Scheduler and run as Administrator

Create a task

  1. Once the Task Scheduler is open, select Create Task underneath the Actions section
  2. Type Binfer in the name section of the General Tab
  3. In the General Tab select the ‘Run whether user is logged on or not’ underneath the Security options section

Setting Triggers

  1. Click the Triggers tab
  2. Click the New button
  3. In the New Trigger form select ‘At startup’ in the ‘Begin the task’ dropdown
  4. Ensure Enabled is selected and click OK

Modifying Actions

  1. Click the Actions tab and select New Action
  2. In the Action dropdown select ‘Start a program’
  3. In the Program/script locate Binfer’s installation directory base and type: {base directory}jrebinjavaw.exe Example: c:\Programs\Binfer\jre\bin\javaw.exe
  4. In the Add arguments section type: -cp binfer.jar com.globalsoftlink.binfer.Binfer AUTOLOGIN=true
  5. In the Start in section insert the Binfer base directory Example: c:\Programs\Binfer
  6. Click OK

Setting Conditions

  1. Click the Conditions tab
  2. Copy the settings below:

Start_On_System_Restart_Conditions.png

Edit Settings

  1. Click the Settings tab
  2. Copy the settings below:

binfer-task-schedule-settings.png

Important:

  • To configure Binfer via its user interface, stop the Binfer task and start Binfer normally.
  • When done, exit Binfer completely, and start Binfer task.