Skip to content

Instantly share code, notes, and snippets.

@Kucchan67346
Forked from gdurastanti/parallels-reset.sh
Created January 30, 2024 05:30
Show Gist options
  • Save Kucchan67346/28b9bf7a59fcbfdd1c1deb9b2b1aa627 to your computer and use it in GitHub Desktop.
Save Kucchan67346/28b9bf7a59fcbfdd1c1deb9b2b1aa627 to your computer and use it in GitHub Desktop.
Reset Parallels' trial
#!/bin/sh
# Reset Parallels Desktop's trial and generate a casual email address to register a new user
rm /private/var/root/Library/Preferences/com.parallels.desktop.plist /Library/Preferences/Parallels/licenses.xml
jot -w pdu%[email protected] -r 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment