Uninstalling a License Server
To uninstall the license server, you must disable the service. This procedure must be done using the configuration tools of your operating system. Hence, it is different depending on the platform of your license server.

- Open the Start menu and, in the Programs list, select Windows Administrative Tools > Services.
- Scroll down to the service named ToonBoomLicense.
-
Right-click on the service and select Stop.
The license server will stop.
- Double-click on the service to open its properties dialog.
- In the Startup type drop-down, select Disabled.
-
Click on OK.
The license server will no longer launch on boot.

- Open a Command Prompt with administrator privileges.
-
In the command prompt, type in the following command:
> NET STOP ToonBoomLicense
> sc config ToonBoomLicense start= disabled
The license server will stop and will no longer launch on boot.

- Open a Terminal.
-
In the terminal, type in the following command:
$ sudo launchctl unload -w /Library/LaunchDaemons/com.toonboom.LicenseServer.plist
The license server will stop and will no longer launch on boot.

- Open a Terminal.
-
In the terminal, type in the following command to stop and disable the license server:
-
For Harmony 15.0 or later:
$ sudo chkconfig toonboom_flexlm off
$ sudo service toonboom_flexlm stop
-
For earlier versions:
$ sudo chkconfig USAnimation_flexlm off
$ sudo service USAnimation_flexlm stop
The license server will stop and will no longer launch on boot.
-