﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>IT博客-Share Mind ----GuoMing's Blogs</title><link>http://www.cnitblog.com/royhuang/</link><description>人的一生是很短暂的，珍惜眼前所有的一切，过好每一天！</description><language>zh-cn</language><lastBuildDate>Wed, 29 Apr 2026 06:04:01 GMT</lastBuildDate><pubDate>Wed, 29 Apr 2026 06:04:01 GMT</pubDate><ttl>60</ttl><item><title>Trunk,Access,Hybrid</title><link>http://www.cnitblog.com/royhuang/archive/2008/07/09/46517.html</link><dc:creator>GuoMing</dc:creator><author>GuoMing</author><pubDate>Wed, 09 Jul 2008 13:24:00 GMT</pubDate><guid>http://www.cnitblog.com/royhuang/archive/2008/07/09/46517.html</guid><wfw:comment>http://www.cnitblog.com/royhuang/comments/46517.html</wfw:comment><comments>http://www.cnitblog.com/royhuang/archive/2008/07/09/46517.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/royhuang/comments/commentRss/46517.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/royhuang/services/trackbacks/46517.html</trackback:ping><description><![CDATA[<p><font color=#ff0000>access</font>： <br>Access类型的端口只能属于1个VLAN，一般用于连接计算机的端口 <br>Acess端口收报文:收到一个报文,判断是否有VLAN信息：如果没有则打上端口的PVID(<font color=#ff0000>也就是VLAN ID,例如这个port是vlan2的话,那就打上vlan2的信息</font>)，并进行交换转发,如果有则直接丢弃（缺省） <br><font color=#ff0000>trunk <br></font>Trunk类型的端口可以允许多个VLAN通过，可以接收和发送多个VLAN的报文，一般用于交换机之间连接的端口。 <br>trunk端口收报文： <br>收到一个报文，判断是否有VLAN信息：如果没有则打上端口的PVID，并进行交换转发，如果有判断该trunk端口是否允许该 VLAN的数据进入：如果可以则转发，否则丢弃 <br>trunk端口发报文：</p>
<p>如果端口缺省VLAN等于发送的数据包所含的VLAN，那么就会将VLAN标记从发送的数据包中去掉；如果不相等，则数据包将带着VLAN发送出去，实现VLAN的透传 <br><font color=#ff0000>Hybrid <br></font>Hybrid类型的端口可以允许多个VLAN通过，可以接收和发送多个VLAN的报文，可以用于交换机之间连接，也可以用于连接用户的计算机。 <br>hybrid端口收报文： <br>收到一个报文,判断是否有VLAN信息：如果没有则打上端口的PVID，并进行交换转发，如果有则判断该hybrid端口是否允许该VLAN的数据进入：如果可以则转发，否则丢弃(此时端口上的untag配置是不用考虑的，untag配置只对发送报文时起作用) <br>hybrid端口发报文： <br>1、判断该VLAN在本端口的属性（disp interface 即可看到该端口对哪些VLAN是untag， 哪些VLAN是tag） <br>2、如果是untag则剥离VLAN信息，再发送，如果是tag则直接发送。 <br>Hybrid端口和Trunk端口在接收数据时，处理方法是一样的，唯一不同之处在于发送数据时：Hybrid端口可以允许多个VLAN的报文发送时不打标签，而Trunk端口只允许缺省VLAN的报文发送时不打标签</p>
<img src ="http://www.cnitblog.com/royhuang/aggbug/46517.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/royhuang/" target="_blank">GuoMing</a> 2008-07-09 21:24 <a href="http://www.cnitblog.com/royhuang/archive/2008/07/09/46517.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>How to open crash dump (e.g. memory.DMP) file</title><link>http://www.cnitblog.com/royhuang/archive/2008/02/14/39761.html</link><dc:creator>GuoMing</dc:creator><author>GuoMing</author><pubDate>Thu, 14 Feb 2008 15:02:00 GMT</pubDate><guid>http://www.cnitblog.com/royhuang/archive/2008/02/14/39761.html</guid><wfw:comment>http://www.cnitblog.com/royhuang/comments/39761.html</wfw:comment><comments>http://www.cnitblog.com/royhuang/archive/2008/02/14/39761.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnitblog.com/royhuang/comments/commentRss/39761.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/royhuang/services/trackbacks/39761.html</trackback:ping><description><![CDATA[<p>memory.dmp was created when your computer shutdown unexpected or blue screen or application crash. just google , found out using windebug (dbg_x86_6.6.07.5.exe) to analys it. (all method from internet)</p>
<p>method 1:</p>
<p>系統藍屏debug方法 <br>1. 我的電腦，屬性-&gt;高級-&gt;啟動，最下面的記憶體調試選最後一項的全部，確定後重新啟動 <br>2. 藍屏後不要急著重啟，系統會保存整個記憶體內容，然後會自動重啟 <br>3. 重啟後,windows目錄會多出 MEMORY.DMP, 如果1步驟選完全調試，那麼這個檔和你的記憶體一樣大 <br>4. 下載安裝windwos 的 debug tools, 我這有下載地址，或微軟網站 <br><a href="http://public.hshh.org/SysTools/debug/dbg_x86_6.6.07.5.exe">http://public.hshh.org/SysTools/debug/dbg_x86_6.6.07.5.exe</a> <br>5. 安裝後創建一個臨時目錄，例如 c:\temp <br>6. 啟動 windbg <br>7. windbg介面: file-&gt;symbol file path (ctrl+s) 輸入: <br>SRV*c:\temp*http://msdl.microsoft.com/download/symbols <br>然後確定</p>
<p>(为什么要这样输入，请参考KB311503) <br>8. windbg介面: file-&gt;open crash dump(ctrl+d)，打開windows目錄下面的 memory.dmp <br>9. 打開後，等待提示 <br>當出現 Use !analyze -v to get detailed debugging information. 字樣後，在下面輸入框 <br>!analyze -v <br>10. 等待分析完畢，可以知道什麼導致的出錯 <br>11. windbg使用中需要網上下載調試內容，這個速度嘛，取決於你的網路了。</p>
<p>&nbsp;</p>
<p>method 2:</p>
<p>一、下載並安裝dbg_x86_6.6.07.5.exe(用google找一下就有了) <br>二、cmd, 切換到C:\Program Files\Debugging Tools for Windows <br>三、執行 <br>dumpchk - y <a href="http://msdl.microsoft.com/download/symbols">http://msdl.microsoft.com/download/symbols</a> c:</p>
<p>\windows\memory.dmp &gt; dmp.txt</p>
<p><br>註一、http://msdl.microsoft.com/download/symbols 是MS提供的網路symbol server <br>註二、c:\windows\Memory.dmp&nbsp; 是memory.dmp預設的存放路徑 <br>註三、將結果寫到bbb.txt檔案</p>
<img src ="http://www.cnitblog.com/royhuang/aggbug/39761.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/royhuang/" target="_blank">GuoMing</a> 2008-02-14 23:02 <a href="http://www.cnitblog.com/royhuang/archive/2008/02/14/39761.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>security log _ Audit object access_delete</title><link>http://www.cnitblog.com/royhuang/archive/2008/02/14/39744.html</link><dc:creator>GuoMing</dc:creator><author>GuoMing</author><pubDate>Thu, 14 Feb 2008 09:25:00 GMT</pubDate><guid>http://www.cnitblog.com/royhuang/archive/2008/02/14/39744.html</guid><wfw:comment>http://www.cnitblog.com/royhuang/comments/39744.html</wfw:comment><comments>http://www.cnitblog.com/royhuang/archive/2008/02/14/39744.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/royhuang/comments/commentRss/39744.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/royhuang/services/trackbacks/39744.html</trackback:ping><description><![CDATA[<blockquote> <p>purpose of the test is for obviousing the security log entry when you delete a audited file:</p> <p>test approach:</p> <p>1. delete an auditing file.</p> <p>2. open eventvwr.msc, check security event. have 3 event about the delete audit(<font color="#ff0000">notice those font be highlight in red</font>)</p> <p>first event entry: </p> <p>**************************************************************************</p> <p>Event Type:&nbsp;&nbsp;&nbsp; Success Audit<br>Event Source:&nbsp;&nbsp;&nbsp; Security<br>Event Category:&nbsp;&nbsp;&nbsp; Object Access <br>Event ID:&nbsp;&nbsp;&nbsp; 560<br>Date:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2008-2-14<br>Time:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 17:00:08<br>User:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ASIA\dmnroyhu<br>Computer:&nbsp;&nbsp;&nbsp; DMNM3037<br>Description:<br><font color="#ff0000">Object Open</font>:<br>&nbsp;&nbsp;&nbsp;&nbsp; Object Server:&nbsp;&nbsp;&nbsp; Security<br>&nbsp;&nbsp;&nbsp;&nbsp; Object Type:&nbsp;&nbsp;&nbsp; File<br>&nbsp;&nbsp;&nbsp;&nbsp; Object Name:&nbsp;&nbsp;&nbsp; D:\Temp\rbgwssuser.txt<br>&nbsp;&nbsp;&nbsp;&nbsp; Handle ID:&nbsp;&nbsp;&nbsp; 2608<br>&nbsp;&nbsp;&nbsp;&nbsp; Operation ID:&nbsp;&nbsp;&nbsp; {0,25009233}<br>&nbsp;&nbsp;&nbsp;&nbsp; Process ID:&nbsp;&nbsp;&nbsp; 752<br>&nbsp;&nbsp;&nbsp;&nbsp; Image File Name:&nbsp;&nbsp;&nbsp; C:\WINDOWS\explorer.exe<br>&nbsp;&nbsp;&nbsp;&nbsp; Primary User Name:&nbsp;&nbsp;&nbsp; dmnroyhu<br>&nbsp;&nbsp;&nbsp;&nbsp; Primary Domain:&nbsp;&nbsp;&nbsp; ASIA<br>&nbsp;&nbsp;&nbsp;&nbsp; Primary Logon ID:&nbsp;&nbsp;&nbsp; (0x0,0x13E8845)<br>&nbsp;&nbsp;&nbsp;&nbsp; Client User Name:&nbsp;&nbsp;&nbsp; -<br>&nbsp;&nbsp;&nbsp;&nbsp; Client Domain:&nbsp;&nbsp;&nbsp; -<br>&nbsp;&nbsp;&nbsp;&nbsp; Client Logon ID:&nbsp;&nbsp;&nbsp; -<br>&nbsp;&nbsp;&nbsp;&nbsp; Accesses:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DELETE <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; READ_CONTROL <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ReadAttributes <br>&nbsp;&nbsp;&nbsp;&nbsp; Privileges:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -<br>&nbsp;&nbsp;&nbsp;&nbsp; Restricted Sid Count: 0  <p>For more information, see Help and Support Center at <a href="http://go.microsoft.com/fwlink/events.asp">http://go.microsoft.com/fwlink/events.asp</a>. <p>*******************************************************************************************</p></blockquote> <blockquote> <p>second event entry: <p>******************************************************************************************* <p>Event Type:&nbsp;&nbsp;&nbsp; Success Audit<br>Event Source:&nbsp;&nbsp;&nbsp; Security<br>Event Category:&nbsp;&nbsp;&nbsp; Object Access <br>Event ID:&nbsp;&nbsp;&nbsp; 567<br>Date:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2008-2-14<br>Time:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 17:00:08<br>User:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ASIA\dmnroyhu<br>Computer:&nbsp;&nbsp;&nbsp; DMNM3037<br>Description:<br><font color="#ff0000">Object Access Attempt</font>:<br>&nbsp;&nbsp;&nbsp;&nbsp; Object Server:&nbsp;&nbsp;&nbsp; Security<br>&nbsp;&nbsp;&nbsp;&nbsp; Handle ID:&nbsp;&nbsp;&nbsp; 2608<br>&nbsp;&nbsp;&nbsp;&nbsp; Object Type:&nbsp;&nbsp;&nbsp; File<br>&nbsp;&nbsp;&nbsp;&nbsp; Process ID:&nbsp;&nbsp;&nbsp; 752<br>&nbsp;&nbsp;&nbsp;&nbsp; Image File Name:&nbsp;&nbsp;&nbsp; C:\WINDOWS\explorer.exe<br>&nbsp;&nbsp;&nbsp;&nbsp; Access Mask:&nbsp;&nbsp;&nbsp; DELETE  <p>For more information, see Help and Support Center at <a href="http://go.microsoft.com/fwlink/events.asp">http://go.microsoft.com/fwlink/events.asp</a>. <p>******************************************************************************************* <p>third event entry: <p>******************************************************************************************* <p>Event Type:&nbsp;&nbsp;&nbsp; Success Audit<br>Event Source:&nbsp;&nbsp;&nbsp; Security<br>Event Category:&nbsp;&nbsp;&nbsp; Object Access <br>Event ID:&nbsp;&nbsp;&nbsp; 564<br>Date:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2008-2-14<br>Time:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 17:00:08<br>User:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ASIA\dmnroyhu<br>Computer:&nbsp;&nbsp;&nbsp; DMNM3037<br>Description:<br><font color="#ff0000">Object Deleted</font>:<br>&nbsp;&nbsp;&nbsp;&nbsp; Object Server:&nbsp;&nbsp;&nbsp; Security<br>&nbsp;&nbsp;&nbsp;&nbsp; Handle ID:&nbsp;&nbsp;&nbsp; 2608<br>&nbsp;&nbsp;&nbsp;&nbsp; Process ID:&nbsp;&nbsp;&nbsp; 752<br>&nbsp;&nbsp;&nbsp;&nbsp; Image File Name:&nbsp;&nbsp;&nbsp; C:\WINDOWS\explorer.exe  <p>For more information, see Help and Support Center at <a href="http://go.microsoft.com/fwlink/events.asp">http://go.microsoft.com/fwlink/events.asp</a>.</p></blockquote> <blockquote> <p>******************************************************************************************* <p>forth event entry: <p>******************************************************************************************* <p>Event Type:&nbsp;&nbsp;&nbsp; Success Audit<br>Event Source:&nbsp;&nbsp;&nbsp; Security<br>Event Category:&nbsp;&nbsp;&nbsp; Object Access <br>Event ID:&nbsp;&nbsp;&nbsp; 562<br>Date:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2008-2-14</p> <p><br>Time:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 17:00:08<br>User:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ASIA\dmnroyhu<br>Computer:&nbsp;&nbsp;&nbsp; DMNM3037<br>Description:<br><font color="#ff0000"><u>Handle Closed</u>:<br></font>&nbsp;&nbsp;&nbsp;&nbsp; Object Server:&nbsp;&nbsp;&nbsp; Security<br>&nbsp;&nbsp;&nbsp;&nbsp; Handle ID:&nbsp;&nbsp;&nbsp; 2608<br>&nbsp;&nbsp;&nbsp;&nbsp; Process ID:&nbsp;&nbsp;&nbsp; 752<br>&nbsp;&nbsp;&nbsp;&nbsp; Image File Name:&nbsp;&nbsp;&nbsp; C:\WINDOWS\explorer.exe </p> <p>For more information, see Help and Support Center at <a href="http://go.microsoft.com/fwlink/events.asp">http://go.microsoft.com/fwlink/events.asp</a>.</p></blockquote> <blockquote> <p>*******************************************************************************************</p></blockquote><img src ="http://www.cnitblog.com/royhuang/aggbug/39744.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/royhuang/" target="_blank">GuoMing</a> 2008-02-14 17:25 <a href="http://www.cnitblog.com/royhuang/archive/2008/02/14/39744.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Unicode Q&amp;A</title><link>http://www.cnitblog.com/royhuang/archive/2007/12/06/37422.html</link><dc:creator>GuoMing</dc:creator><author>GuoMing</author><pubDate>Thu, 06 Dec 2007 12:02:00 GMT</pubDate><guid>http://www.cnitblog.com/royhuang/archive/2007/12/06/37422.html</guid><wfw:comment>http://www.cnitblog.com/royhuang/comments/37422.html</wfw:comment><comments>http://www.cnitblog.com/royhuang/archive/2007/12/06/37422.html#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://www.cnitblog.com/royhuang/comments/commentRss/37422.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/royhuang/services/trackbacks/37422.html</trackback:ping><description><![CDATA[<p><strong>问：什么是Unicode？</strong><br>答：Unicode给每个字符提供了一个唯一的数字，不论是什么平台，不论是什么程序，不论什么语言。Unicode标准已经被这些工业界的领导们所采用，例如：Apple, HP, IBM, JustSystem, Microsoft, Oracle, SAP, Sun, Sybase, Unisys和其它许多公司。最新的标准都需要Unicode，例如XML, Java, ECMAScript (JavaScript), LDAP, CORBA 3.0, WML等等，并且，Unicode是实现ISO/IEC 10646的正规方式。许多操作系统，所有最新的浏览器和许多其他产品都支持它。Unicode标准的出现和支持它工具的存在，是近来全球软件技术最重要的发展趋势。 </p>
<p><strong>问：为什么使用Unicode？</strong><br>答：基本上，计算机只是处理数字。它们指定一个数字，来储存字母或其他字符。在创造Unicode之前，有数百种指定这些数字的编码系统。没有一个编码可以包含足够的字符：例如，单单欧州共同体就需要好几种不同的编码来包括所有的语言。即使是单一种语言，例如英语，也没有哪一个编码可以适用于所有的字母，标点符号，和常用的技术符号。这些编码系统也会互相冲突。也就是说，两种编码可能使用相同的数字代表两个不同的字符，或使用不同的数字代表相同的字符。任何一台特定的计算机（特别是服务器）都需要支持许多不同的编码，但是，不论什么时候数据通过不同的编码或平台之间，那些数据总会有损坏的危险。 </p>
<p><strong>问：举个例子吧。</strong><br>答：比如，简体中文（GB）、繁体中文（BIG5）、日文中，&#8220;赵&#8221;都是一个字，但是编码不同。在不同的编码下，BIG5的赵是0xBBAF，而0xBBAF在GB里面就被显示为&#8220;化&#8221;，这就是乱码。而Unicode采用统一的编码，&#8220;赵&#8221;只有一个，不必管他在哪种文字里。 </p>
<p><strong>问：Unicode的优点是什么？</strong><br>答：举一个最明显的例子就是Windows 2000/XP以及微软Office2000及其后的产品。因为这些软件都是Unicode内核，因此，无论何种文字，都可以在上面正常显示，而且是同屏显示。以前，简体中文的Word文件拿到英文版打开就会是乱码，简体中文的程序在Windows英文版上运行会出现乱码，而现在一切都解决了。</p>
<img src ="http://www.cnitblog.com/royhuang/aggbug/37422.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/royhuang/" target="_blank">GuoMing</a> 2007-12-06 20:02 <a href="http://www.cnitblog.com/royhuang/archive/2007/12/06/37422.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>create a variable %programfile% instead of "c:\program files"</title><link>http://www.cnitblog.com/royhuang/archive/2007/10/29/35526.html</link><dc:creator>GuoMing</dc:creator><author>GuoMing</author><pubDate>Mon, 29 Oct 2007 03:55:00 GMT</pubDate><guid>http://www.cnitblog.com/royhuang/archive/2007/10/29/35526.html</guid><wfw:comment>http://www.cnitblog.com/royhuang/comments/35526.html</wfw:comment><comments>http://www.cnitblog.com/royhuang/archive/2007/10/29/35526.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/royhuang/comments/commentRss/35526.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/royhuang/services/trackbacks/35526.html</trackback:ping><description><![CDATA[<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;为了方便工作，设置了一个变量%programfile% 代替"c:\program files"</p>
<img src ="http://www.cnitblog.com/royhuang/aggbug/35526.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/royhuang/" target="_blank">GuoMing</a> 2007-10-29 11:55 <a href="http://www.cnitblog.com/royhuang/archive/2007/10/29/35526.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>如何用命令行打开control panel的sub application</title><link>http://www.cnitblog.com/royhuang/archive/2007/10/29/35525.html</link><dc:creator>GuoMing</dc:creator><author>GuoMing</author><pubDate>Mon, 29 Oct 2007 03:52:00 GMT</pubDate><guid>http://www.cnitblog.com/royhuang/archive/2007/10/29/35525.html</guid><wfw:comment>http://www.cnitblog.com/royhuang/comments/35525.html</wfw:comment><comments>http://www.cnitblog.com/royhuang/archive/2007/10/29/35525.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/royhuang/comments/commentRss/35525.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/royhuang/services/trackbacks/35525.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;基本上都可以直接运行xxx.cpl打开，使用下面的命令可以打开：<br>%windir%\system32\rundll32.exee shel32.dll, control_runall xxx.dll
<img src ="http://www.cnitblog.com/royhuang/aggbug/35525.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/royhuang/" target="_blank">GuoMing</a> 2007-10-29 11:52 <a href="http://www.cnitblog.com/royhuang/archive/2007/10/29/35525.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>How to run explorer.exe as another account</title><link>http://www.cnitblog.com/royhuang/archive/2007/10/29/35524.html</link><dc:creator>GuoMing</dc:creator><author>GuoMing</author><pubDate>Mon, 29 Oct 2007 03:37:00 GMT</pubDate><guid>http://www.cnitblog.com/royhuang/archive/2007/10/29/35524.html</guid><wfw:comment>http://www.cnitblog.com/royhuang/comments/35524.html</wfw:comment><comments>http://www.cnitblog.com/royhuang/archive/2007/10/29/35524.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/royhuang/comments/commentRss/35524.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/royhuang/services/trackbacks/35524.html</trackback:ping><description><![CDATA[<p>&nbsp;&nbsp;&nbsp; 在一个 limited user 的账号下运行的explorer是不能对文件一些随意更改文件夹权限的，或者一个 limited user 也不能更改网络设置，如果在默认设置下用 Runas 命令运行explorer 是不会有作用的。可以用下面两个办法解决：</p>
<p>&nbsp;&nbsp;&nbsp; ( 环境：windows xp sp2 + IE 6.0)</p>
<p>&nbsp;&nbsp;&nbsp; 1. run IE as administrator members, 然后随便输入一个local address, such as c:\ , 这样 IE 就可以实现explorer的大部分功能。IE 7.0 不能使用这个方法。</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp; 2. 设置一个flat，使explorer可以使用runas. 方法是选中folder option --&gt; view --&gt; &#8220;Launch folder windows in a separate process&#8221;。 默认是没选上的。重要的一点是这个选项是per-user的，也就是如果你想作为local administrator使用runas运行explorer，那你就要在administrator properties 下选中这个设置。</p>
<p>&nbsp;&nbsp;&nbsp; More Detail for this , Refer document: <a title=http://blogs.msdn.com/aaron_margosis/archive/2004/07/07/175488.aspx href="http://blogs.msdn.com/aaron_margosis/archive/2004/07/07/175488.aspx">http://blogs.msdn.com/aaron_margosis/archive/2004/07/07/175488.aspx</a></p>
<img src ="http://www.cnitblog.com/royhuang/aggbug/35524.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/royhuang/" target="_blank">GuoMing</a> 2007-10-29 11:37 <a href="http://www.cnitblog.com/royhuang/archive/2007/10/29/35524.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>How to configure Live Writer for cnitlbolg</title><link>http://www.cnitblog.com/royhuang/archive/2007/10/16/34946.html</link><dc:creator>GuoMing</dc:creator><author>GuoMing</author><pubDate>Tue, 16 Oct 2007 08:52:00 GMT</pubDate><guid>http://www.cnitblog.com/royhuang/archive/2007/10/16/34946.html</guid><wfw:comment>http://www.cnitblog.com/royhuang/comments/34946.html</wfw:comment><comments>http://www.cnitblog.com/royhuang/archive/2007/10/16/34946.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/royhuang/comments/commentRss/34946.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/royhuang/services/trackbacks/34946.html</trackback:ping><description><![CDATA[<p>1、在菜单中选择&#8220;Weblog&#8221;，然后选择&#8220;Another Weblog Service&#8221;。<br>2、在Weblog Homepage URL中输入Blog主页地址:<a title=http://www.cnitblog.com/royhuang/ href="http://www.cnitblog.com/royhuang/">http://www.cnitblog.com/royhuang/</a>。<br>3、输入用户名与密码。<br>4、在&#8220;Type of&nbsp; weblog that you are using&#8221;中选择&#8220;Metaweblog API&#8221;。<br>5、&#8220;Remote posting URL for your weblog&#8221;中输入&#8220;http://www.cnitblog.com/royhuang/services/metaweblog.aspx&#8221;。<br><br>refer document : <a href="http://www.cnblogs.com/dudu/articles/495718.html">http://www.cnblogs.com/dudu/articles/495718.html</a></p>
<img src ="http://www.cnitblog.com/royhuang/aggbug/34946.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/royhuang/" target="_blank">GuoMing</a> 2007-10-16 16:52 <a href="http://www.cnitblog.com/royhuang/archive/2007/10/16/34946.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>