Skip to content

Instantly share code, notes, and snippets.

@roboticsai
Forked from molcik/free-illustrator.md
Created August 30, 2021 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roboticsai/031f55b3d7cc9c739980c0f75316b702 to your computer and use it in GitHub Desktop.
Save roboticsai/031f55b3d7cc9c739980c0f75316b702 to your computer and use it in GitHub Desktop.
Illustrator never ending trial period

How Does It Work

All you have to do, to extend your trial period, is change number in TrialKey element in application.xml. This file is located in /Applications/Adobe Illustrator CC 2018/Support Files/AMT/AI/AMT. You can navigate there with this command:

cd /Applications/Adobe\ Illustrator\ */Support\ Files/AMT/AI/AMT

Then you have to open the file and edit it. You can use just nano editor in terminal.

sudo nano application.xml

Now find the TrialSerialNumber Data key:

<Data key="TrialSerialNumber">911997077777979240115317</Data>

And increment this number by one:

<Data key="TrialSerialNumber">911997077777979240115318</Data>

Now close the editor (ctr+x), save file (y), yes for rewrite (enter). Now when you reopen your Illustrator, you will be promped to login and you should have another 7 days of trail period.

Download

Or download trial reset here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment