View Single Post
Old 08-06-2005, 11:31 AM   #8
hacker
Technology Mercenary
hacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with othershacker plays well with others
 
hacker's Avatar
 
Posts: 617
Karma: 2561
Join Date: Feb 2003
Location: East Lyme, CT
Device: Direct Neural Implant
The easiest way to avoid this is to simply disable the ActiveX plugin "Windows Geniune Advantage" in Internet Explorer. No Javascript hacks, no registry hacks required.

Just turn off the check. Tools -> Manage Add-Ins -> Windows Genuine Advantage -> Disable. Done.

Now the problem is... how do we know that Microsoft isn't sending different information when you disable the check? Something like:

Code:
 if (check_enabled) {
      user_decides(); 
    elseif (check_disabled) {
      send_reginfo_to_microsoft(username,key,address);
    }
hacker is offline   Reply With Quote