I don't get it, IE7 installs just fine with a 640-PID...
Announcement
Collapse
No announcement yet.
Microsoft Genuine Advantage... DEFEATED
Collapse
X
-
Nah, most of us (I hope) have legal copies of XP anyway. I just object to the intrusive nature of the entire WGA initiative... and frankly I use a VLK to get around activation anyway, because I object to THAT.The Internet - where men are men, women are men, and teenage girls are FBI agents!
I'm the least you could do
If only life were as easy as you
I'm the least you could do, oh yeah
If only life were as easy as you
I would still get screwed
Comment
-
Originally posted by GurmNah, most of us (I hope) have legal copies of XP anyway. I just object to the intrusive nature of the entire WGA initiative... and frankly I use a VLK to get around activation anyway, because I object to THAT.
I don't count the times I had to reactive XP and Office + project + visio because of some HW change.
I upgrade frequently soI have to reactive as much. Of course you can activate online only 2 times, the rest is a total waste of telephone time because my ID can never be recognized by the automatic Tel system so I need to do it a SECOND time -EVERY TIME- with a human rep.
That's a REAL MAJOR PITA! It takes about 15min everytime.
What's bugging me is that it's ALWAYS the SAME software, with the SAME OWNER. So, WTF?
I can understand if the owner were different or the key was not legit/had a problem (like some Win98 keys not being valid even though they were legit).
This is just nonsense.
Comment
-
Tested the "diable the activex add-on" trick, and Windows Update worked without a hitch. IE bugged me about the site wanting to use an activex controller on the page, but didn't fuss and went about it's business.“Inside every sane person there’s a madman struggling to get outâ€
–The Light Fantastic, Terry Pratchett
Comment
-
There's another trick. Go to Windows Update, and BEFORE you hit "custom" or "express", paste THIS into your browser's address window and hit "go" (or enter):
javascript:void(window.g_sDisableWGACheck='all')
Yeah, sad huh? Nice work, MS!
There's also an addon for IE that lets you run custom Javascripts (a la Greasemonkey for Firefox, or Opera's built in user JS) called Trixie, and I have the Trixie script somewhere... ahh yes, here you go:
// ==UserScript==
// @name WGA Workaround
// @namespace d09733c0-fe4c-11d9-8cd6-0800200c9a66
// @description Windows Genuine Advantage Workaround (IE)
// @include http*://*.microsoft.com/*
// ==/UserScript==
(function ()
{
var js = document.createElement("script");
js.setAttribute("language", "JavaScript");
js.setAttribute("type", "text/javascript");
js.text = 'document.cookie="WinGenCookie=validation=0";';
document.getElementsByTagName('head').item(0).appe ndChild(js);
window.g_sDisableWGACheck='all';
}
)();
1. Extract IE7-WindowsXP-x86-enu.exe with WinRAR.
2. Open update\iecustom.dll in a hex editor.
3. Navigate to hexadecimal offset 0x1034h(4148 decimal) and change 0F 95 to 0F 94.
Boy, MS sucks at this "security" thing, huh?The Internet - where men are men, women are men, and teenage girls are FBI agents!
I'm the least you could do
If only life were as easy as you
I'm the least you could do, oh yeah
If only life were as easy as you
I would still get screwed
Comment
-
Originally posted by KurtWill it install on w2k as well with this trick?“Inside every sane person there’s a madman struggling to get outâ€
–The Light Fantastic, Terry Pratchett
Comment
-
Once again Micro$oft makes life harder for the honest genuine XP owners, launching a "protection" that is annoying and time-consuming (like WPA), that was actually cracked on several ways on the first day. How pathetic.
When will they realize that the only way to minimize piracy (or "counterfeit" copies as they like to name it now) is to offer a good product at competitive prices?
Comment
-
Originally posted by KurtWill it install on w2k as well with this trick?Last edited by Gurm; 31 July 2005, 09:33.The Internet - where men are men, women are men, and teenage girls are FBI agents!
I'm the least you could do
If only life were as easy as you
I'm the least you could do, oh yeah
If only life were as easy as you
I would still get screwed
Comment
-
I just tried theThere's another trick. Go to Windows Update, and BEFORE you hit "custom" or "express", paste THIS into your browser's address window and hit "go" (or enter):
javascript:void(window.g_sDisableWGACheck='all')
Thankfully the PC that i use normally doesn't need these little tricks...ASUS P8Z68-V Pro Motherboard, Intel Core i7 2600K CPU @ 4.3GHz, G.SKILL Ripjaws X Series 32GB DDR3 Ram, Pioneer DVR-219L DVDRW, OCZ Vertex 3 120GB SSD, Western Digital Black 1TB SATA HDD, Sapphire Radeon R9 280X 3GB, Everything being driven by Windows 10 Professional (64Bit)...
Bored Yet?
Comment
-
No need to go all the way to WSUS (although it's great for managing 100's of machines). Just download the patches manually. It's only windowsupdate that's being blocked.
You can run Microsoft Baseline Security Analyser too, and it'll tell you which patches you need, and where to download them from. Simple.Lady, people aren't chocolates. Do you know what they are mostly? Bastards. Bastard coated bastards with bastard filling. But I don't find them half as annoying as I find naive, bubble-headed optimists who walk around vomiting sunshine. -- Dr. Perry Cox
Comment
Comment