Specifying a Profile at Application Startup

When you start the application, the profile that was active when you closed the previous session, is used.

You can run the application using a specific profile by adding the/P option in the Target settings of the application shortcut.

To start the application with a specific profile:

  1. Create a new shortcut for the application on the desktop.
  2. Right-click the shortcut icon on the desktop to open the Shortcut Settings dialog box, and click Properties.
  3. In the Target box, add the /P option after the executable name, followed by a profile name, for example:

    "C:\Program Files\<company_name>\<application_name>\<application.exe>" /P <profile_name>

    The /P option argument is case insensitive.

    If the user profile name contains spaces, use double quotes, for example: /P "White background"

    If the profile specified in the /P option does not exist, the default profile is used.