Skip to content

Instantly share code, notes, and snippets.

@prism-lab
Created July 2, 2020 04:25
Show Gist options
  • Save prism-lab/4cf3255cc4a7b37e33fd711eba18c31b to your computer and use it in GitHub Desktop.
Save prism-lab/4cf3255cc4a7b37e33fd711eba18c31b to your computer and use it in GitHub Desktop.
How to reset Clion evaluation trial on Windows but keep the IDE settings intact.

Env: Windows 10 Clion 2020.1.2 installed via jetbrains toolbox(other install methods should be ok too)

Solution:

  1. Delete the Registry key: Computer\HKEY_CURRENT_USER\SOFTWARE\JavaSoft\Prefs\jetbrains\clion
  2. Delete C:\Users\$your-username\AppData\Roaming\JetBrains\CLion2020.1\eval folder.
  3. Delete C:\Users\$your-username\AppData\Roaming\JetBrains\CLion2020.1\options\other.xml or open up this file and try to get rid of eval references.
  4. See you in a month :)

P.S. If this solution doesn't work, you probably want to check https://gist.github.com/kyberdrb/85ed63f2a0ca6bd553090f8c22e9b947.

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