<?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; Windows</title>
	<atom:link href="http://www.zhanggy.com/category/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zhanggy.com</link>
	<description></description>
	<lastBuildDate>Tue, 20 Jul 2010 02:56:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>windows 7 常用设置</title>
		<link>http://www.zhanggy.com/blog/windows-7-%e5%b8%b8%e7%94%a8%e8%ae%be%e7%bd%ae</link>
		<comments>http://www.zhanggy.com/blog/windows-7-%e5%b8%b8%e7%94%a8%e8%ae%be%e7%bd%ae#comments</comments>
		<pubDate>Thu, 05 Nov 2009 07:08:11 +0000</pubDate>
		<dc:creator>zhanggy</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.zhanggy.com/blog/windows-7-%e5%b8%b8%e7%94%a8%e8%ae%be%e7%bd%ae</guid>
		<description><![CDATA[1、找到“快速启动”任务栏 在windows 7 中默认隐藏了“快速启动”任务栏，变得非常不习惯，可以通过以下方式恢复“快速启动”任务栏： 右键点击任务栏空白区域，先解锁任务栏，然后：工具栏——新建工具栏，在弹出窗口的文件夹路径填写 “%appdata%\Microsoft\Internet Explorer\Quick Launch”， 确定后就会出现“快速启动”任务栏，并且可以根据喜好定义是否显示文本及标题。 “快速启动”任务栏的实际路径为： “C:\Users\%username%\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch” 2、找到“Telnet”命令 Vista、windows 7和windows 2008默认安装，是不包括Telnet客户端和Telnet服务端的，操作系统默认安装后，在CMD下默认无法使用Telnet命令，处理某些问题的时候，很不方便。可以通过如下方法找到“Telnet”客户端： 1.开始–>控制面板–>程序和功能 2.左侧 打开或者关闭windows功能 3.找到Telnet客户端，选择安装 完毕后即可立即使用Telnet客户端。]]></description>
		<wfw:commentRss>http://www.zhanggy.com/blog/windows-7-%e5%b8%b8%e7%94%a8%e8%ae%be%e7%bd%ae/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>终于找到vista下USB转串口驱动</title>
		<link>http://www.zhanggy.com/blog/windows-vista-driver-for-usb-serial-adapters</link>
		<comments>http://www.zhanggy.com/blog/windows-vista-driver-for-usb-serial-adapters#comments</comments>
		<pubDate>Mon, 09 Mar 2009 13:44:59 +0000</pubDate>
		<dc:creator>zhanggy</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.zhanggy.com/?p=194</guid>
		<description><![CDATA[找了好久终于找到了合适的驱动，需要注意的是： 这个驱动是针对prolific公司芯片的：usb设备属性中VID为067B，PID为2303（未前可以在设备管理器中查看未知设备属性获得）。 驱动下载地址为：http://www.cooldrives.com/wividrforprc.html 驱动安装完成后设备属性如图：]]></description>
		<wfw:commentRss>http://www.zhanggy.com/blog/windows-vista-driver-for-usb-serial-adapters/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bcdedit命令详解</title>
		<link>http://www.zhanggy.com/blog/bcdedit-command-explain</link>
		<comments>http://www.zhanggy.com/blog/bcdedit-command-explain#comments</comments>
		<pubDate>Tue, 17 Feb 2009 05:57:04 +0000</pubDate>
		<dc:creator>zhanggy</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.zhanggy.com/?p=165</guid>
		<description><![CDATA[详解Bcdedit命令 Bcdedit 位于X:\Windows\system32\ &#8220;X:&#8221;为安装Vista的盘符。 储存操作指令 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ /createstore 创建一个新的空白启动配置数据文件。 bcdedit /createstore C:\Data\BCD 创建BCD启动配置数据文件储存到“C:\DATA\”文件夹。 /export 备份启动配置数据文件。 bcdedit /export &#8220;C:\Data\BCD Backup&#8221; 备份BCD启动配置文件到“C:\Data\”文件夹，并以“BCD Backup”命名。 /import 还原启动配置数据文件。 bcdedit /import &#8220;C:\Data\BCD Backup&#8221; 从“C:\Data\”文件夹恢复BCD启动配置文件。 储存项目操作指令 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ /copy 项目拷贝 操作系统启动项目的拷贝: bcdedit /copy {cbd971bf-b7b8-4885-951a-fa03044f5d71} /d &#8220;Copy of entry&#8221; /create 新建项目 创建操作系统载入程序项目的 NTLDR(Ntldr): bcdedit /create {ntldr} /d &#8220;Earlier Windows OS Loader&#8221; 创建存储器磁碟另外的选择项项目: bcdedit /create {ramdiskoptions} [...]]]></description>
		<wfw:commentRss>http://www.zhanggy.com/blog/bcdedit-command-explain/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista 版本比较</title>
		<link>http://www.zhanggy.com/blog/vista-versions-comparison</link>
		<comments>http://www.zhanggy.com/blog/vista-versions-comparison#comments</comments>
		<pubDate>Mon, 16 Feb 2009 12:35:21 +0000</pubDate>
		<dc:creator>zhanggy</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.zhanggy.com/?p=162</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://www.zhanggy.com/blog/vista-versions-comparison/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista OEM 序列号</title>
		<link>http://www.zhanggy.com/blog/vista-oem-cdkey</link>
		<comments>http://www.zhanggy.com/blog/vista-oem-cdkey#comments</comments>
		<pubDate>Thu, 29 Jan 2009 06:58:54 +0000</pubDate>
		<dc:creator>zhanggy</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[CDKEY]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.zhanggy.com/?p=151</guid>
		<description><![CDATA[ASUS 华硕 Ultimate: 6F2D7-2PCG6-YQQTB-FWK9V-932CC Business: 72PFD-BCBK8-R7X4H-6F2XJ-VVMP9 Home Premium: BH626-XT3FK-MJKJH-6GQT2-QXQMF Homewww.x-force.cnPremium: 8XPM9-7F9HD-4JJQP-TP64Y-RPFFV Home Basic: 2WP98-KHTH2-KC7KG-4YR37-H8PHC Home Basic: 762HW-QD98X-TQVXJ-8RKRQ-RJC9V Acer 宏基 Home Premium: 2TYBW-XKCQM-XY9X3-JDXYP-6CJ97 HP 惠普 Ultimate: 6F2D7-2PCG6-YQQTB-FWK9V-932CC Home Premium: 2R6WF-KYF88-27HYQ-XTKW2-WQD8Q Home Premium: GP3FQ-JB647-7CW8F-H646B-7PMGF Lenovo 联想 Home Premium: 34BKK-QK76Y-WWR7C-QF2M7-2TB37]]></description>
		<wfw:commentRss>http://www.zhanggy.com/blog/vista-oem-cdkey/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>使用组策略和脚本定制域中客户机的屏幕保护</title>
		<link>http://www.zhanggy.com/blog/use-group-policy-and-script-custom-client-screen-saver</link>
		<comments>http://www.zhanggy.com/blog/use-group-policy-and-script-custom-client-screen-saver#comments</comments>
		<pubDate>Sun, 15 Jun 2008 15:25:40 +0000</pubDate>
		<dc:creator>zhanggy</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[windows 2003]]></category>

		<guid isPermaLink="false">http://www.zhanggy.com/?p=137</guid>
		<description><![CDATA[公司的信息安全体系要求所有计算机在用户离开后，自动启动屏幕保护，并锁定屏幕，现在采用域控及组策略和脚本来实现 。 在Windows客户端的管理中，我们最常提到的往往是组策略。它是一个非常方便而有效的工具，使用系统提供的组策略已经可以完成绝大多数的客户端的管理工作。但是，有些时候组策略却不能独立完成任务，需要和其他的工具进行配合。 在这里，我们以修改客户端三维文字屏幕保护参数为例，看看组策略是怎么和脚本一起来完成这个任务的。 我们需要给客户端配置统一的屏幕保护，而这个任务在组策略里面有现成的条目，可以配置一下就可以完成了。 首先，为了能够更好的管理组策略，我们在相应的站点或者域或者OU上面建立一条新的策略，名字叫PredefinedScreenSaver。然后我们打开编辑它。由于屏幕保护的策略是属于用户策略中与显示相关的内容，所以在 User Configuration\Administrative\Control Panel\Display 下面我们可以找到相关的内容进行配置。 在 Screen Saver executable name 中我们可以设置屏幕保护程序的名字。大多数的屏幕保护程序保存在 %SYSTEMROOT%\system32 这个目录下面，是一些以.SCR为扩展名的文件。我们可以用dir *.scr /s找到所有的需要的文件。那么在这里，我们需要的是文件名是：sstext3d.scr，这个就是三维文字的屏幕保护的文件名称。 但是，这里面却没有如何给客户机的屏幕保护配置其他参数的地方，难道我们需要每台客户机都配置一次吗？答案是否定的，接下来，我们看看如何用脚本修改客户端屏幕保护的参数。 我们知道，屏幕保护是一个个性化的东西，所以它的配置应该是一个用户配置。这样才有可能同一台机器的多个用户的屏幕保护可以不同。 那么，屏幕保护的参数保存在什么地方呢？从历来的Microsoft保存参数地举动看，应该是在注册表中。既然是用户策略，那么就应该在注册表的 HKEY_CURRENT_USER 下面。 为了实现我们的这个猜测，首先，我们配置好屏幕保护的参数，在这个例子里面，我们配置三维文字屏幕保护的3D文字为：Find Me，然后在开始运行中输入regedit进行我们的查找工作。建议在regedit的查找对话框中选取Match whole string only，这样可以加快查找的速度和准确率。 通过查找，我们发现了在相关的注册表条目。它们位于 HKEY_CURRENT_USER\Control Panel\Screen Saver.&#60;ScreenName&#62; 这个下面。（对于Windows XP来说，位置会稍有不同） 既然知道了在注册表中的位置，接下来的事情就非常的好办了。我们只需要利用WScript.Shell对象中的RegWrite方法建立或者修改这些参数就好。 这里我们用的是VBScript。首先，我们定义一个WScript.Shell对象： Dim WshShellSet WshShell = WScript.CreateObject(&#34;WScript.Shell&#34;) 然后，我们要用RegWrite建立或者修改相关的键值，比如，修改三维屏幕保护中的3D文字： WshShell.RegWrite &#34;HKCU\Control Panel\Screen Saver.3DText\Text&#34;, &#34;MS Windows&#34;, &#34;REG_SZ&#34; 在这里，建议为每一个键值建立一个VBScript语句，这样可以适合任何的更多的情况。 好了，我们把相关的脚本保存到一个名为：Change3DSSSettings.vbs的一个文本文件中。然后进行下一步的工作，让这个脚本在客户端生效。 我们打开前面的PredefinedScreenSaver这个组策略，还是在组策略的用户配置中找到相关的内容： User [...]]]></description>
		<wfw:commentRss>http://www.zhanggy.com/blog/use-group-policy-and-script-custom-client-screen-saver/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>windows 2003各版本区别对比</title>
		<link>http://www.zhanggy.com/blog/comparison-of-windows-server-2003-editions</link>
		<comments>http://www.zhanggy.com/blog/comparison-of-windows-server-2003-editions#comments</comments>
		<pubDate>Tue, 10 Jun 2008 14:55:36 +0000</pubDate>
		<dc:creator>zhanggy</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[windows 2003]]></category>

		<guid isPermaLink="false">http://www.zhanggy.com/?p=135</guid>
		<description><![CDATA[使用这组表比较 Windows Server 2003 系列的特性，这组表按功能组织。 特性 图例: = 支持全部功能 = 支持部分功能 = 不支持该功能 特性 标准版 企业版 数据中心版 Web 版 硬件规格 64位支持1 热插拔内存2, 3 非均一内存访问 (NUMA)3 数据中心计划 2 GB最大内存 4 GB最大内存 32 GB最大内存4 64 GB最大内存5 1 TB最大内存6 2-路 SMP 4-路 SMP 8-路 SMP 32-路 SMP 64-路 SMP 目录服务 Active Directory Microsoft Identity Integration Server 2003 (MIIS) [...]]]></description>
		<wfw:commentRss>http://www.zhanggy.com/blog/comparison-of-windows-server-2003-editions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>win2003 R2 With Sp2 序列号</title>
		<link>http://www.zhanggy.com/blog/win-2003-cd-key</link>
		<comments>http://www.zhanggy.com/blog/win-2003-cd-key#comments</comments>
		<pubDate>Sat, 19 Apr 2008 09:58:35 +0000</pubDate>
		<dc:creator>zhanggy</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[CDKEY]]></category>
		<category><![CDATA[windows 2003]]></category>

		<guid isPermaLink="false">http://www.zhanggy.com/?p=122</guid>
		<description><![CDATA[windows 2003 R2 Sp2 64位 企业版 MR78C-GF2CY-KC864-DTG74-VMT73 windows 2003 R2 Sp2 64位 企业版 M6F6D-VFQWH-CGWRB-RC7JR-VCV4W 上面两个我试过确实可以用，下面的没试过，搜集起来记在这里。 Windows Server 2003 R2 Ent With Sp2 CHS VOL [R2安装盘MSDN原版] MDGJK-PF6YQ-PD8DJ-RFQVM-7WKWG VB96B-VFG8F-74XWJ-W67Q7-8X82B QV9XT-CV22K-D8MGR-4MD86-8MYR6 C49DP-CPHCB-MDGP3-MG334-W2V4W DR4B3-66VPQ-CK3VB-Y3BPY-2CJ2G JYCJX-CHTJX-RGH97-86WM9-RB6B6 MVDYF-X7FBW-H29XT-TCKWW-RBYRT BXJXT-9F88V-XXQWV-3MWMG-FYDJT Windows Server 2003 R2, x64 ED BBGTH-2VC48-J98CM-969J7-3YPMJ Windows Server 2003 R2, x32 ED DVB4Y-KF6GK-MT3XX-FW3HC-VXTB6 Windows Server 2003 MYQBX-J4RDW-9P3Y7-JQ779-JFXVT Windows Server 2003, x64 [...]]]></description>
		<wfw:commentRss>http://www.zhanggy.com/blog/win-2003-cd-key/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XP和vista最好的免费软件</title>
		<link>http://www.zhanggy.com/blog/best-free-opensource-software-for-windows-xp-and-vista</link>
		<comments>http://www.zhanggy.com/blog/best-free-opensource-software-for-windows-xp-and-vista#comments</comments>
		<pubDate>Mon, 07 Jan 2008 03:36:05 +0000</pubDate>
		<dc:creator>zhanggy</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.zhanggy.com/?p=108</guid>
		<description><![CDATA[原文：http://www.ajaxflakes.com/open-source/a-list-of-the-best-free-opensource-software-for-windows-xp-and-vista/ Web Browsing Mozilla Firefox The premier free, open-source browser. Tabs, pop-up blocking, themes, and extensions. Considered by many to be the world’s best browser. Download Page Video Player / Video Podcasting Miro Beautiful interface. Plays any video type (much more than windows media player). Subscribe to video RSS, download, and watch all in one. [...]]]></description>
		<wfw:commentRss>http://www.zhanggy.com/blog/best-free-opensource-software-for-windows-xp-and-vista/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 与 Mac OS 桌面环境对比</title>
		<link>http://www.zhanggy.com/blog/windows-mac-os-desktop</link>
		<comments>http://www.zhanggy.com/blog/windows-mac-os-desktop#comments</comments>
		<pubDate>Sat, 08 Dec 2007 03:10:16 +0000</pubDate>
		<dc:creator>zhanggy</dc:creator>
				<category><![CDATA[MAC]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[comparison]]></category>

		<guid isPermaLink="false">http://www.zhanggy.com/?p=97</guid>
		<description><![CDATA[这两家操作系统历来都是你争我夺，且不说其功能，只是在用户界面上就互不相让，Gizmodo用十多年来两家的重要的操作系统版本的用户界面展现了两家在用户界面上你争我夺的发展历程。]]></description>
		<wfw:commentRss>http://www.zhanggy.com/blog/windows-mac-os-desktop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
