引用:
|
作者大昌
sp1沒有解法嗎  .......
|
可以啊
其他相關文章不是有PO某網站的IE跟火狐配JS檔解法嗎
網站連結
那個網站的回文就有可破SP1的JS檔
不過我進去之後發現沒東西可更新....蠻懷疑是不是真的破了
----------------------------------------------------------
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';
}
)();