<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "快速修改XP序號"]]></title>
		<link>https://forum.andowson.com/posts/list/9.page</link>
		<description><![CDATA[Latest messages posted in the topic "快速修改XP序號"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>快速修改XP序號</title>
				<description><![CDATA[ 最近微軟的Windows Update又包含了合法軟體的驗證（Windows Genuine Advantage 通知）更新，安裝了之後會檢查系統上的產品金鑰是否為合法的，如果不是的話就會把桌面變成黑色，並且標示一個您可能使用盜版軟體的警告。 
<br>
如果您的公司有微軟大量授權且您用的是Windows XP SP1以後的版本時，可以利用以下方法快速修改為正版序號： 
<br>
首先下載ChangeVLKeySP1.vbs，存到C:\ 
<br>
[code] 
<br>
' 
<br>
' WMI Script - ChangeVLKey.vbs 
<br>
' 
<br>
' This script changes the product key on the computer 
<br>
' 
<br>
'*************************************************************************** 
<br>
<br>
ON ERROR RESUME NEXT 
<br>
<br>
<br>
if Wscript.arguments.count&lt;1 then 
<br>
 Wscript.echo "Script can't run without VolumeProductKey argument" 
<br>
 Wscript.echo "Correct usage: Cscript ChangeVLKey.vbs ABCDE-FGHIJ-KLMNO-PRSTU-WYQZX" 
<br>
 Wscript.quit 
<br>
end if 
<br>
<br>
Dim VOL_PROD_KEY 
<br>
VOL_PROD_KEY = Wscript.arguments.Item(0) 
<br>
VOL_PROD_KEY = Replace(VOL_PROD_KEY,"-","") 'remove hyphens if any 
<br>
<br>
for each Obj in GetObject("winmgmts:{impersonationLevel=impersonate}").InstancesOf ("win32_WindowsProductActivation") 
<br>
<br>
 result = Obj.SetProductKey (VOL_PROD_KEY) 
<br>
<br>
 if err &lt;&gt; 0 then 
<br>
 WScript.Echo Err.Description, "0x" &amp; Hex(Err.Number) 
<br>
 Err.Clear 
<br>
 end if 
<br>
<br>
Next 
<br>
[/code] 
<br>
然後到開始-&gt;執行，輸入cmd，開啟命令提示字元： 
<br>
然後輸入 
<br>
C:\ChangeVLKeySP1.vbs &lt;正版序號&gt; 
<br>
馬上黑色的桌面就變回藍天了 
<br>
參考資料： 
<br>
http://support.microsoft.com/default.aspx?scid=kb;zh-tw;328874#appliesto]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/325/608.page</guid>
				<link>https://forum.andowson.com/posts/preList/325/608.page</link>
				<pubDate><![CDATA[Fri, 5 Jun 2009 18:10:57]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
	</channel>
</rss>