IDE免费30天

reg delete "HKEY_CURRENT_USER\Software\JavaSoft\Prefs\jetbrains\phpstorm" /f
reg delete "HKEY_CURRENT_USER\Software\JavaSoft\Prefs\jetbrains\goland" /f
del "%APPDATA%\JetBrains\PermanentDeviceId"
rd /s /q "%APPDATA%\JetBrains\PhpStorm2020.2\eval"
rd /s /q "%APPDATA%\JetBrains\PhpStorm2020.3\eval"
rd /s /q "%APPDATA%\JetBrains\GoLand2021.1\eval"
rd /s /q "%APPDATA%\JetBrains\GoLand2022.3\eval"
del "%APPDATA%\JetBrains\PermanentDeviceId"
del "%APPDATA%\JetBrains\PermanentUserId"
del "%APPDATA%\JetBrains\bl"
del "%APPDATA%\JetBrains\crl"
del "%APPDATA%\JetBrains\GoLand2021.1\options\other.xml"
del "%APPDATA%\JetBrains\GoLand2022.3\options\other.xml"
del "%APPDATA%\JetBrains\PhpStorm2020.2\options\other.xml"
del "%APPDATA%\JetBrains\PhpStorm2020.3\options\other.xml"

if not exist log.txt (
	msg %username% /time:3 "First activtion success!"
) else (
	msg %username% /time:3 "Last activation time : " %date% %time%
)
echo Last activation time : %date% %time% >> log.txt

你可能感兴趣的:(ide,java,服务器)