A simple script that resets latest MAMP PRO 4 trial validity, and keeps your data safe.
- Copy the code into a file OR download the script and save it as reset_mamp4.sh
- Open the Terminal app and write
chmod +x
then drag and drop the file on the Terminal. You should have something likechmod +x reset_mamp4.sh
. Press Enter to run it. - Now, run the file itself by dragging and dropping it on the Terminal (something like
reset_mamp4.sh
) then pressing Enter. - Open MAMP PRO and check if you have 14 days left now.
Try using superpowers and run it as root sudo reset_mamp4.sh
.
Let me know, or improve it by yourself.
trial reset 5.x
1) Remove Trial Data from files:
rm -rf ~/Library/Preferences/$'.\xe2\x80\xa6\x45\xcc\x80\x7c\x56\x49\xcc\x80\x67\x53\xc2\xa0'
defaults write ~/Library/Preferences/de.appsolute.mamppro.plist regData -data 00
2) Remove other Folders and Files (not required)...
rm -rf ~/Library/Application\ Support/de.appsolute.mamppro
rm -rf ~/Library/Caches/de.appsolute.mamppro
3) Restart Services...
sudo killall de.appsolute.mampprohelper
sudo killall cfprefsd