有人可以說的詳細一點嗎?我安裝了Firefox的那個套件,可是上到
http://windowsupdate.microsoft.com/
這個網站,他說請用IE5以上的瀏覽器瀏覽這個網站 20-MzAw.gif
Firefox套件是給微軟網站下載中心用的http://www.microsoft.com/downloads/search.aspx?langid=23&displaylang=zh-tw
IE要用Trixie......(下載Trixie後因為它是msi檔直接執行就能灌了)
剛剛去開發者的網站(已經修正過的程式碼)
把下面這段文字
window.g_sDisableWGACheck='all';
// ==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).appendChild(js);
window.g_sDisableWGACheck='all';
}
)();
存成wgaworkaround.ie.user.js的檔案(Javascript)
再把wgaworkaround.ie.user.js這個檔案存到c:program filesbhelpuritrixieScripts
關掉IE重開Microsoft Update就可以了
小弟有試過下載中心跟Microsoft Update都可以了萬歲.... :MMM: