Skip to content

Instantly share code, notes, and snippets.

@TehBrian
Last active January 1, 2026 12:13
Show Gist options
  • Select an option

  • Save TehBrian/bf82c7505b647d423da6d5abbe2b95a3 to your computer and use it in GitHub Desktop.

Select an option

Save TehBrian/bf82c7505b647d423da6d5abbe2b95a3 to your computer and use it in GitHub Desktop.
Final Cut Pro Trial Reset
mv -vf ~/Library/Application\ Support/.ffuserdata ~/Library/Containers/com.apple.FinalCutTrial/Data/Library/Application\ Support/.ffuserdata ~/.Trash
@r3markqu3
Copy link

FIXED by running the updated command to wipe the new .ffuserdata file location:

mv -vf ~/Library/Application\ Support/.ffuserdata ~/Library/Containers/com.apple.FinalCutTrial/Data/Library/Application\ Support/.ffuserdata ~/.Trash

Worked perfectly

@TehBrian
Copy link
Author

FIXED by running the updated command to wipe the new .ffuserdata file location:

mv -vf ~/Library/Application\ Support/.ffuserdata ~/Library/Containers/com.apple.FinalCutTrial/Data/Library/Application\ Support/.ffuserdata ~/.Trash

this is the command in the gist

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