Skip to content

Instantly share code, notes, and snippets.

@ericbroska
Last active December 12, 2015 05:28
Show Gist options
  • Save ericbroska/4722216 to your computer and use it in GitHub Desktop.
Save ericbroska/4722216 to your computer and use it in GitHub Desktop.
The simple way to reset available trial time of VirtualHostX application (3.x, 4.x)
#!/bin/sh
#
# Thanks @tylerhall for this tip
rm ~/Library/Application\ Support/VirtualHostX/". "
# you can also do some fun like this
# echo "99999999999999999999" > ~/Library/Application\ Support/VirtualHostX/". "
@tylerhall
Copy link

You still haven't figured out the simple way of resetting the trial.

@ericbroska
Copy link
Author

@tylerhall, yep

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