Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Add a task to the scheduler as shown below

Note

Make sure to complete these two tests successfully after installation:

  1. Run the script in a command shell while the PC is not connected to Merlin
    ➡️ The script must announce that it connects to WLAN now.

  2. Run the script in a command shell while the PC is connected to Merlin.
    ➡️ The script must inform that the PC is already connected to Merlin.

The two variants of the script provided for download use different mechanisms to identify, if the PC is already connected to Merlin. Make sure to use the script variant that successfully detects an existing Merlin WLAN connection.

Description

Screenshot

Run Task Scheduler

image-20240913-124030.png

Name the task and set it to run irrespeecive of user login.

Click on Triggers.

image-20240913-124538.png

Add trigger for “At startup”.

Click OK

image-20240913-124645.png

Add trigger to repeat task daily every 5 minutes.

Note: the script doesn’t draw a lot of performance. This scheduled execution ensures, that the connection to Merlin is made irrespective of the sequence in which PC and Merlin are booted.

Click OK

image-20240913-124816.png

Click on Actions

image-20240913-125040.png

Add action to start a programm.

Enter the path to the script.

Pass the name of the WLAN to the script as parameter.

Note: The WLAN must be connected once manually to create a corresponding WLAN profile in Windows. See Merlin WLAN Koppelung for details on how to do that.

image-20240913-125159.png

...