Skip to content

Instantly share code, notes, and snippets.

@suissa
Forked from molcik/free-photoshop.md
Created May 13, 2019 20:11
Show Gist options
  • Select an option

  • Save suissa/4d2a14567a5aeecdff76a55a2d27f938 to your computer and use it in GitHub Desktop.

Select an option

Save suissa/4d2a14567a5aeecdff76a55a2d27f938 to your computer and use it in GitHub Desktop.

Revisions

  1. @molcik molcik revised this gist May 18, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions free-photoshop.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    ### How Does It Work
    # 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:

    ```
    @@ -21,5 +21,5 @@ And increment this number by one:
    ```
    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
    # Download
    [Or download trial reset here](https://filipmolcik.com/free-photoshop-on-mac-os-x-photoshop-trial-reset/)
  2. @molcik molcik created this gist May 18, 2018.
    25 changes: 25 additions & 0 deletions free-photoshop.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,25 @@
    ### 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](https://filipmolcik.com/free-photoshop-on-mac-os-x-photoshop-trial-reset/)