Skip to content

Instantly share code, notes, and snippets.

@symm
Last active November 25, 2022 05:31
Show Gist options
  • Save symm/cad87790861fa1865531 to your computer and use it in GitHub Desktop.
Save symm/cad87790861fa1865531 to your computer and use it in GitHub Desktop.
defaults write org.videolan.vlc NSRecentDocumentsLimit 0
defaults delete org.videolan.vlc.LSSharedFileList RecentDocuments
defaults write org.videolan.vlc.LSSharedFileList RecentDocuments -dict-add MaxAmount 0
defaults write com.apple.QuickTimePlayerX NSRecentDocumentsLimit 0
defaults delete com.apple.QuickTimePlayerX.LSSharedFileList RecentDocuments
defaults write com.apple.QuickTimePlayerX.LSSharedFileList RecentDocuments -dict-add MaxAmount 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment