Skip to content

Instantly share code, notes, and snippets.

@laxmi-narayan-nitdgp
laxmi-narayan-nitdgp / idea-reset-evaluation.sh
Created March 1, 2017 12:29
reset intellij idea 14 evaluation
#!/bin/bash
echo "removeing evaluation key"
rm ~/.IntelliJIdea15/config/eval/idea15.evaluation.key
echo "resetting evalsprt in options.xml"
sed -i '/evlsprt/d' ~/.IntelliJIdea15/config/options/options.xml
echo "resetting evalsprt in prefs.xml"
sed -i '/evlsprt/d' ~/.java/.userPrefs/prefs.xml