The purpose of this script is to reset the 14-day trial period of Malwarebytes Premium. It achieves this by modifying a certain registry key associated with the software used for identifing its users.
Note
Important
- If you get a
UnauthorizedAccesserror when attempting to run the.ps1file you must change your execution policy. - Run
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Forcebefore running the.ps1file.


