How to activate phpstorm if it has expired?

爱喝马黛茶的安东尼
Release: 2019-08-14 09:42:11
forward
8430 people have browsed it

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

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

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!

Related labels:
source:csdn.net
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!