on error resume next
dim vol_prod_key
if wscript.arguments.count<1 then
vol_prod_key=inputbox("powered by cat's eye"&vbcr&vbcr&" 本程式將自動替換你當前 windows 的序列號,通過微軟驗證完全正版。"&vbcr&vbcr&"序列號(oem版無效,預設版本為 xp vlk):","windows xp序列號自動更換器","mrx3f-47b9t-2487j-kwkmf-rpwby")
if vol_prod_key="" then
wscript.quit
end if
else
vol_prod_key = wscript.arguments.item(0)
end if
vol_prod_key = replace(vol_prod_key,"-","") 'remove hyphens if any
for each obj in getobject("winmgmts:").instancesof ("win32_windowsproductactivation")
result = obj.setproductkey (vol_prod_key)
if err = 0 then
wscript.echo "ok!去微軟驗證吧!"
end if
if err <> 0 then
wscript.echo "替換失敗!輸入的 cd-key 與當前的版本不匹配。"
err.clear
end if
next
解決IE7安裝驗證問題
今天下了個ie7,安裝,沒想到公司的windows copy居然是d版的,ft 在網上搜了一下解決方法,給大家分享一下。1.拷貝以下 並另存為key.vbs onerror resume next dimvol prod key ifwscript.arguments.count 1then vol...
IE7使用技巧
下面是我的internet explorer 7的一些使用心得,寫出來與大家共享,都是一些基本的設定,滿足一般的生活上網瀏覽使用 1 常用基本快捷鍵 更多請參考或者ie的幫助文件 選項卡 開啟新的選項卡 ctrl t 開啟快速選項卡檢視 ctrl q 切換到下乙個選項卡 ctrl tab 側欄 開啟...
IE8採用IE7模式
x ua compatible是針對ie8新加的乙個設定,對於ie8之外的瀏覽器是不識別的,這個區別與 content ie 7 在無論頁面是否包含指令,都像是使用了 windows internet explorer 7的標準模式。而content ie emulateie7 模式遵循指令。對於多...