Home  >  Article  >  Development Tools  >  How to activate phpstorm if it has expired?

How to activate phpstorm if it has expired?

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼forward
2019-08-14 09:42:118313browse

How to activate phpstorm if it has expired?

Activation steps for phpstorm:

1. Install phpstorm. Please download the installation package from the official website.

http://www.jetbrains.com/phpstorm/download/

2. Download the JetbrainsCrack.jar file, store it in the same directory as your phpstorm execution file, and download JetbrainsCrack.jar Extraction code: sq1n

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. Directory at the same level as the phpstorm execution file Find the phpstorm.exe.vmoptions, phpstorm64.exe.vmoptions files and edit them (both files can be added at the same time, or you can choose the corresponding file according to the 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, select Activation code when registering, 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}

5. Done

The above is the detailed content of How to activate phpstorm if it has expired?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:csdn.net. If there is any infringement, please contact admin@php.cn delete