Skip to content

Instantly share code, notes, and snippets.

View MrPaXe's full-sized avatar

Philipp MrPaXe

  • Austria
  • 13:24 (UTC +02:00)
View GitHub Profile
@MrPaXe
MrPaXe / JetBrainsTrial.bat
Last active April 24, 2025 08:13
Infinite Jetbrains Resharper trial
:: This bat file can be used to renew Resharper C# and Resharper C++ every time it runs out
:: It most likely works for all Jetbrains tools, however, I did not test this.
:: I was not able to find the original author for the reg key and the folders that needs to be deleted so if that is you feel free to reach out for credit
@echo off
setlocal enableDelayedExpansion
:confirm
echo Did you stop all Jetbrains services?
echo Jetbrains toolbox AND any other tool using it such as Rider, Visual Studio, ...