# Bypass Windows 7 ESU

* A project to bypass Windows 7 Extended Security Updates eligibility check

- The ESU eligibilty is only checked during update installation,  
therefore, you can choose to keep the bypass installed, or remove it afterwards.

However, you may consider this as prototype, based on tests with update KB4528069,  
things may change on February 2020

## Important Note:

* ESU updates are not supported offline (you cannot integrate them), it must be installed online on live system.

## More Info

- Kurwica:

an Avrf (Application Verifier) provider for TrustedInstaller.exe that hooks and change these functions:

slc.dll - SLGetWindowsInformationDWORD: return a true value for ESU licensing policies

kernel32.dll - GetProductInfo: return the system SKU ID, Professional for Client editions and ServerStandard for Server editions.

* Source code included in bin\src folder

## Credits

* Script pack: abbodi1406  
* SlcShim    : anonymous  
* Kurwica    : mspaintmsi
* superUser  : [mspaintmsi](https://github.com/mspaintmsi/superUser)
