Set Up Automatic Login

The IPFusion Runtime shortcut can be set to automatically log in a user. This is useful for when you only need one user to be able to login to that Workstation, and you do not wish to have users log in every time Runtime is launched.

The automatic login is set up using command line parameters. You can view all of the available startup options here. For our below example, we will only focus on the parameters which allow for automatic login.

  1. Right-click your Runtime shortcut and select Properties.
  2. In the Shortcut tab, append the below information to the Target.

    Replace username with the account username, and password with the account's corresponding password.

    
                            /u username /p password
                        

    Your target should look something like this:

    
                            "C:\Program Files (x86)\IPFusion\Application\Runtime.exe" /u username /p password
                        
  3. Click OK to apply the changes.

Next time Runtime is opened via that shortcut, your user will be automatically logged in.