<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>蘇老碎碎唸 &#187; Vista</title>
	<atom:link href="http://www.askasu.idv.tw/index.php/tag/vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askasu.idv.tw</link>
	<description>資訊無涯，回頭已不見岸！</description>
	<lastBuildDate>Wed, 01 Feb 2012 14:51:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://www.askasu.idv.tw/wp-includes/js/jquery/jquery.js?ver=1.4.4'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>如何增加分享印表機至自動掃描頁面的清單中</title>
		<link>http://www.askasu.idv.tw/index.php/2011/12/12/1782/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e5%25a6%2582%25e4%25bd%2595%25e5%25a2%259e%25e5%258a%25a0%25e5%2588%2586%25e4%25ba%25ab%25e5%258d%25b0%25e8%25a1%25a8%25e6%25a9%259f%25e8%2587%25b3%25e8%2587%25aa%25e5%258b%2595%25e6%258e%2583%25e6%258f%258f%25e9%25a0%2581%25e9%259d%25a2%25e7%259a%2584%25e6%25b8%2585%25e5%2596%25ae%25e4%25b8%25ad</link>
		<comments>http://www.askasu.idv.tw/index.php/2011/12/12/1782/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 06:54:01 +0000</pubDate>
		<dc:creator>AskaSu</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Server 2008 R2]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.askasu.idv.tw/?p=1782</guid>
		<description><![CDATA[微軟從 Vista 開始，其實多了一些貼心的小設計，像新增印表機時選擇「新增網路、無線或 Bluetooth 印表機」，就會自動列出網路上現有的印表機。不用像過去，使用者還要詢問 IT 人員，公司的公用印表機如何新增，或者是在哪些電腦主機上有分享。 但前陣子在測試新建立的列印伺服器時，卻發現新增的分享印表機一直沒有出現在這清單中，研究測試了兩三個小時，一直朝著是網芳廣播或分享設定出了問題，而且全關防火牆也是一樣的情況。 後來靜下來決定反方向思考，如果是要阻止這清單的產生呢？果然用關鍵字在美國 TechNet 論壇找到這篇討論文章：Disable auto search for printer in Add Printer wizard，接著又找到最關鍵的：Add a Printer wizard doesn't show any printers，裡面提到：「By default only 20 printers are listed in Add printer」。 所以不是小弟人品不好，原來這清單由於群組原則的設定，預設只會出現 20 台。如果要修改，請開啟群組原則管理編輯「Default Domain Policy」，依照下圖位置「電腦設定\原則\系統管理範本\印表機」找到「新增印表機精靈 - 網路掃描頁 (受管理的網路)」。 該項目的說明就提到，預設只會顯示 20 台列入目錄的分享印表機。 所以要解決這問題，就是啟用該設定，並修改成你希望的數字。 果然在改完後，新建列印伺服器 (ITPR) 所分享的印表機都正常顯示了，而且連使用者亂分享並列入目錄的都出現了啊!!! 要特別注意的是，這個群組原則項目因為是 Vista 以後新增的，所以網域假使仍在 Server 2003 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://img.askasu.idv.tw/2011/1202/client-add-printer-wizard1.jpg" class="highslide-image" onclick="return hs.expand(this);"></a><a href="http://img.askasu.idv.tw/2011/1202/client-add-printer-wizard.jpg" class="highslide-image" onclick="return hs.expand(this);"></a></p>
<p><a href="http://img.askasu.idv.tw/2011/1208/client-add-printer-wizard.jpg" class="highslide-image" onclick="return hs.expand(this);"></a></p>
<p><a href="http://img.askasu.idv.tw/2011/1212/add-printer-wizard-network-scan-page-default.jpg" class="highslide-image" onclick="return hs.expand(this);"></a><a href="http://img.askasu.idv.tw/2011/1212/add-printer-auto-list-all.jpg" class="highslide-image" onclick="return hs.expand(this);"></a><a href="http://img.askasu.idv.tw/2011/1212/client-add-printer-wizard.jpg" class="highslide-image" onclick="return hs.expand(this);"><img class="alignnone size-thumbnail wp-image-1794" src="http://img.askasu.idv.tw/2011/1212/client-add-printer-wizard-550x403.jpg" alt="" width="550" height="403" /></a></p>
<p>微軟從 Vista 開始，其實多了一些貼心的小設計，像新增印表機時選擇「新增網路、無線或 Bluetooth 印表機」，就會自動列出網路上現有的印表機。不用像過去，使用者還要詢問 IT 人員，公司的公用印表機如何新增，或者是在哪些電腦主機上有分享。</p>
<p><a href="http://img.askasu.idv.tw/2011/1212/add-printer-auto-list.jpg" class="highslide-image" onclick="return hs.expand(this);"><img class="alignnone size-thumbnail wp-image-1795" src="http://img.askasu.idv.tw/2011/1212/add-printer-auto-list-550x403.jpg" alt="" width="550" height="403" /></a></p>
<p><a href="http://img.askasu.idv.tw/2011/1208/add-printer-auto-list.jpg" class="highslide-image" onclick="return hs.expand(this);"></a></p>
<p>但前陣子在測試新建立的列印伺服器時，卻發現新增的分享印表機一直沒有出現在這清單中，研究測試了兩三個小時，一直朝著是網芳廣播或分享設定出了問題，而且全關防火牆也是一樣的情況。</p>
<p><span id="more-1782"></span>後來靜下來決定反方向思考，如果是要阻止這清單的產生呢？果然用關鍵字在美國 <a href="http://social.technet.microsoft.com/Forums/en-US/categories" target="_blank">TechNet 論壇</a>找到這篇討論文章：<a href="http://social.technet.microsoft.com/Forums/ar/winserverGP/thread/625eab7f-a818-4bc1-94de-bcde4b7f4d01" target="_blank">Disable auto search for printer in Add Printer wizard</a>，接著又找到最關鍵的：<a href="http://social.technet.microsoft.com/Forums/en-US/w7itprohardware/thread/257590ec-62cf-400d-9cfb-8a121323c602/" target="_blank">Add a Printer wizard doesn't show any printers</a>，裡面提到：「<strong>By default only 20 printers are listed in Add printer</strong>」。</p>
<p>所以不是小弟人品不好，原來這清單由於群組原則的設定，預設只會出現 20 台。如果要修改，請開啟群組原則管理編輯「Default Domain Policy」，依照下圖位置「<strong>電腦設定</strong>\<strong>原則</strong>\<strong>系統管理範本</strong>\<strong>印表機</strong>」找到「<strong>新增印表機精靈 - 網路掃描頁 (受管理的網路)</strong>」。<br />
<a href="http://img.askasu.idv.tw/2011/1212/group-policy-setting-add-printer-wizard-network-scan-page.jpg" class="highslide-image" onclick="return hs.expand(this);"><img class="alignnone size-thumbnail wp-image-1798" src="http://img.askasu.idv.tw/2011/1212/group-policy-setting-add-printer-wizard-network-scan-page-550x384.jpg" alt="" width="550" height="384" /></a></p>
<p>該項目的說明就提到，預設只會顯示 20 台列入目錄的分享印表機。<br />
<a href="http://img.askasu.idv.tw/2011/1212/add-printer-wizard-network-scan-page-default.jpg" class="highslide-image" onclick="return hs.expand(this);"><img src="http://img.askasu.idv.tw/2011/1212/add-printer-wizard-network-scan-page-default.jpg" alt="" width="399" height="389" /></a></p>
<p>所以要解決這問題，就是啟用該設定，並修改成你希望的數字。<br />
<a href="http://img.askasu.idv.tw/2011/1212/add-printer-wizard-network-scan-page.jpg" class="highslide-image" onclick="return hs.expand(this);"><img class="alignnone size-thumbnail wp-image-1800" src="http://img.askasu.idv.tw/2011/1212/add-printer-wizard-network-scan-page-550x502.jpg" alt="" width="550" height="502" /></a></p>
<p>果然在改完後，新建列印伺服器 (ITPR) 所分享的印表機都正常顯示了，而且連使用者亂分享並列入目錄的都出現了啊!!!<br />
<a href="http://img.askasu.idv.tw/2011/1212/add-printer-auto-list-all.jpg" class="highslide-image" onclick="return hs.expand(this);"><img src="http://img.askasu.idv.tw/2011/1212/add-printer-auto-list-all-550x403.jpg" alt="" width="550" height="403" /></a></p>
<p>要特別注意的是，這個群組原則項目因為是 Vista 以後新增的，所以網域假使仍在 Server 2003 所建構起的環境，請在網域中加入一台 Server 2008 以上的網域控制站，從此用該台網域控制站去管理現有環境的群組原則<span style="color: #ffffff;"><del>，否則找到吐都看不到這項目</del></span>；或者，利用一台已加入網域的 Vista / Win7 / Server 2008 /Server 2008 R2，並使用有權限的帳號登入後，用該台電腦去管理網域的群組原則，同樣能達成管理新項目的目的。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.askasu.idv.tw/index.php/2011/12/12/1782/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>真的快好厲害，IE9正式版快下載</title>
		<link>http://www.askasu.idv.tw/index.php/2011/03/15/1344/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e7%259c%259f%25e7%259a%2584%25e5%25bf%25ab%25e5%25a5%25bd%25e5%258e%25b2%25e5%25ae%25b3%25ef%25bc%258cie9%25e6%25ad%25a3%25e5%25bc%258f%25e7%2589%2588%25e5%25bf%25ab%25e4%25b8%258b%25e8%25bc%2589</link>
		<comments>http://www.askasu.idv.tw/index.php/2011/03/15/1344/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 08:39:02 +0000</pubDate>
		<dc:creator>AskaSu</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Server 2008 R2]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.askasu.idv.tw/?p=1344</guid>
		<description><![CDATA[對我來說，這應該是比 Windows 7 SP1 釋出還更令人值得興奮的事情， 使用起來有多快？裝起來就知道囉~~ Internet Explorer 9 正式版下載連結 ( WinXP 謝謝不再聯絡 ) ： 適用於 Windows 7 / Server 2008R2 繁體中文版 64bit , 32bit 適用於 Windows Vista / Server 2008 繁體中文版 64bit , 32bit 全語系及版本下載選擇頁面 下載回來後，從這邊可以發現，IE9 RTM 版號確認為 9.0.8112.16421。 據說有安裝 Beta 或 RC 版的 IE9 是不需要做反安裝，剛好手邊有安裝了 IE9 Beta 版的 Vista 測試機，本著人溺己溺的精神 (!?)，理所當然要拿來餵他吃看看。 安裝過程採無腦式，也就是按下一步就對了。 看來，安裝過程仍需要透過網路下載部分元件。 [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.askasu.idv.tw/album/2011/0315/ie9_beautyweb.jpg" alt="" /></p>
<p>對我來說，這應該是比 <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c3202ce6-4056-4059-8a1b-3a9b77cdfdda&amp;displayLang=zh-tw" target="_blank">Windows 7 SP1</a> 釋出還更令人值得興奮的事情，<br />
使用起來有多快？裝起來就知道囉~~ <img src='http://www.askasu.idv.tw/wp-includes/images/smilies/msn_laugh.png' alt='/:D/' class='wp-smiley' /> </p>
<p>Internet Explorer 9 正式版下載連結 ( <strong><span style="color: #ff0000;">WinXP 謝謝不再聯絡</span></strong> ) ：<br />
適用於 Windows 7 / Server 2008R2 繁體中文版<br />
<a href="http://download.microsoft.com/download/A/5/D/A5DEFA54-3403-474E-B377-ECBEE3B0D491/IE9-Windows7-x64-cht.exe" target="_blank">64bit</a> , <a href="http://download.microsoft.com/download/8/3/5/83553D62-56FA-4CEB-AE38-7947D28DB3EA/IE9-Windows7-x86-cht.exe" target="_blank">32bit</a><br />
適用於 Windows Vista / Server 2008 繁體中文版<br />
<a href="http://download.microsoft.com/download/7/6/8/768C2D41-EF0F-49B9-AF5C-9D8F57EAC6FE/IE9-WindowsVista-x64-cht.exe" target="_blank">64bit</a> , <a href="http://download.microsoft.com/download/3/1/4/31448EA9-61D9-4737-B507-F088DB11FADB/IE9-WindowsVista-x86-cht.exe" target="_blank">32bit</a></p>
<p>全語系及版本<a href="http://windows.microsoft.com/zh-TW/internet-explorer/downloads/ie-9/worldwide-languages" target="_blank">下載選擇頁面</a></p>
<p><span id="more-1344"></span>下載回來後，從這邊可以發現，IE9 RTM 版號確認為 9.0.8112.16421。<br />
<img src="http://www.askasu.idv.tw/album/2011/0315/ie9setup.jpg" alt="" /></p>
<p>據說有安裝 Beta 或 RC 版的 IE9 是不需要做反安裝，剛好手邊有安裝了 IE9 Beta 版的 Vista 測試機，本著人溺己溺的精神 (!?)，理所當然要拿來餵他吃看看。<br />
<img src="http://www.askasu.idv.tw/album/2011/0315/ie9betainfo.jpg" alt="" /></p>
<p>安裝過程採無腦式，也就是按下一步就對了。<br />
<img src="http://www.askasu.idv.tw/album/2011/0315/ie9install_01.jpg" alt="" /></p>
<p>看來，安裝過程仍需要透過網路下載部分元件。<br />
<img src="http://www.askasu.idv.tw/album/2011/0315/ie9install_02.jpg" alt="" /></p>
<p>語言套件!?<br />
<img src="http://www.askasu.idv.tw/album/2011/0315/ie9install_03.jpg" alt="" /></p>
<p>安裝完畢，準備重開啦。之後有再拿了 Win7 繁中台灣版及 Server 2008 R2 英文版做測試，發現 Vista 及 Win7 繁中版都需要重新開機，但 Server 2008 R2 英文版竟然不需重開就能立即使用，可惜手邊沒有 Win7 英文版可交叉確認，不過猜想跟語系套用有關。<br />
<img src="http://www.askasu.idv.tw/album/2011/0315/ie9install_04.jpg" alt="" /></p>
<p>開機後，首度使用 IE9 即直接顯示<a href="http://windows.microsoft.com/zh-TW/internet-explorer/products/ie-9/welcome-upgrade2" target="_blank">這個頁面</a>，過去 IE8 <span style="font-family: mceinline;"><strike>煩人</strike></span>貼心的首次設定提示也不再出現。<br />
<img src="http://www.askasu.idv.tw/album/2011/0315/ie9inst_start.jpg" alt="" /></p>
<p>再次確認，IE9 正式版本號 9.0.8112.16421。哼哼~下次別想考我這個啦。<br />
<img src="http://www.askasu.idv.tw/album/2011/0315/ie9rtminfo.jpg" alt="" /></p>
<p>如果不喜歡 IE9 想移除也很簡單，到 Windows 的 [開始] -&gt; [控制台] -&gt; [程式和功能] -&gt; [檢視已安裝的更新]，在裡面找到關於 IE9 的更新項目，按滑鼠右鍵即可輕鬆送他上路。<br />
<img src="http://www.askasu.idv.tw/album/2011/0315/ie9_uninst.jpg" alt="" /></p>
<p><strong>推薦延伸閱讀：</strong><br />
<a href="http://windows.microsoft.com/zh-TW/internet-explorer/products/ie/home" target="_blank">Internet Explorer 9 網站</a><br />
<a href="http://www.beautyoftheweb.com/" target="_blank">微軟 Beauty of the Web 網站</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.askasu.idv.tw/index.php/2011/03/15/1344/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 9 Beta 開放下載公測</title>
		<link>http://www.askasu.idv.tw/index.php/2010/09/20/1238/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=internet-explorer-9-beta-%25e9%2596%258b%25e6%2594%25be%25e4%25b8%258b%25e8%25bc%2589%25e5%2585%25ac%25e6%25b8%25ac</link>
		<comments>http://www.askasu.idv.tw/index.php/2010/09/20/1238/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 08:13:58 +0000</pubDate>
		<dc:creator>AskaSu</dc:creator>
				<category><![CDATA[軟體好硬]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[微軟]]></category>

		<guid isPermaLink="false">http://www.askasu.idv.tw/?p=1238</guid>
		<description><![CDATA[萬眾矚目的Microsoft Windows Internet Explorer 9 Beta 終於在日前開放下載使用，如同先前網路上流傳的消息，WindowsXP 的使用者確定是謝謝不再聯絡，IE9 僅支援Vista SP2, Server 2008 SP2 / Win7, Server 2008 R2 版本核心以上的作業系統。 下載網址：快點我進入 安裝方式還算簡單，進入下載頁面後，網站會自動判斷出目前所使用的作業系統及位元版本。 點「立即下載」其實也是可以，只是下載回來的程式應該是屬於WebInstaller，因為檔案只有3.09MB。建議參考上圖說明，點選紅圈處的「其他版本」。 就能進入手動下載的頁面，而且有多國語言及作業系統版本位元的版本可供選擇。 同時，下載到的安裝檔案也會大得多。 安裝過程還算無腦，就只要點「安裝」就開始了。 雖然裝起來很無腦，但點了安裝後，突然想中途取消，竟還找不到「取消鍵」。 另外，這裡的安裝進度列僅供參考，因為我在公司的Vista 電腦進行安裝測試時，IE9 Beta 的安裝進度就像下圖一樣停在那裡很久。 害我還以為安裝過程有錯，正想用工作管理員結束安裝程序時，竟突然跳轉為安裝完成的訊息。 假使在安裝過程有出現異常狀況或缺少的更新， 建議先參考微軟KB2399238 文件：Prerequisites for installing Internet Explorer 9 Beta。 （不建議閱讀中文版說明，因為其中缺少了KB2259539 的更新安裝建議） 在重開機後，直接點選這個跟過去配色略微不同的IE 圖示，映入眼簾的就是嶄新且簡潔的IE9 瀏覽器介面。 不僅畫面簡潔，連首次使用IE9 的設定，也都只有這個畫面。 此外，較常用的功能如「首頁」、「檢視我的最愛、摘要和歷程記錄」及「工具」，都分別整合在右上角的三個小圖示裡。 點擊星形的圖示，即可快速呼叫出「我的最愛」或進一步管理；如果想讓「我的最愛」固定在頁面旁，也只要點擊下圖紅框處的圖示就能完成。對我來說，這三個小圖示的位置配置不錯，對於瀏覽器的操作流暢度有大幅提昇的效果，也不再需要像過去還要特別呼叫出工具列。 再來看一下，在IE9 Beta 裡還有哪些有趣的新特色。 新的索引標籤頁面設計 在開啟新索引標籤後，會自動呈現十個常造訪的頁面或網站，並用色條長度表示造訪的頻率，讓你不用加他牌外掛也能有這功能。 可參考使用速度的IE 附加元件管理工具 [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.askasu.idv.tw/album/20100920/IE9beta.jpg" alt="" /></p>
<p>萬眾矚目的Microsoft Windows Internet Explorer 9 Beta 終於在日前開放下載使用，如同先前網路上流傳的消息，WindowsXP 的使用者確定是謝謝不再聯絡，IE9 僅支援Vista SP2, Server 2008 SP2 / Win7, Server 2008 R2 版本核心以上的作業系統。</p>
<p><strong>下載網址：</strong><a href="http://technet.microsoft.com/zh-tw/ie/default.aspx" target="_blank"><strong>快點我進入</strong></a></p>
<p><span id="more-1238"></span>安裝方式還算簡單，進入下載頁面後，網站會自動判斷出目前所使用的作業系統及位元版本。<br />
<img src="http://www.askasu.idv.tw/album/20100920/ie9beta_dl_others.jpg" alt="" /></p>
<p>點「立即下載」其實也是可以，只是下載回來的程式應該是屬於WebInstaller，因為檔案只有3.09MB。建議參考上圖說明，點選紅圈處的「其他版本」。<br />
<img src="http://www.askasu.idv.tw/album/20100920/ie9beta_webinst.jpg" alt="" /></p>
<p>就能進入手動下載的頁面，而且有多國語言及作業系統版本位元的版本可供選擇。<br />
<img src="http://www.askasu.idv.tw/album/20100920/ie9beta_dl_biginst.jpg" alt="" /></p>
<p>同時，下載到的安裝檔案也會大得多。<br />
<img src="http://www.askasu.idv.tw/album/20100920/ie9beta_dl_biginst_02.jpg" alt="" /></p>
<p>安裝過程還算無腦，就只要點「安裝」就開始了。<br />
<img src="http://www.askasu.idv.tw/album/20100920/ie9beta_inst_step01.jpg" alt="" /></p>
<p>雖然裝起來很無腦，但點了安裝後，突然想中途取消，竟還找不到「取消鍵」。 <img src='http://www.askasu.idv.tw/wp-includes/images/smilies/msn_weird.png' alt='/:S/' class='wp-smiley' /><br />
另外，這裡的安裝進度列<strong>僅供參考</strong>，因為我在公司的Vista 電腦進行安裝測試時，IE9 Beta 的安裝進度就像下圖一樣停在那裡很久。<br />
<img src="http://www.askasu.idv.tw/album/20100920/ie9beta_inst_step02.jpg" alt="" /></p>
<p>害我還以為安裝過程有錯，正想用工作管理員結束安裝程序時，竟突然跳轉為安裝完成的訊息。 <img src='http://www.askasu.idv.tw/wp-includes/images/smilies/msn_oo.gif' alt='/=.=/' class='wp-smiley' /><br />
<img src="http://www.askasu.idv.tw/album/20100920/ie9beta_inst_step03.jpg" alt="" /></p>
<p><strong>假使在安裝過程有出現異常狀況或缺少的更新，<br />
建議先參考微軟KB2399238 文件：</strong><a href="http://support.microsoft.com/kb/2399238/en-us" target="_blank"><strong>Prerequisites for installing Internet Explorer 9 Beta</strong></a><strong>。<br />
（不建議閱讀中文版說明，因為其中缺少了</strong><a href="http://support.microsoft.com/kb/2259539/" target="_blank"><strong>KB2259539</strong></a><strong> 的更新安裝建議）</strong></p>
<p>在重開機後，直接點選這個跟過去配色略微不同的IE 圖示<img src="http://www.askasu.idv.tw/album/20100920/ie9icon.jpg" alt="" />，映入眼簾的就是嶄新且簡潔的IE9 瀏覽器介面。<br />
<img src="http://www.askasu.idv.tw/album/20100920/ie9beta_web_cap.jpg" alt="" /></p>
<p>不僅畫面簡潔，連首次使用IE9 的設定，也都只有這個畫面。 <img src='http://www.askasu.idv.tw/wp-includes/images/smilies/msn_laugh.png' alt='/:D/' class='wp-smiley' /><br />
<img src="http://www.askasu.idv.tw/album/20100920/ie9beta_first_use.jpg" alt="" /></p>
<p>此外，較常用的功能如「首頁」、「檢視我的最愛、摘要和歷程記錄」及「工具」，都分別整合在右上角的三個小圖示裡。</p>
<p>點擊星形的圖示，即可快速呼叫出「我的最愛」或進一步管理；如果想讓「我的最愛」固定在頁面旁，也只要點擊下圖紅框處的圖示就能完成。對我來說，這三個小圖示的位置配置不錯，對於瀏覽器的操作流暢度有大幅提昇的效果，也不再需要像過去還要特別呼叫出工具列。<br />
<img src="http://www.askasu.idv.tw/album/20100920/IE9beta_myfav.jpg" alt="" /></p>
<p>再來看一下，在IE9 Beta 裡還有哪些有趣的新特色。</p>
<p><strong>新的索引標籤頁面設計</strong><br />
在開啟新索引標籤後，會自動呈現十個常造訪的頁面或網站，並用色條長度表示造訪的頻率，讓你不用加他牌外掛也能有這功能。<br />
<img src="http://www.askasu.idv.tw/album/20100920/ie9beta_new_tap_page.jpg" alt="" /></p>
<p><strong>可參考使用速度的IE 附加元件管理工具</strong><br />
在開啟IE9 後，如果下方出現此訊息，可點選「停用附加元件」。<br />
（小弟覺得紅圈處的文字描述應該稍做修改，否則從字面還以為按下去就全部停用了）<br />
<img src="http://www.askasu.idv.tw/album/20100920/ie9beta_goto_addon_advisor.jpg" alt="" /></p>
<p>就能透過這個介面輕鬆得知在瀏覽網站時，哪些附加元件是拖台錢（速度）的兇手。<br />
<img src="http://www.askasu.idv.tw/album/20100920/ie9beta_addon_advisor.jpg" alt="" /></p>
<p><strong>可快速任意拖拉或整合的分頁功能<br />
</strong>假使分頁列裡有某一分頁想要直接變成單一視窗，終於不用像過去還要自己開新視窗貼上原網址。這次只要從該分頁標籤，用滑鼠往下拖拉，立刻變為單一視窗。</p>
<p>想讓多個視窗整合回單一視窗裡也很簡單，只要將該視窗的分頁標籤拖拉至另一個視窗的分頁列上，就能輕鬆大喊「在一起！在一起！」了。<br />
<img src="http://www.askasu.idv.tw/album/20100920/IE9beta-tab2window.jpg" alt="" /></p>
<p><strong>更為智慧的連結搜尋及快速搜尋建議</strong>。<br />
雖然IE8 也有自動搜尋先前網址連結的功能，但個人覺得算<strike>半殘</strike>堪用，到了IE9 這版總算是聰明許多。<br />
<img src="http://www.askasu.idv.tw/album/20100920/IE9beta_search_link.jpg" alt="" /></p>
<p>想要用關鍵字對預設的搜尋引擎做尋找，也不需要像過去輸入至搜尋框裡。只要在網址列中輸入關鍵字，參考下圖就可以做搜尋動作，或直接按下「Enter」鍵也會跳轉到搜尋引擎的結果頁面。<br />
<img src="http://www.askasu.idv.tw/album/20100920/IE9beta_search_quick.gif" alt="" /></p>
<p><strong>較為明確的文件下載描述<br />
</strong>過去從網站上下載文件時，僅有開啟、儲存或取消可供選擇。但現在不僅會告知從何處下載，還會告知開啟的後編輯狀況；避免許多人直接將網路所下載的文件直接開啟並編輯，最後卻找不到該文件的存放位置其實是在暫存區。<br />
<img src="http://www.askasu.idv.tw/album/20100920/ie9beta_dl_remind.jpg" alt="" /></p>
<p>這幾天的貼身使用下來，IE9 Beta 在我感覺還算是蠻穩定的瀏覽器，而且速度比起過去IE6、IE7 升級使用IE8 更明顯快不少。但目前許多網路上討論的錯誤狀況，還是微軟發佈的<a href="http://blogs.technet.com/b/technet_taiwan/archive/2010/09/17/ie-9-beta.aspx" target="_blank">相關KB 知識文件</a>，其實大多是出在從IE9 開始導入的GPU 硬體加速渲染，於Beta 版仍有些相容性的問題。</p>
<p>如果在瀏覽網頁上，仍遇到一些未知的狀況無法解決，除了停用一些已安裝的附加元件做測試外，或許<strong>可以參考下圖，到「網際網路選項」的「進階」標籤頁面，勾選「<span style="color: #ff0000;">使用軟體呈現，而不使用 GPU 呈現</span>」</strong>。</p>
<p>假使看到的選項就已經像下圖一樣是灰階的，可能代表你的電腦硬體無法支援GPU 加速功能，那就給自己一個敗家的理由吧。 <img src='http://www.askasu.idv.tw/wp-includes/images/smilies/msn_tongue.png' alt='/:P/' class='wp-smiley' /><br />
<img src="http://www.askasu.idv.tw/album/20100920/ie9beta_gpu_acc.jpg" alt="" /></p>
<p>最後，如果對於IE9 Beta 有任何<strike>不爽</strike>建議，微軟其實都歡迎大家透過下圖方式，將意見藉由<a href="http://connect.microsoft.com/ie" target="_blank">Microsoft Connect 網站</a>直接回報給開發團隊。不過，記得用英文會比較容易獲得全球各地參與建議的網友們閱讀及認同喔！ <img src='http://www.askasu.idv.tw/wp-includes/images/smilies/msn_smiley.png' alt='/:)/' class='wp-smiley' /><br />
<img src="http://www.askasu.idv.tw/album/20100920/ie9beta_suggest.jpg" alt="" /></p>
<p><strong>推薦延伸閱讀：<br />
</strong><a href="http://windows.microsoft.com/zh-TW/internet-explorer/help/ie-9/whats-new-in-internet-explorer-9" target="_blank">Internet Explorer 9 有哪些新功能？</a><br />
<a href="http://windows.microsoft.com/zh-TW/internet-explorer/products/ie-9/compare" target="_blank">比較 Internet Explorer 9</a><br />
<a href="http://windows.microsoft.com/zh-TW/internet-explorer/help/ie-9/how-do-i-install-or-uninstall-internet-explorer-9" target="_blank">如何安裝或解除安裝 Internet Explorer 9？</a><br />
<a href="http://msdn.microsoft.com/en-us/ie/ff959805.aspx" target="_blank">Release Notes for Internet Explorer 9 Beta</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.askasu.idv.tw/index.php/2010/09/20/1238/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ABR (Activation Backup and Restore) 重灌品牌電腦的好工具</title>
		<link>http://www.askasu.idv.tw/index.php/2009/11/04/808/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=abr-activation-backup-and-restore-%25e9%2587%258d%25e7%2581%258c%25e5%2593%2581%25e7%2589%258c%25e9%259b%25bb%25e8%2585%25a6%25e7%259a%2584%25e5%25a5%25bd%25e5%25b7%25a5%25e5%2585%25b7</link>
		<comments>http://www.askasu.idv.tw/index.php/2009/11/04/808/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 07:17:28 +0000</pubDate>
		<dc:creator>AskaSu</dc:creator>
				<category><![CDATA[軟體好硬]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[軟體]]></category>

		<guid isPermaLink="false">http://www.askasu.idv.tw/?p=808</guid>
		<description><![CDATA[不知道有沒有人跟我一樣，遇到品牌電腦預載的作業系統只是Vista SP1，就會有種衝動想要換成乾淨版本的Vista SP2？ 以我公司近期採購的ASUS BM5320 商用電腦來說，無論清空原有的硬碟資料，改安裝大量授權版或TechNet Plus 版的Vista Business SP2 後，輸入金鑰想上網啟用，只會落得金鑰無效的下場，但其實透過電話向微軟客服報到，還是可以完成啟用。 難道一定要這麼麻煩，要打電話問候微軟才能啟動嗎？其實有一支工具可以快速解決這問題。 請先在重灌電腦前，到directedge.us 網站下載ABR（Activation Backup and Restore）工具，下載時推薦直接下載「ABR-1.0.exe」，因為另一個壓縮檔「ABR-1.0.zip」其實只是把「ABR-1.0.exe」包在裡面而已。而使用的方式也很簡單，將檔案解壓縮至你想要的位置，然後點選「activation_backup」就會快速備份原系統所存放的相關資訊。 完成後，就會在該目錄自動產生兩個檔案，請務必妥善保管好。另外，由於該工具為綠色免安裝版，我會建議該目錄和相關檔案是存放在隨身碟或非系統磁碟裡，以方便重灌後使用。 緊接著，邁向重新安裝之路。要注意的是，安裝過程請勿輸入金鑰，並選擇原預載的作業系統版本，就算你輸入的是機體貼紙上的金鑰，也只會吐出「金鑰無效」的訊息。 以我測試的這台電腦為例，原預設安裝的版本為「Vista Business」，所以在安裝時也需正確選擇。 重灌完成後，會發現作業系統是處於試用狀態。這時，只要回到該工具的所在目錄，並確認先前的備份檔案存在於同一位置，直接點選「activation_restore」，就會自動偵測作業系統是否已啟用，如果沒有就會進行還原動作。 還原完畢！趕緊來確認啟用狀態，果然又是一條好漢，而且連版本都是已含SP2 的Vista Business 啦！ 或許會有人想把這工具當成破解，嘗試用它備份學校或公司所採購的品牌電腦啟用資訊，然後還原到自己在使用電腦上；但實際上，你想得到的微軟也想到了，除非主機板上的BIOS 有相對應的SLIC OEM 資訊，否則就算還原回去，也只是讓你的作業系統變成未啟用狀態。 目前這支工具號稱有支援Windows 7，理論上我也認為是可以使用的，但無奈手邊沒有預載Windows 7 的品牌電腦，所以有待大家測試確認囉！]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.askasu.idv.tw/album/20091104/asusbm5320vistaact.jpg" alt="" /></p>
<p>不知道有沒有人跟我一樣，遇到品牌電腦預載的作業系統只是Vista SP1，就會有種衝動想要換成乾淨版本的Vista SP2？</p>
<p>以我公司近期採購的ASUS BM5320 商用電腦來說，無論清空原有的硬碟資料，改安裝大量授權版或TechNet Plus 版的Vista Business SP2 後，輸入金鑰想上網啟用，只會落得金鑰無效的下場，但其實透過電話向微軟客服報到，還是可以完成啟用。<br />
<img src="http://www.askasu.idv.tw/album/20091104/vistasp2keyfail.jpg" alt="" /></p>
<p>難道一定要這麼麻煩，要打電話問候微軟才能啟動嗎？其實有一支工具可以快速解決這問題。</p>
<p><span id="more-808"></span><strong><span style="color: #ff0000;">請先在重灌電腦前</span>，到</strong><a href="http://directedge.us/content/abr-activation-backup-and-restore" target="_blank"><strong>directedge.us 網站</strong></a><strong>下載ABR（Activation Backup and Restore）工具</strong>，下載時推薦直接下載「<a href="http://directedge.us/files/abr/ABR-1.0.exe" target="_blank">ABR-1.0.exe</a>」，因為另一個壓縮檔「<a href="http://directedge.us/files/abr/ABR-1.0.zip" target="_blank">ABR-1.0.zip</a>」其實只是把「ABR-1.0.exe」包在裡面而已。而使用的方式也很簡單，將檔案解壓縮至你想要的位置，然後點選「<strong>activation_backup</strong>」就會快速備份原系統所存放的相關資訊。<br />
<img src="http://www.askasu.idv.tw/album/20091104/abrbackup01.jpg" alt="" /><br />
<img src="http://www.askasu.idv.tw/album/20091104/abrbackup02.jpg" alt="" /></p>
<p>完成後，就會在該目錄自動產生兩個檔案，<span style="color: #ff0000;"><strong>請務必妥善保管好</strong></span>。另外，由於該工具為綠色免安裝版，我會建議該目錄和相關檔案是存放在隨身碟或非系統磁碟裡，以方便重灌後使用。<br />
<img src="http://www.askasu.idv.tw/album/20091104/abrbackupfiles.jpg" alt="" /></p>
<p>緊接著，邁向重新安裝之路。要注意的是，<strong><span style="color: #ff0000;">安裝過程請勿輸入金鑰</span></strong>，並選擇原預載的作業系統版本，就算你輸入的是機體貼紙上的金鑰，也只會吐出「金鑰無效」的訊息。<br />
<img src="http://www.askasu.idv.tw/album/20091104/installvistabiz01.jpg" alt="" /><br />
<img src="http://www.askasu.idv.tw/album/20091104/installvistabiz02.jpg" alt="" /></p>
<p>以我測試的這台電腦為例，原預設安裝的版本為「Vista Business」，所以在安裝時也需正確選擇。<br />
<img src="http://www.askasu.idv.tw/album/20091104/installvistabiz03.jpg" alt="" /></p>
<p>重灌完成後，會發現作業系統是處於試用狀態。這時，只要回到該工具的所在目錄，並確認先前的備份檔案存在於同一位置，直接點選「<strong>activation_restore</strong>」，就會自動偵測作業系統是否已啟用，如果沒有就會進行還原動作。<br />
<img src="http://www.askasu.idv.tw/album/20091104/abrrestore.jpg" alt="" /></p>
<p>還原完畢！趕緊來確認啟用狀態，果然又是一條好漢，而且連版本都是已含SP2 的Vista Business 啦！ <img src='http://www.askasu.idv.tw/wp-includes/images/smilies/msn_laugh.png' alt='/:D/' class='wp-smiley' /><br />
<img src="http://www.askasu.idv.tw/album/20091104/restorevistaoemact.jpg" alt="" /></p>
<p>或許會有人想把這工具當成破解，嘗試用它備份學校或公司所採購的品牌電腦啟用資訊，然後還原到自己在使用電腦上；但實際上，你想得到的微軟也想到了，除非主機板上的BIOS 有相對應的SLIC OEM 資訊，否則就算還原回去，也只是讓你的作業系統變成未啟用狀態。<br />
<img src="http://www.askasu.idv.tw/album/20091104/asusbm5320slic.jpg" alt="" /></p>
<p>目前這支工具號稱有支援Windows 7，理論上我也認為是可以使用的，但無奈手邊沒有預載Windows 7 的品牌電腦，所以有待大家測試確認囉！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.askasu.idv.tw/index.php/2009/11/04/808/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MSN 相關疑難排除: 在安裝時出現已有MSN而無法安裝新版</title>
		<link>http://www.askasu.idv.tw/index.php/2009/10/25/791/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=msn-%25e7%259b%25b8%25e9%2597%259c%25e7%2596%2591%25e9%259b%25a3%25e6%258e%2592%25e9%2599%25a4-%25e5%259c%25a8%25e5%25ae%2589%25e8%25a3%259d%25e6%2599%2582%25e5%2587%25ba%25e7%258f%25be%25e5%25b7%25b2%25e6%259c%2589msn%25e8%2580%258c%25e7%2584%25a1%25e6%25b3%2595%25e5%25ae%2589%25e8%25a3%259d%25e6%2596%25b0%25e7%2589%2588</link>
		<comments>http://www.askasu.idv.tw/index.php/2009/10/25/791/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 13:10:46 +0000</pubDate>
		<dc:creator>AskaSu</dc:creator>
				<category><![CDATA[軟體好硬]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[XP]]></category>
		<category><![CDATA[微軟]]></category>

		<guid isPermaLink="false">http://www.askasu.idv.tw/?p=791</guid>
		<description><![CDATA[試著手動清除所有Windows Live元件： 01. 請參考三秒練功房的文章「Windows Live 2009 通用移除程式完全版」，自行製作「Uninstall.cmd」反安裝批次檔。（原文誤用三秒練功房作者的程式碼，在這邊向作者致歉。） 02. 將「Uninstall.cmd」檔案放置於桌面。 03. 如果是Vista/Win7的使用者，請以「系統管理者」身分執行該檔。 04. 執行畫面如下圖，過程無需按任何鍵。 05. 完成手動反安裝後，請務必先重開機。 完成上述動作，請再試著安裝MSN。]]></description>
			<content:encoded><![CDATA[<p><strong>試著手動清除所有Windows Live元件：</strong></p>
<p>01. <strong>請參考三秒練功房的文章「<a href="http://www.threesecond.info/v2/modules/xhnewbb/viewtopic.php?topic_id=1643" target="_blank">Windows Live 2009 通用移除程式完全版</a>」</strong>，自行製作「Uninstall.cmd」反安裝批次檔。（<strong><span style="color: #ff0000;">原文誤用三秒練功房作者的程式碼，在這邊向作者致歉。</span></strong>）</p>
<p>02. 將「Uninstall.cmd」檔案放置於桌面。</p>
<p>03. 如果是Vista/Win7的使用者，請以「系統管理者」身分執行該檔。<br />
<img src="http://www.askasu.idv.tw/album/20091025/uninstallcmd.jpg" alt="" /></p>
<p><span id="more-791"></span>04. 執行畫面如下圖，過程無需按任何鍵。<br />
<img src="http://www.askasu.idv.tw/album/20091025/msnuninstcmd01.jpg" alt="" /><br />
<img src="http://www.askasu.idv.tw/album/20091025/msnuninstcmd02.jpg" alt="" /></p>
<p>05. 完成手動反安裝後，<strong><span style="color: #ff0000;">請務必先重開機</span></strong>。<br />
<img src="http://www.askasu.idv.tw/album/20091025/msnuninstcmd03.jpg" alt="" /></p>
<p>完成上述動作，請再試著安裝MSN。 <img src='http://www.askasu.idv.tw/wp-includes/images/smilies/msn_smiley.png' alt='/:)/' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.askasu.idv.tw/index.php/2009/10/25/791/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSN 相關疑難排除: 無法安裝MSN</title>
		<link>http://www.askasu.idv.tw/index.php/2009/10/21/754/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=msn-%25e7%259b%25b8%25e9%2597%259c%25e7%2596%2591%25e9%259b%25a3%25e6%258e%2592%25e9%2599%25a4-%25e7%2584%25a1%25e6%25b3%2595%25e5%25ae%2589%25e8%25a3%259dmsn</link>
		<comments>http://www.askasu.idv.tw/index.php/2009/10/21/754/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 15:45:02 +0000</pubDate>
		<dc:creator>AskaSu</dc:creator>
				<category><![CDATA[Windows Client]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[XP]]></category>
		<category><![CDATA[微軟]]></category>

		<guid isPermaLink="false">http://www.askasu.idv.tw/?p=754</guid>
		<description><![CDATA[方法一：手動下載Windows Live Messenger 2009 完整離線安裝檔後再進行安裝。 請先到Windows Live Messenger 下載頁面 選擇 [下載] 當出現的下載檔名為「wlsetup-custom.exe」，檔案大小為1.07MB 時，請先點選 [取消]。 再點選 [再試一次]，就會變成下載檔名為「wlsetup-all.exe」，大小超過100MB 的檔案。將該檔存放於桌面後，再重新進行安裝動作。 方法二：下載Windows Live Messenger 獨立安裝包。 （為官版分離版，僅含Windows Live Messenger 及Windows Live Call ） 01.  點我下載WLM 2009 獨立安裝包。（目前版本為Build 14.0.8089.726） 02. 將檔案下載於桌面後，輸入解壓密碼「www.askasu.idv.tw」，將檔案進行解壓縮並依序執行01 到04 的檔案。注意！個別檔案安裝完成均不會有提示，但一定要等第一支程式安裝完成，才能執行第二支程式。 上述方法完成後即代表安裝完畢。但由於MSN 安裝程式預設不會將MSN 捷徑放置於桌面，請移駕到下面位置尋找MSN 執行程式： 1. 如果是 Windows Vista 或Windows 7 作業系統，則到 [開始] -&#62; [所有程式] -&#62; [Windows Live] ，就能找到 [Windows Live Messenger] 點選後執行。 [...]]]></description>
			<content:encoded><![CDATA[<p><strong>方法一：手動下載Windows Live Messenger 2009 完整離線安裝檔後再進行安裝。</strong><br />
請先到<a href="http://download.live.com/messenger" target="_blank">Windows Live Messenger 下載頁面</a> 選擇 [下載]<br />
<img src="http://www.askasu.idv.tw/album/20091021/msndownload01.jpg" alt="" /></p>
<p>當出現的下載檔名為「wlsetup-custom.exe」，檔案大小為1.07MB 時，請先點選 [取消]。<br />
<img src="http://www.askasu.idv.tw/album/20091021/msndownload02.jpg" alt="" /></p>
<p><span id="more-754"></span>再點選 [再試一次]，就會變成下載檔名為「wlsetup-all.exe」，大小超過100MB 的檔案。將該檔存放於桌面後，再重新進行安裝動作。<br />
<img src="http://www.askasu.idv.tw/album/20091021/msndownload03.jpg" alt="" /></p>
<p><strong>方法二：下載Windows Live Messenger 獨立安裝包。<br />
（為官版分離版，僅含<span style="color: #ff0000;">Windows Live Messenger</span> 及<span style="color: #ff0000;">Windows Live Call </span>）<br />
</strong><br />
01.  <a href="http://www.askasu.idv.tw/album/20091021/msn9.zip" target="_blank">點我下載</a>WLM 2009 獨立安裝包。（目前版本為Build 14.0.8089.726）</p>
<p>02. 將檔案下載於桌面後，輸入解壓密碼「<a href="http://www.askasu.idv.tw">www.askasu.idv.tw</a>」，將檔案進行解壓縮並依序執行01 到04 的檔案。<span style="color: #ff0000;">注意！個別檔案安裝完成均不會有提示，但一定要等第一支程式安裝完成，才能執行第二支</span><span style="color: #ff0000;">程式。</span><br />
<img src="http://www.askasu.idv.tw/album/20091021/msn9zipcontent.jpg" alt="" /></p>
<p>上述方法完成後即代表安裝完畢。但由於MSN 安裝程式預設不會將MSN 捷徑放置於桌面，請移駕到下面位置尋找MSN 執行程式：</p>
<p>1. 如果是 Windows Vista 或Windows 7 作業系統，則到 [開始] -&gt; [所有程式] -&gt; [Windows Live] ，就能找到 [Windows Live Messenger] 點選後執行。<br />
<img src="http://www.askasu.idv.tw/album/20091021/vistapgmenu.jpg" alt="" /></p>
<p>2. 如果是Windows XP 作業系統，則到 [開始] -&gt; [程式集] -&gt; [Windows Live] ，即可找到 [Windows Live Messenger] 點選後執行。<br />
<img src="http://www.askasu.idv.tw/album/20091021/xppgmenu.jpg" alt="" /></p>
<p>或將你想要的捷徑，按滑鼠右鍵傳送至桌面存放執行。<br />
<img src="http://www.askasu.idv.tw/album/20091021/sendtodesktop.jpg" alt="" /></p>
<p>最後要注意的是，方法2 僅會有Windows Live Messenger 及Windows Live Call。（如上圖）</p>
]]></content:encoded>
			<wfw:commentRss>http://www.askasu.idv.tw/index.php/2009/10/21/754/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>KMS啟用失敗，錯誤代碼: 0xC004C003</title>
		<link>http://www.askasu.idv.tw/index.php/2009/10/18/736/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=kms%25e5%2595%259f%25e7%2594%25a8%25e5%25a4%25b1%25e6%2595%2597%25ef%25bc%258c%25e9%258c%25af%25e8%25aa%25a4%25e4%25bb%25a3%25e7%25a2%25bc0xc004c003</link>
		<comments>http://www.askasu.idv.tw/index.php/2009/10/18/736/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 07:01:11 +0000</pubDate>
		<dc:creator>AskaSu</dc:creator>
				<category><![CDATA[Windows Client]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.askasu.idv.tw/?p=736</guid>
		<description><![CDATA[前陣子在公司想利用KMS 主機啟用一台安裝了Vista Business 的測試機，卻意外碰到啟用失敗的狀況。 利用該訊息視窗所提示的指令，會發現錯誤描述為「啟動伺服器判定所指定的產品金鑰正在使用中」。 其實，我看到這個訊息還楞了一下，因為當初測試機在選擇安裝Vista Business 時，根本就沒有輸入過任何序號。 那到底是怎麼回事呢？ 用指令「slmgr -dlv」查一下目前軟體授權狀態，才發現我所安裝的Vista Business 是零售版。 因此KMS 主機理所當然不會為零售版做啟用服務，但有兩種方法可以恢復運作： 1. 重新使用大量授權版Vista Business 光碟進行安裝。但萬一已經裝了一堆測試軟體又不能重灌怎麼辦？還好還有另一個方法。 2. 強制輸入KMS Client Setup Key，使零售版本轉成大量授權版。 請先參考微軟公布的「Volume Activation 2.0 Deployment Guide」，找到相對應的KMS Client Setup Key。 以我目前正使用的Vista Business 來說，就是需要輸入「YFKBB-PQJJV-G996G-VWGXY-2V3X8」這組Key，然後參考「slmgr」指令的說明，使用參數「-ipk」。 用完整指令「slmgr -ipk YFKBB-PQJJV-G996G-VWGXY-2V3X8 」，就能輕鬆無痛直接轉成KMS Client 大量授權版。 確認轉換成功就可以直接向公司KMS 主機報到要求啟用啦！...不過我公司的Vista 用戶數不到微軟規定的25台底限，所以還是吐這個訊息給我了。 （感謝ronan指正，我竟然打錯成50台..） 再研究了Vista Enterprise 版的授權，安裝過程無需選擇版本或者輸入Key，所以預設就是KMS Client。 最後，再來看一下轉成大量授權版前的產品識別碼。 轉換成功後，會發現前面三組已經變成「89576-236-0200005」。我反覆安裝測試多次，發現似乎只要是Vista Business 大量授權版，前三組的數字就會是這個，不過還是建議使用指令「slmgr -dlv」來觀察會比較準確些。 延伸閱讀： ● 微軟授權100問 [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.askasu.idv.tw/album/20091018/kmserrorinfo01.jpg" alt="KMS啟用失敗，0xC004C003 錯誤" /><br />
前陣子在公司想利用KMS 主機啟用一台安裝了Vista Business 的測試機，卻意外碰到啟用失敗的狀況。</p>
<p>利用該訊息視窗所提示的指令，會發現錯誤描述為「啟動伺服器判定所指定的產品金鑰正在使用中」。<br />
<img src="http://www.askasu.idv.tw/album/20091018/kmserrorinfo02.jpg" alt="啟動伺服器判定所指定的產品金鑰正在使用中" /></p>
<p>其實，我看到這個訊息還楞了一下，因為當初測試機在選擇安裝Vista Business 時，<strong>根本就沒有輸入過任何序號</strong>。 <img src='http://www.askasu.idv.tw/wp-includes/images/smilies/msn_weird.png' alt='/:S/' class='wp-smiley' /> 那到底是怎麼回事呢？</p>
<p><span id="more-736"></span>用指令「slmgr -dlv」查一下目前軟體授權狀態，才發現我所安裝的Vista Business 是零售版。<br />
<img src="http://www.askasu.idv.tw/album/20091018/vistaretailclient.jpg" alt="" /></p>
<p>因此KMS 主機理所當然不會為零售版做啟用服務，但有兩種方法可以恢復運作：<br />
<span style="color: #ff0000;"><strong>1. 重新使用大量授權版Vista Business 光碟進行安裝。</strong></span>但萬一已經裝了一堆測試軟體又不能重灌怎麼辦？還好還有另一個方法。 <img src='http://www.askasu.idv.tw/wp-includes/images/smilies/msn_laugh.png' alt='/:D/' class='wp-smiley' /> </p>
<p><strong><span style="color: #ff0000;">2. 強制輸入KMS Client Setup Key，使零售版本轉成大量授權版。</span></strong></p>
<p>請先參考微軟公布的「<a href="http://technet.microsoft.com/en-us/library/cc303280.aspx" target="_blank">Volume Activation 2.0 Deployment Guide</a>」，找到相對應的KMS Client Setup Key。<br />
<img src="http://www.askasu.idv.tw/album/20091018/kmsclientkey.jpg" alt="" /></p>
<p>以我目前正使用的Vista Business 來說，就是需要輸入「YFKBB-PQJJV-G996G-VWGXY-2V3X8」這組Key，然後參考「slmgr」指令的說明，使用參數「-ipk」。<br />
<img src="http://www.askasu.idv.tw/album/20091018/retailslmgrinfo.jpg" alt="" /></p>
<p>用完整指令「<strong>slmgr -ipk YFKBB-PQJJV-G996G-VWGXY-2V3X8</strong> 」，就能輕鬆無痛直接轉成KMS Client 大量授權版。<br />
<img src="http://www.askasu.idv.tw/album/20091018/vistaretailipkkey.jpg" alt="" /></p>
<p>確認轉換成功就可以直接向公司KMS 主機報到要求啟用啦！...不過我公司的Vista 用戶數不到微軟規定的25台底限，所以還是吐這個訊息給我了。 <img src='http://www.askasu.idv.tw/wp-includes/images/smilies/msn_oo.gif' alt='/=.=/' class='wp-smiley' /> （感謝ronan指正，我竟然打錯成50台..）<br />
<img src="http://www.askasu.idv.tw/album/20091018/kmsact.jpg" alt="" /></p>
<p>再研究了Vista Enterprise 版的授權，安裝過程無需選擇版本或者輸入Key，所以預設就是KMS Client。<br />
<img src="http://www.askasu.idv.tw/album/20091018/vistaentkmsclient.jpg" alt="" /></p>
<p>最後，再來看一下轉成大量授權版前的產品識別碼。<br />
<img src="http://www.askasu.idv.tw/album/20091018/vistaretailkey.jpg" alt="" /></p>
<p>轉換成功後，會發現前面三組已經變成「89576-236-0200005」。我反覆安裝測試多次，發現似乎只要是Vista Business 大量授權版，前三組的數字就會是這個，不過還是建議使用指令「slmgr -dlv」來觀察會比較準確些。<br />
<img src="http://www.askasu.idv.tw/album/20091018/vistakmskey.jpg" alt="" /></p>
<p><strong>延伸閱讀：</strong><br />
● <a href="http://www.microsoft.com/taiwan/licensing/rules/faq.aspx" target="_blank">微軟授權100問</a><br />
● <a href="http://www.microsoft.com/taiwan/technet/windowsvista/plan/volact1.mspx" target="_blank">Windows Vista Volume Activation 2.0 逐步指南</a><br />
● <a href="http://www.microsoft.com/taiwan/technet/windowsvista/plan/faq.mspx" target="_blank">Windows Vista Volume Activation 2.0：常見問題</a><br />
● <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=9893F83E-C8A5-4475-B025-66C6B38B46E3&amp;displaylang=en" target="_blank">Volume Activation 2.0 Technical Guidance</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.askasu.idv.tw/index.php/2009/10/18/736/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>含Windows 7升級選項的Vista隨機版</title>
		<link>http://www.askasu.idv.tw/index.php/2009/10/14/724/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e5%2590%25abwindows-7%25e5%258d%2587%25e7%25b4%259a%25e9%2581%25b8%25e9%25a0%2585%25e7%259a%2584vista%25e9%259a%25a8%25e6%25a9%259f%25e7%2589%2588</link>
		<comments>http://www.askasu.idv.tw/index.php/2009/10/14/724/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 14:19:50 +0000</pubDate>
		<dc:creator>AskaSu</dc:creator>
				<category><![CDATA[Windows Client]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[微軟]]></category>

		<guid isPermaLink="false">http://www.askasu.idv.tw/?p=724</guid>
		<description><![CDATA[剩下不到10天，Windows 7 就要隆重登場！但目前市場上仍然買不到零售版Windows 7，那現在買Vista 的人不就成了耗呆嗎？其實不會，只要在2009/6/26 至2010/1/31 期間，購買到預載Vista 作業系統的電腦或者盒裝版Vista，就有機會取得升級Windows 7 的入場券，詳情可以參考先前的文章：Windows 7 升級方案正式出爐。 而隨機版同樣也有機會，只要認明下圖外盒上註明的「w/ Offer Form」； 或者側邊貼紙上的「升」，就代表裡面含Windows 7 的升級選項。但說實話，我在公司拿到的時候，跟採購負責人都以為買到Vista 升級版。 當然，還是要確認是否真的有含Windows 7 選項。一般來說，微軟盒裝產品的外包裝都會有類似下圖的封裝貼紙，要拆封一定會破壞到，所以購買時要注意是否已經被拆封。 脫外殼。嗯～不太受歡迎的Vista，但我覺得SP1之後算蠻穩定的，目前各大品牌電腦預載Vista 的版本也至少為SP1。 背面來一張。既然買了正版，底下那張貼紙記得撕下來，要貼到機體上啊！ （謎之聲：最值錢的應該就是那張貼紙了 ） 開盒。果然有含Windows 7 Upgrade Option，黑紙上的序號就是微軟所謂的禮券單代碼！ 只要拿這組代碼到Windows 7 Upgrade Option 網站，到 [訂購您的 Upgrade] 頁面輸入後，並填寫相關寄送資料及E-Mail 地址。 就會先在電子信箱收到訂購資訊通知，之後就等送貨日期的到來啦！]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.askasu.idv.tw/album/20091014/vistaoemcover01.jpg" alt="" /></p>
<p>剩下不到10天，<a href="http://www.microsoft.com/taiwan/windows/windows-7/" target="_blank">Windows 7</a> 就要隆重登場！但目前市場上仍然買不到零售版Windows 7，那現在買Vista 的人不就成了耗呆嗎？其實不會，只要在2009/6/26 至2010/1/31 期間，購買到預載Vista 作業系統的電腦或者盒裝版Vista，就有機會取得升級Windows 7 的入場券，詳情可以參考先前的文章：<a href="http://www.askasu.idv.tw/index.php/2009/06/26/565/" target="_blank">Windows 7 升級方案正式出爐</a>。</p>
<p>而隨機版同樣也有機會，只要認明下圖外盒上註明的「<span style="color: #ff0000;"><strong>w/ Offer Form</strong></span>」；<br />
<span id="more-724"></span><img src="http://www.askasu.idv.tw/album/20091014/vistaoemcover02.jpg" alt="" /></p>
<p>或者側邊貼紙上的「<span style="color: #ff0000;"><strong>升</strong></span>」，就代表裡面含Windows 7 的升級選項。但說實話，我在公司拿到的時候，跟採購負責人都以為買到Vista 升級版。 <img src='http://www.askasu.idv.tw/wp-includes/images/smilies/msn_oo.gif' alt='/=.=/' class='wp-smiley' /><br />
<img src="http://www.askasu.idv.tw/album/20091014/vistaoemcover03.jpg" alt="" /></p>
<p>當然，還是要確認是否真的有含Windows 7 選項。一般來說，微軟盒裝產品的外包裝都會有類似下圖的封裝貼紙，要拆封一定會破壞到，所以購買時要注意是否已經被拆封。<br />
<img src="http://www.askasu.idv.tw/album/20091014/vistaoemcover04.jpg" alt="" /></p>
<p>脫外殼。嗯～不太受歡迎的Vista，但我覺得SP1之後算蠻穩定的，目前各大品牌電腦預載Vista 的版本也至少為SP1。<br />
<img src="http://www.askasu.idv.tw/album/20091014/vistaoempack01.jpg" alt="" /></p>
<p>背面來一張。既然買了正版，底下那張貼紙記得撕下來，要貼到機體上啊！<br />
（謎之聲：最值錢的應該就是那張貼紙了 <img src='http://www.askasu.idv.tw/wp-includes/images/smilies/msn_xd.gif' alt='/xd/' class='wp-smiley' /> ）<br />
<img src="http://www.askasu.idv.tw/album/20091014/vistaoempack02.jpg" alt="" /></p>
<p>開盒。果然有含Windows 7 Upgrade Option，黑紙上的序號就是微軟所謂的禮券單代碼！ <img src='http://www.askasu.idv.tw/wp-includes/images/smilies/msn_laugh.png' alt='/:D/' class='wp-smiley' /><br />
<img src="http://www.askasu.idv.tw/album/20091014/vistaoemupgrade01.jpg" alt="" /></p>
<p>只要拿這組代碼到<a href="http://www.windows7upgradeoption.com" target="_blank">Windows 7 Upgrade Option 網站</a>，到 [訂購您的 Upgrade] 頁面輸入後，並填寫相關寄送資料及E-Mail 地址。<br />
<img src="http://www.askasu.idv.tw/album/20091014/win7upgoptreg.jpg" alt="" /></p>
<p>就會先在電子信箱收到訂購資訊通知，之後就等送貨日期的到來啦！<br />
<img src="http://www.askasu.idv.tw/album/20091014/win7upgoptregmail.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.askasu.idv.tw/index.php/2009/10/14/724/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在Windows 7 管理網路認證及密碼</title>
		<link>http://www.askasu.idv.tw/index.php/2009/09/08/663/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e5%259c%25a8windows-7-%25e7%25ae%25a1%25e7%2590%2586%25e7%25b6%25b2%25e8%25b7%25af%25e8%25aa%258d%25e8%25ad%2589%25e5%258f%258a%25e5%25af%2586%25e7%25a2%25bc</link>
		<comments>http://www.askasu.idv.tw/index.php/2009/09/08/663/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 15:46:54 +0000</pubDate>
		<dc:creator>AskaSu</dc:creator>
				<category><![CDATA[Windows Client]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[XP]]></category>
		<category><![CDATA[軟體]]></category>

		<guid isPermaLink="false">http://www.askasu.idv.tw/?p=663</guid>
		<description><![CDATA[過去(!?)在XP/Vista時代，其實有個很不錯的管理網路認證密碼功能，以往會使用兩種方式進入： 1. 在 [開始功能表] 上輸入「control userpasswords2」後按Enter 鍵。 （WinXP 則是在 [開始] -&#62; [執行] 裡輸入） 然後參考下圖進入。 2. 或到[開始] -&#62; [控制台] -&#62; [使用者帳戶]，在左窗格點選 [管理您的網路密碼]。 但從Windows 7 開始，微軟強化了這個管理功能及介面，而且進入方式也有所改變。需從[開始] -&#62; [控制台] -&#62; [使用者帳戶和家庭安全] ，點選 [認證管理員]。 而指令「control userpasswords2」在Windows 7 裡，必須切到 [命令提示字元] 環境才能正確執行，但最終其實還是會到 [認證管理員] 的介面。 回到主題，管理網路認證及密碼有什麼好處？以下圖的示意圖來說，如果使用者Aska 攜帶了一台個人NB 進公司，而公司的網路環境是由網域所管控。 所以Aska 想要使用位於網域內的File Server 資源，除非有勾選 [記住我的認證]，，否則首次登入都必須輸入可存取的網域帳號及密碼，勢必相當不方便。 因此我們可以利用 [認證管理員] 自行預先輸入，以方便未來使用。請在 [認證管理員] 裡點選 [新增Windows 認證]，參考下圖輸入；如果欲存取的主機並不是網域內的成員，則輸入可存取的使用者帳號即可。 假使在Windows 7 [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.askasu.idv.tw/album/20090908/win7userpwgui.jpg" alt="Windows 7 儲存認證管理員" /></p>
<p>過去(!?)在XP/Vista時代，其實有個很不錯的管理網路認證密碼功能，以往會使用兩種方式進入：</p>
<p><span id="more-663"></span>1. 在 [開始功能表] 上輸入「<strong>control userpasswords2</strong>」後按Enter 鍵。<br />
<img src="http://www.askasu.idv.tw/album/20090908/vistactrluserpw2_01.jpg" alt="輸入control userpasswords2" /><br />
（WinXP 則是在 [開始] -&gt; [執行] 裡輸入）</p>
<p>然後參考下圖進入。<br />
<img src="http://www.askasu.idv.tw/album/20090908/vistactrluserpw2_02.jpg" alt="使用者帳戶進階管理" /></p>
<p>2. 或到[開始] -&gt; [控制台] -&gt; [使用者帳戶]，在左窗格點選 [管理您的網路密碼]。<br />
<img src="http://www.askasu.idv.tw/album/20090908/vistactrluserpw2_03.jpg" alt="管理網路密碼" /></p>
<p>但從<a href="http://www.microsoft.com/taiwan/windows/windows-7/" target="_blank">Windows 7</a> 開始，微軟強化了這個管理功能及介面，而且進入方式也有所改變。需從[開始] -&gt; [控制台] -&gt; [使用者帳戶和家庭安全] ，點選 [認證管理員]。<br />
<img src="http://www.askasu.idv.tw/album/20090908/win7userpwgui2.jpg" alt="強化過功能及介面的認證管理員" /></p>
<p>而指令「control userpasswords2」在Windows 7 裡，必須切到 [命令提示字元] 環境才能正確執行，但最終其實還是會到 [認證管理員] 的介面。</p>
<p>回到主題，管理網路認證及密碼有什麼好處？以下圖的示意圖來說，如果使用者Aska 攜帶了一台個人NB 進公司，而公司的網路環境是由網域所管控。<br />
<img src="http://www.askasu.idv.tw/album/20090908/sharefolder.jpg" alt="架構示意圖" /></p>
<p>所以Aska 想要使用位於網域內的File Server 資源，除非有勾選 [記住我的認證]，，否則首次登入都必須輸入可存取的網域帳號及密碼，勢必相當不方便。<br />
<img src="http://www.askasu.idv.tw/album/20090908/sharefolderaccess.jpg" alt="要求輸入可存取的帳號及密碼" /></p>
<p>因此我們可以利用 [認證管理員] 自行預先輸入，以方便未來使用。請在 [認證管理員] 裡點選 [新增Windows 認證]，參考下圖輸入；如果欲存取的主機並不是網域內的成員，則輸入可存取的使用者帳號即可。<br />
<img src="http://www.askasu.idv.tw/album/20090908/win7addpwstore.jpg" alt="新增Windows 認證的畫面" /></p>
<p>假使在Windows 7 有設定儲存Windows Live Messenger（俗稱MSN）的登入帳號及密碼，也同樣會儲存在認證管理員裡，完整呈現供使用者進行編輯、新增和移除。更棒的是，認證管理員還提供了備份（備份保存庫）及還原（還原保存庫）的功能。<br />
<img src="http://www.askasu.idv.tw/album/20090908/win7userpwgui3.jpg" alt="認證管理員的完整記錄" /></p>
<p>整體看來，認證管理員雖然只是Windows 7 其中的一個小功能，但終於看到微軟滿足許多進階使用者的基本需求。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.askasu.idv.tw/index.php/2009/09/08/663/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Windows 7 升級方案正式出爐</title>
		<link>http://www.askasu.idv.tw/index.php/2009/06/26/565/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-7-%25e5%258d%2587%25e7%25b4%259a%25e6%2596%25b9%25e6%25a1%2588%25e6%25ad%25a3%25e5%25bc%258f%25e5%2587%25ba%25e7%2588%2590</link>
		<comments>http://www.askasu.idv.tw/index.php/2009/06/26/565/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 09:05:41 +0000</pubDate>
		<dc:creator>AskaSu</dc:creator>
				<category><![CDATA[Windows Client]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[微軟]]></category>

		<guid isPermaLink="false">http://www.askasu.idv.tw/?p=565</guid>
		<description><![CDATA[（圖片擷取自Windows 7 升級網站） 在眾人引頸期盼下，關於Windows 7 的升級方案終於在今天（6/26）正式對全球發佈新聞。為了想得知第一手的資訊，我本來在半夜還不斷地Refresh 微軟網站，沒想到卻意外參與到DELL 液晶螢幕大放送事件。 回到主題，這個升級方案幾個比較需要注意的如下： 1. 僅適用於2009年6月26日 至 2010年1月31日購買到預載Vista 的電腦及Vista 彩盒包裝的消費者。所以，之前購買的朋友很抱歉，只能繼續擁抱Vista（或XP！？）。 2. 就算是在這段期間買到Vista 的消費者，如果不小心買到的是不含升級選項的電腦或者彩盒，也只好謝謝再聯絡。 3. 可以升級的對應版本如下，但只能升級為同一語系： Vista Home Premuim 家用進階版 ⇒ Windows 7 Home Premium 家用進階版 Vista Business 商用版 ⇒ Windows 7 Professional 專業版 Vista Ultimate 旗艦版 ⇒ Windows 7 Ultimate 旗艦版 4. 如果是購買品牌電腦，微軟在品牌有分成A類及B類兩種（台灣微軟翻成A種及B種還頗怪的@.@），A類則是直接至該品牌的官方網站申請升級Windows 7；若是B類則與彩盒消費者的申請方式一樣，需到微軟Windows 7 Upgrade Option 網站填寫申請。（詭異的是，技嘉竟然沒有在A類或B類裡出現...） 5. 在Windows [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.microsoft.com/taiwan/windows/buy/offers/upgrade.aspx" target="_blank"><img src="http://www.askasu.idv.tw/album/20090626/win7upgradesite.jpg" alt="Windows 7 升級方案說明" /></a><br />
（圖片擷取自<a href="http://www.microsoft.com/taiwan/windows/buy/offers/upgrade.aspx" target="_blank">Windows 7  升級網站</a>）</p>
<p>在眾人引頸期盼下，關於Windows 7 的升級方案終於在今天（6/26）正式對全球發佈<a href="http://www.microsoft.com/taiwan/press/2009/06/0626.mspx" target="_blank">新聞</a>。為了想得知第一手的資訊，我本來在半夜還不斷地Refresh 微軟網站，沒想到卻意外參與到<a href="http://www.ithome.com.tw/itadm/article.php?c=55711" target="_blank">DELL 液晶螢幕大放送</a>事件。</p>
<p>回到主題，這個升級方案幾個比較需要注意的如下：</p>
<p><span id="more-565"></span><strong>1. 僅適用於<span style="color: #ff0000;">2009年6月26日 至 2010年1月31日購買到預載Vista 的電腦及Vista 彩盒包裝的消費者</span>。</strong>所以，之前購買的朋友很抱歉，只能繼續擁抱Vista（或XP！？）。</p>
<p><strong>2. 就算是在這段期間買到Vista 的消費者，如果不小心買到的是<span style="color: #ff0000;">不含升級選項</span>的電腦或者彩盒，也只好謝謝再聯絡。</strong></p>
<p><strong>3. 可以升級的對應版本如下，但只能升級為同一語系：</strong><br />
Vista Home Premuim 家用進階版 ⇒ Windows 7 Home Premium 家用進階版<br />
Vista Business 商用版 ⇒ Windows 7 Professional 專業版<br />
Vista Ultimate 旗艦版 ⇒ Windows 7 Ultimate 旗艦版</p>
<p><strong>4. 如果是購買品牌電腦，微軟在品牌有分成A類及B類兩種</strong>（台灣微軟翻成A種及B種還頗怪的@.@），A類則是直接至該品牌的官方網站申請升級Windows 7；若是B類則與彩盒消費者的申請方式一樣，需到微軟<a href="https://windows7upgradeoption.com/Landing.aspx" target="_blank">Windows 7 Upgrade Option 網站</a>填寫申請。（詭異的是，技嘉竟然沒有在A類或B類裡出現...）</p>
<p><strong>5. 在Windows 7 Upgrade Option 網站<span style="color: #ff0000;">最後提交申請的日期為2010/2/28</span>。</strong></p>
<p><strong>6. 在Windows 7 Upgrade Option 網站申請核可後，微軟開始寄送升級光碟的時間為<span style="color: #ff0000;">2009/10/22</span>，也就是Windows 7 正式上市的時間，最後寄送日期則為<span style="color: #ff0000;">2010/4/30</span>。</strong></p>
<p>詳細說明及最新消息請參考下列連結：<br />
<a href="http://www.microsoft.com/taiwan/windows/buy/offers/upgrade.aspx" target="_blank">Windows 7 升級首頁</a><br />
<a href="http://www.microsoft.com/taiwan/oem/promo/windows7_upgrade/default.htm" target="_blank">Windows 7 升級路徑連連看</a><br />
<a href="http://www.microsoft.com/taiwan/oem/promo/windows7_upgrade/intro.htm" target="_blank">Windows 7 升級方案說明</a><br />
<a href="https://windows7upgradeoption.com/Landing.aspx" target="_blank">Windows 7 Upgrade Option 網站</a><br />
<strong><a href="http://www.microsoft.com/taiwan/promo/windows7upgrade/service.htm" target="_blank">品牌電腦相關Windows 7 升級網站連結</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.askasu.idv.tw/index.php/2009/06/26/565/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

