This article explains how to apply or update your Flex Terminal Emulator license using the application interface, the FlexLicense utility, or automated deployment methods for enterprise environments.
Apply or Update License Using the Workspace
Follow these steps to enter or update your license within the application:
- Open the Flex Terminal Emulator Workspace.
- Select File → About.
- Click License.
- Paste the license code provided by FlexSoftware.
- Click OK, then click OK again to confirm.
Apply or Update License Using FlexLicense.exe
You can also apply the license using the standalone utility:
- Navigate to the Flex Terminal Emulator installation directory.
- Locate and double-click FlexLicense.exe.
- Paste the license code provided by FlexSoftware.
- Click OK, then click OK again to confirm.
Enterprise Deployment (Mass License Updates)
For large environments, license codes can be updated centrally without manual interaction on each workstation.
Registry Location
The license code is stored in the Windows Registry at:
HKEY_LOCAL_MACHINE\SOFTWARE\FlexSoftware\FlexTerm
- Value Name:
License - Type:
REG_SZ (String)
Deployment Options
You can update the license value using standard enterprise tools, such as:
- Microsoft Configuration Manager (SCCM)
- Group Policy (GPO)
- Logon scripts or PowerShell
- Other software deployment or scripting tools
Example .reg File
You can create a registry file to deploy the license:
- Windows Registry Editor Version 5.00
- [HKEY_LOCAL_MACHINE\SOFTWARE\FlexSoftware\FlexTerm]
- "License"="XXXXXXXX-XXXXXXXX-XXXXXXXX-XXXXXXXX-XXXXXXXX"
Replace the placeholder (X) values with your actual license code before deployment.
Notes and Best Practices
- Administrator privileges are required to modify the system registry.
- Always back up the registry before making changes.
- After applying the license, verify it by opening:
File → About → License in the Workspace.
Using these methods, you can efficiently apply or update license codes for individual users or across enterprise environments.