Skip to content

Instantly share code, notes, and snippets.

@TehBrian
Created June 21, 2022 19:33
Show Gist options
  • Save TehBrian/bf82c7505b647d423da6d5abbe2b95a3 to your computer and use it in GitHub Desktop.
Save TehBrian/bf82c7505b647d423da6d5abbe2b95a3 to your computer and use it in GitHub Desktop.
Final Cut Pro Trial Reset
mv -v ~/Library/Application\ Support/.ffuserdata ~/.Trash
@Doghead1234
Copy link

Another way that may be useful:

  1. Open Finder and open > libraries > application support
  2. Then open terminal and type:
    1 defaults write com.apple.Finder AppleShowAllFiles true
    2 killall Finder
  3. Then go back to Finder and find .ffuserdata file and delete it. Now the trial should be reseted to 90 days.

@TehBrian
Copy link
Author

TehBrian commented May 27, 2023

To show hidden files (which is what the defaults command does), you can also just press Cmd+Shift+. at the same time in any Finder window.

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