Home > Article > Development Tools > How to activate phpstorm when it expires
1. Install phpstorm. Please download the installation package from the official website.
[http://www.jetbrains.com/phpstorm/download/](http://www.jetbrains.com/phpstorm/download/)
2. Download the JetbrainsCrack.jar file and store it in the same directory as your phpstorm execution file.
https://github.comDownload JetbrainsCrack.jar
For example, my execution file directory is:
D:\Program Files\JetBrains\PhpStorm 2018.1\bin\phpstorm.exe
JetbrainsCrack.jar file storage address :
D:\Program Files\JetBrains\PhpStorm 2018.1\bin\JetbrainsCrack.jar
Related recommendations: "PhpStorm Usage Tutorial"
3. Find the phpstorm.exe.vmoptions, phpstorm64.exe.vmoptions files in the same directory as the phpstorm execution file and merge them Edit (two files can be added at the same time, or you can choose the corresponding file according to system requirements)
Append code at the end of the file and introduce the JetbrainsCrack.jar file:
-javaagent:D:\Program Files\JetBrains\PhpStorm 2018.1\bin\JetbrainsCrack.jar
4. Start phpstorm and register Select Activation code, copy the following content into the edit box, and click OK.
ThisCrackLicenseId-{"licenseId":"ThisCrackLicenseId","licenseeName":"Admin","assigneeName":"", "assigneeEmail":"Lycan@gmail.com","licenseRestriction":"Admin","checkConcurrentUse":false,"products":[ {"code":"II","paidUpTo":"2099-12-31"}, {"code":"DM","paidUpTo":"2099-12-31"}, {"code":"AC","paidUpTo":"2099-12-31"}, {"code":"RS0","paidUpTo":"2099-12-31"}, {"code":"WS","paidUpTo":"2099-12-31"}, {"code":"DPN","paidUpTo":"2099-12-31"}, {"code":"RC","paidUpTo":"2099-12-31"}, {"code":"PS","paidUpTo":"2099-12-31"}, {"code":"DC","paidUpTo":"2099-12-31"}, {"code":"RM","paidUpTo":"2099-12-31"}, {"code":"CL","paidUpTo":"2099-12-31"}, {"code":"PC","paidUpTo":"2099-12-31"} ],"hash":"2911276/0","gracePeriodDays":7,"autoProlongated":false}
The above is the detailed content of How to activate phpstorm when it expires. For more information, please follow other related articles on the PHP Chinese website!