Download the Adobe Licensing Toolkit
Before you can deactivate licenses, download the Adobe Licensing Toolkit for your machine's operating system:
Download the zip file and extract adobe-licensing-toolkit.exe.
Run the toolkit from the command line
Press Start, type Command Prompt, and press Enter.
Drag the adobe-licensing-toolkit.exe file into the Command Prompt window, then type a command (for example, --deactivate) after the file path and press Enter.
Deactivate all licenses
To deactivate all licenses on a machine with administrative privileges, run:
adobe-licensing-toolkit.exe --deactivate
Short form: adobe-licensing-toolkit.exe -t
Deactivate a single license
You can also choose to deactivate only specific licenses on a machine. To do this, you need the NpdId, the unique identifier for the license you want to remove.
To retrieve the available NpdId values for installed Shared Device Licensing packages, run the following command with admin privileges:
- adobe-licensing-toolkit.exe --licenseInformation
Short form: adobe-licensing-toolkit.exe -l
Output
When you run the previous command, you'll get the following sample output:
Adobe Licensing Toolkit (0.1.5.57)
License Details
NpdId : MWVjZGNlMzMtZGU2Yi00ZmNlLTkzZTktY2MxMjBhZmFiZjg1
AppId : Photoshop1
DeploymentMode : NAMED_USER_EDUCATION_LAB
CacheExpiry : 03/06/19 20:01:56 India Standard Time
LicenseId : 511F26523959D15EBD9B
LicenseExpiry : 03/06/21 20:01:56 India Standard Time
NpdId : YjZiOGU0ZTItYTkxNy00NTFlLWFkOTItZTljNTc2M2U2OTgx
AppId : Animate1
DeploymentMode : NAMED_USER_EDUCATION_LAB
CacheExpiry : 03/06/19 20:01:56 India Standard Time
LicenseId : 511F26523959D15EBD9B
LicenseExpiry : 03/06/21 20:01:56 India Standard Time
Operation Successfully Completed
Deactivate a specific license
From the output received earlier, identify the NpdId associated with the license you want to remove from the command output.
Run the following command using the retrieved NpdId.
- adobe-licensing-toolkit.exe --deactivate --npdId <NpdId from previous -licenseInformation command>
Short form: adobe-licensing-toolkit.exe -t -n <NpdId from previous -licenseInformation command>