Skip to content

Instantly share code, notes, and snippets.

@gdurastanti
Created August 9, 2017 14:00
Show Gist options
  • Save gdurastanti/e79b1fae40a4eff14f5636b8994a89fc to your computer and use it in GitHub Desktop.
Save gdurastanti/e79b1fae40a4eff14f5636b8994a89fc 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
@dazzng
Copy link

dazzng commented May 20, 2025

any working methods at the moment?

@skyfall300
Copy link

skyfall300 commented May 20, 2025 via email

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