Skip to content

Instantly share code, notes, and snippets.

@Gyvastis
Last active May 3, 2024 23:57
Show Gist options
  • Save Gyvastis/1c6fb39236710431cf9eac1bda2e8991 to your computer and use it in GitHub Desktop.
Save Gyvastis/1c6fb39236710431cf9eac1bda2e8991 to your computer and use it in GitHub Desktop.
PhpStorm reset evaluation license/period

PhpStorm reset evaluation license/period

Make sure to export/import your settings through File -> Manage IDE settings before/after

Windows 10

  1. Close PHPStorm
  2. Run these in PowerShell to remove PhpStorm configuration:
Remove-Item '.\AppData\Local\Jetbrains\PhpStorm*'
Remove-Item '.\AppData\Roaming\Jetbrains\PhpStorm*'
  1. Go to your registry editors' path: Computer\HKEY_CURRENT_USER\SOFTWARE\JavaSoft\Prefs\jetbrains\phpstorm
  2. Remove all inner folders.
  3. Relaunch PHPStorm
@alexsouzadobrasil
Copy link

image
work for me :) win10 2021.2.1 thanks!

@jesuscamejo85
Copy link

Thanks! All is fine, but all plugins are lost... win10 2021.2.2

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