Skip to content

Instantly share code, notes, and snippets.

@molcik
Last active May 8, 2024 14:30
Show Gist options
  • Save molcik/d7497fb8ada72b9ff907acf28fa9e98e to your computer and use it in GitHub Desktop.
Save molcik/d7497fb8ada72b9ff907acf28fa9e98e 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

@spidychoi
Copy link

date change doesn't work in AI 2020 version.
any other work around?

I think the best way is pay or just reinstall every 7days

@ajaygovinds
Copy link

I found a method.
Only for Windows.
Open registry editor (regedit.exe)
Navigate to HKEY_LOCAL_MACHINE->SOFTWARE->Classes->dromjmfile.
Delete this file.
Enjoy!

dromjmfile not found. It's for Camtasia Studio I guess.

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