Home > Development Tools > phpstorm > How to activate phpstorm when it expires

How to activate phpstorm when it expires

爱喝马黛茶的安东尼
Release: 2019-08-08 10:11:05
Original
4073 people have browsed it

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/)
Copy after login

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
Copy after login

JetbrainsCrack.jar file storage address :

D:\Program Files\JetBrains\PhpStorm 2018.1\bin\JetbrainsCrack.jar
Copy after login

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
Copy after login

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}
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template