Skip to content

Instantly share code, notes, and snippets.

@Volmarg
Forked from molcik/free-photoshop.md
Created December 29, 2020 12:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Volmarg/209fd8a5e35155e168c0b8f7127ec5fe to your computer and use it in GitHub Desktop.
Save Volmarg/209fd8a5e35155e168c0b8f7127ec5fe to your computer and use it in GitHub Desktop.
Modify Photoshop to never ending trial

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 /Library/Application Support/Adobe/Adobe Photoshop/AMT. You can navigate there with this command:

cd /Library/Application\ Support/Adobe/Adobe\ Photoshop\ */AMT

Then you have to open the file and edit it. You can use just TextEdit app.

open -a TextEdit application.xml

Now find the TrialSerialNumber Data key:

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

And increment this number by one:

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

And that’s it. Now when you relaunch Photoshop you will be prompted to login and you should see fresh 7 days of trial.

Download

Or download trial reset here

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