Skip to content

Instantly share code, notes, and snippets.

@jayfreddy1994
Forked from AlexRee/avreset.reg
Created May 27, 2023 21:02
Show Gist options
  • Save jayfreddy1994/70a4e6de74cac761f3d12ed553a449c0 to your computer and use it in GitHub Desktop.
Save jayfreddy1994/70a4e6de74cac761f3d12ed553a449c0 to your computer and use it in GitHub Desktop.
ESET AV/ESS 9 Trial reset
Windows Registry Editor Version 5.00
; Tested quickly with ESET AV 9 and ESET Smart Security below > 9.0.375.0.
; You need to disable "self-defense" in order to stop ESET's protection service which prevents registry modifications (you can re-enable it later).
; Also terminate egui.exe process from taskmanager - IMPORTANT!
; Save as anything.reg (select all filetypes)
; Start ESET and activate as new trial!
[HKEY_LOCAL_MACHINE\SOFTWARE\ESET\ESET Security\CurrentVersion\Info]
"ActivationData"=""
"WebSeatId"=""
"WebActivationState"=dword:00000000
"WebLicensePublicId"=""
"WebClientComputerName"=""
[HKEY_LOCAL_MACHINE\SOFTWARE\ESET\ESET Security\CurrentVersion\Plugins\01000600\settings\DistPackage\AppSettings]
"ActOptions"=dword:00000025
"@ActOptions"=hex(b):00,00,00,00,00,00,00,00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment