Versions Compared

Key

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

...

  1. Open PowerShell as an administrator. (See How to Run PowerShell Scripts)

  2. Enter the following command:

    [System.Environment]::SetEnvironmentVariable("Your_Environment_Variable_Here", "your_value_here", "User")

    • Replace 'Your_Environment_Variable_Here' with the appropriate variable name
      e.g.; CONNECTED_ACU_API_PASSWORD, CONNECTED_ACU_API_VENDOR_KEY, CONNECTED_ACU_API_USER_KEY)

    • Replace 'your_value_here' with the respective values for the variable.

...