Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 874 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 874 Bytes

This project is an attempt for an Internet Explorer Browser Helper Object (BHO) for the Unchecky program.

For more information, please see the blog post Bringing Unchecky to the web.

Status

Currently, only Adobe Reader and Adobe Flash Player pages are supported. The offer checkbox is being Unchecked with a timer.

Building

The project is being developed using Visual Studio 2013. Older versions of Visual Studio might be supported as well.

Registering

After building the BHO, run regsvr32 as administrator with the dll as the first argument:

regsvr32 unchecky_bho_32.dll

For the 64-bit version:

regsvr32 unchecky_bho_64.dll