Skip to content

Instantly share code, notes, and snippets.

@molcik
Created May 18, 2018 08:39
Show Gist options
  • Star 44 You must be signed in to star a gist
  • Fork 10 You must be signed in to fork a gist
  • Save molcik/29aeb8021a72c27cd0ec55acfc827839 to your computer and use it in GitHub Desktop.
Save molcik/29aeb8021a72c27cd0ec55acfc827839 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

@nonuser666
Copy link

I have just tried the email renew methode but did not work for me.

steps what i am doing:
-uninstal apps
-sign out
-exit CC
-restart CC
-sign in with new account
-install app

Trial expired!

I uninstalled everithing even used adobe CC cleaner tool manually deleted folders....

What am I doing wrong?

@EleqanT
Copy link

EleqanT commented Dec 14, 2021

Use temporary email address, for example - https://temprmail.com/ This is easy solution.

@Davidbrown143
Copy link

Just for the record. This 100% works but you need the 2018 versions, doesn't work on anything after (or potentially before?) that. I have the 2018 version and it works fine for me. Hopefully I can write something to automatically change the xml file when I boot up my pc or something just so I don't have to think about it. . .

You can find the 2018 versions below. You will still need to download creative cloud and make an account through the official adobe website.

https://prodesigntools.com/adobe-cc-2018-direct-download-links.html

@ammar-farooq1
Copy link

You can register for a Photoshop trial account using https://temp-mail.co/ to establish a fake email address without having to put any effort into account creation. On the same page, this website displays counterfeit email addresses and activities.

@damith555
Copy link

works with 2017 confirmed. seems like not working after 2019 version.

@BehelitOutlaw
Copy link

You can register for a Photoshop trial account using https://temp-mail.co/ to establish a fake email address without having to put any effort into account creation. On the same page, this website displays counterfeit email addresses and activities.

Thank you this is extremely helpful

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