This article was reviewed by Luigi Oppido and by wikiHow staff writer, Nicole Levine, MFA. Luigi Oppido is the Owner and Operator of Pleasure Point Computers in Santa Cruz, California. Luigi has over 25 years of experience in general computer repair, data recovery, virus removal, and upgrades. He is also the host of the Computer Man Show! broadcasted on KSQD covering central California for over two years.
This article has been fact-checked, ensuring the accuracy of any cited facts and confirming the authority of its sources.
This article has been viewed 42,072 times.
Free trials never last long enough, especially when the full version of the software is expensive. If you didn't have enough time to make use of a program before the free trial ran out, there are a few ways you can reset the trial period. This wikiHow article will teach you simple tricks to restart an application's trial period on your Mac desktop or MacBook.
Things You Should Know
- Many application developers will reset a trial period if you ask for an extension.
- Uninstall the app completely, including data left over in the Library folders, before reinstalling.
- You can reset some trials by setting your Mac to a date in the past, creating a new account, or editing preferences files.
Steps
Delete the App and Data
-
Uninstall the app. Depending on the program, you may be able to reset the trial period by deleting all of the data stored by the app and then reinstalling the program. To uninstall the program, just drag it from your Applications folder to the Trash.[1]
- This won't work to extend trials for software that authenticates over the internet, such as Adobe or Microsoft products, but it will work on some other programs.
-
Delete any data left over by the app. When you uninstall a Mac application, only the program itself is deleted. Certain data files created by the program (including those related to the trial period) may remain on your Mac until you delete them manually. To check for and delete leftover files:
- Open Finder and click the Go menu.
- Press and hold the Option key to unhide hidden menu items.
- Click Library in the drop-down.
- Look for files and folders containing the name of the program you want to reset, then delete them by dragging them to the trash.
- You may find such files and folders in the Library root folder, as well as in these subfolders:
- /Library/Application Support
- /Library/Caches
- /Library/Logs
- /Library/Cookies
- /Library/Containers
- Library/Preferences
- /Library/Saved Application State
-
Reinstall the trial software. Now that you've deleted the software's data, you may be able to reinstall it to reset the trial period. If you have to log in to the developer's website to download the app, you'll want to create a new account before downloading the software again. Once you've done that, or if you don't need a login, download the installer and run it to reinstall the program.
- If you have a VPN, consider connecting to it before redownloading and installing the software.
Create a New Account
-
Clear your cache and cookies. If you want to reset the trial period for a program that requires you to have an account, creating a new account and deleting the app and data may restart the trial period. But before you do this, you'll need to make sure you don't have any cached files or cookies from the developer's website.
- If you haven't already done so, make sure you delete the trial app and its data before you continue.
-
Create a new email address. If you've already used your regular email address to sign up for an account, you won't be able to use it again. You can create an email address in seconds on Gmail, Outlook.com, Yahoo, or any other free web-based email app.
-
Change your MAC address (optional). If you're trying to restart the trial period for software that verifies your account or computer online, it may have your MAC address (the hardware address of your network interface) on file. If you really want to be on the safe side, you can use a few quick Terminal commands to temporarily change your MAC address:
- Click the Wi-Fi icon in the menu bar. Here, you'll see the name of your network interface (e.g., en1), and your current MAC address. Remember the interface name, as you'll need it soon.
- Because your MAC address will return to its default once you restart your Mac, you don't have to worry about writing it down.
- Open a Terminal window.
- Paste openssl rand -hex 6 into the prompt and press Return. You'll now see a randomly-generated MAC address with colons separating its values.
- Type sudo ifconfig <interface name> ether <MAC address> and press Return. Replace <interface name> with the interface name you noted earlier (e.g., en1), and <MAC address> with the randomly-generated MAC address.
- Disconnect from the internet, and then reconnect.
- Click the Wi-Fi icon in the menu bar. Here, you'll see the name of your network interface (e.g., en1), and your current MAC address. Remember the interface name, as you'll need it soon.
-
Connect to a VPN (if possible). Some developers may link your account to your IP address. To avoid tripping any sensors, you can mask your IP address using a VPN.
- If you don't have a VPN, you can try Proton VPN, which has a free option.
-
Create your new account. Now that you've fully masked your identity, you should be able to sign up for a brand new account with the developer of the software you want to use. Remember to use your new email address.
- If a phone number is required to sign up and you've already used your own, borrow a friend's phone temporarily, or use a Google Voice phone number.
- Once you have a new account, you should be able to download and reinstall the software to reset the trial period. But before you do, see this method to learn the most effective way to do this.
- You can restart your Mac at any time to reset the MAC address.
Edit Plist Files
-
Install PlistEdit Pro. If the trial software stores your trial's start date in a .plist file, you may be able to modify the date to one in the future. This fix won't work for lots software titles, despite what a lot of websites claim. However, it will work for some. To be able to edit the necessary files, install the free trial version of PlistEdit Pro from https://www.fatcatsoftware.com/plisteditpro.
- Once downloaded, double-click the file called PListEditPro.zip to unzip the file.
- To install the program, drag its icon to the Applications folder.
- Make sure you do not have the trial software open while you complete this method.
-
Find the program's .plist file. You can do so in Finder:
- Open Finder and click the Go menu.
- Hold down the Option key, then click the Library folder.
- Open the Preferences sub-folder.
- Look through the files beginning with "com" for one that contains the name of the software whose trial you want to extend. You should find at least one for the trial program.
-
Open the .plist file in PlistEdit Pro. Here's how:
- Right-click or Ctrl + Click the .plist file for your software.
- Select Open with.
- Select PlistEdit Pro. If you don't see it, click Other… and then select it.
- Click Open to confirm.
-
Look for any entries that contain your trial's start date. The name of this entry will vary, but you may see something like "FirstRunDate.[4] "
- If you don't see anything like this, try another method.
-
Change the date to one in the future. Go at least a year or two in the future to trick the software into thinking that your trial has yet to begin. You'll then be able to keep using the trial until the date you enter.
-
Save your changes. Click the File menu and select Save to overwrite the file with your changes.
Expert Q&A
Tips
References
- ↑ https://support.apple.com/en-us/HT202235
- ↑ https://support.apple.com/guide/mac-help/set-the-date-and-time-manually-mchl99096372/13.0/mac/13.0
- ↑ https://support.apple.com/guide/mac-help/change-date-time-settings-mchlp1124/mac
- ↑ https://www.youtube.com/watch?v=noZ4j8raBbU
- ↑ https://kb.parallels.com/119310
- ↑ https://developer.apple.com/documentation/virtualization/installing_macos_on_a_virtual_machine