# Extending adobe trial

Each adobe program created its own application.xml file. The data will be generated somewhere in the adobe path Library/Application\ Support/Adobe

Before proceeding close all adobe programs and adobe creative cloud.

I recommend using a find command to find all instances:

rg -i '<Data key="InstallDate"'

After you find all the instances you may replace the epoch time data inside the <Data></Data> brackets.

Replace the data with current epoch time, which you can get by running the date command:

date +%s

This will trick the program to think it was installed today.