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
- Open Task Manager (detailed mode)
- Select the Startup tab at the top
- Right-click Binfer and select Disable
Task Scheduler Setup Steps
Open the Task Scheduler
- Open Control Panel
- Select System and Security
- Select Administrative Tools
- Right-click Task Scheduler and run as Administrator
Create a task
- Once the Task Scheduler is open, select Create Task underneath the Actions section
- Type Binfer in the name section of the General Tab
- In the General Tab select the ‘Run whether user is logged on or not’ underneath the Security options section
Setting Triggers
- Click the Triggers tab
- Click the New button
- In the New Trigger form select ‘At startup’ in the ‘Begin the task’ dropdown
- Ensure Enabled is selected and click OK
Modifying Actions
- Click the Actions tab and select New Action
- In the Action dropdown select ‘Start a program’
- In the Program/script locate Binfer’s installation directory base and type: {base directory}jrebinjavaw.exe Example: c:\Programs\Binfer\jre\bin\javaw.exe
- In the Add arguments section type: -cp binfer.jar com.globalsoftlink.binfer.Binfer AUTOLOGIN=true
- In the Start in section insert the Binfer base directory Example: c:\Programs\Binfer
- Click OK
Setting Conditions
- Click the Conditions tab
- Copy the settings below:
Edit Settings
- Click the Settings tab
- Copy the settings below:
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.