<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Windows on 空想枫</title>
    <link>http://it580.com/tags/windows/</link>
    <description>Recent content in Windows on 空想枫</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>&amp;copy; 2001-2020 空想枫</copyright>
    <lastBuildDate>Wed, 27 May 2009 09:26:39 +0000</lastBuildDate>
    
	<atom:link href="http://it580.com/tags/windows/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>从Windows7 退回Windows XP</title>
      <link>http://it580.com/e4-bb-8ewindows7-e9-80-80-e5-9b-9ewindows-xp/</link>
      <pubDate>Wed, 27 May 2009 09:26:39 +0000</pubDate>
      
      <guid>http://it580.com/e4-bb-8ewindows7-e9-80-80-e5-9b-9ewindows-xp/</guid>
      <description>从Windows 7 有泄漏版后,一直就在工作笔记本上使用它．但在昨天还是决定迁移回Windows XP.
主要考量为:
 VMware NAT问题，由于Windows 7 还在RC之中，VMware在它正式发布前，应该是不太会修正该问题。导致我无法运行我的虚拟测试环境。 Windows 7的空间消耗，笔记本的空间比较有限，在Windows7下时，操作系统轻松耗去我的20G硬盘，换回Windows XP后，装了同样的软件，才消耗10G。 再来就是一些特定软件的兼容问题，不过这个在RC是无法避免的。 X200的显卡驱动有问题，时不时会花屏一下。  </description>
    </item>
    
    <item>
      <title>Windows 7和Windows XP、Windows Vista的详细技术对比</title>
      <link>http://it580.com/windows-7-e5-92-8cwindows-xp-e3-80-81windows-vista-e7-9a-84-e8-af-a6-e7-bb-86-e6-8a-80-e6-9c-af-e5-af-b9-e6-af-94/</link>
      <pubDate>Fri, 15 May 2009 08:55:43 +0000</pubDate>
      
      <guid>http://it580.com/windows-7-e5-92-8cwindows-xp-e3-80-81windows-vista-e7-9a-84-e8-af-a6-e7-bb-86-e6-8a-80-e6-9c-af-e5-af-b9-e6-af-94/</guid>
      <description>表格太长，详见内文。 [caption id=&amp;ldquo;attachment_1974&amp;rdquo; align=&amp;ldquo;alignnone&amp;rdquo; width=&amp;ldquo;223&amp;rdquo; caption=&amp;ldquo;windows7和Windows xp、windows vista的详细比较表&amp;rdquo;][/caption]</description>
    </item>
    
    <item>
      <title>Windows 2008 Server Core基本设置</title>
      <link>http://it580.com/windows-2008-server-core-e5-9f-ba-e6-9c-ac-e8-ae-be-e7-bd-ae/</link>
      <pubDate>Sun, 15 Mar 2009 16:21:18 +0000</pubDate>
      
      <guid>http://it580.com/windows-2008-server-core-e5-9f-ba-e6-9c-ac-e8-ae-be-e7-bd-ae/</guid>
      <description>1.设置网卡
运行:
 Netsh interface ipv4 show interfaces
 显示如下:
 图中显示服务器只有一块网卡,网卡的索引号为2.知道了索引号就可以开始设置网卡了。
设置网卡的ip地址，掩码及网关，运行:
 netsh interface ipv4 set address name=2 source=static address=192.168.42.100 mask=255.255.255.0 gateway=192.168.42.1
 请将红色的部分，更换为你自己的ip地址，掩码，网关。蓝色的2就是刚才我们查询到的网卡索引号(当然你也可以使用网卡的名称&amp;rdquo;本地连接&amp;rdquo;来代替)。
接下来设置DNS服务器，运行:
 netsh interface ipv4 add dnsserver name=2 address=202.101.172.46
 请将红色的部分，更换为你自己的DNS服务器。
2.激活系统
运行如下命令,激活许可证:
 slmgr.vbs –ato
 3.修改系统名称
运行:
 wmic computersystem where name=&amp;ldquo;%computername%&amp;rdquo; rename name=&amp;ldquo;WIN2K8SRV1&amp;rdquo;
 执行该命令成功后，系统会返回 ReturnValue=0 。注意需要重新启动系统，新系统名称才会生效。
另一种方式:
 netdom renamecomputer %computername% /NewName:WIN2K8SER1
 4.启动自动更新
运行:
 cscript c:\windows\system32\scregedit.wsf /AU 4</description>
    </item>
    
    <item>
      <title>Windows 7安装</title>
      <link>http://it580.com/windows-7-e5-ae-89-e8-a3-85/</link>
      <pubDate>Sat, 01 Nov 2008 12:03:32 +0000</pubDate>
      
      <guid>http://it580.com/windows-7-e5-ae-89-e8-a3-85/</guid>
      <description>今天在Vmware下安装了Windows 7 Build 6801的版本，整体上来看和Vista的区别不是太大。
安装环境:VMware Workstation 6.0.4,分配1GB内存，16GB虚拟IDE硬盘。(Windows 7 无法识别到VMware的虚拟SCSI硬盘)。安装过程及截图见内文(内有大量图片)。

使用Windows 7 安装光盘的启动界面
 启动后显示的安装提示，语言只有英语选择。
 省略中间的分区等，都和Vista一样。开始拷贝文件的界面。
 拷贝解压文件完成的第一次启动,还没有显示进度条哦.
 和上面一张的区别就是多了进度条。

更新注册表设置。
 启动服务。
 继续回到这个安装界面，最后一步，这步的时间比较长哦。
 完成上步后的第二次启动。

检测显卡性能。。。。。

终于完成安装，输入你的用户名和计算机名字吧。

输入密码，仍旧可以直接按Next，跳过。

安全设置，该界面前，还有输入序列号的界面，直接按在线激活就可以了。

时间设置。

设置网络环境界面。
 我 就选择家庭选项喽。
 新功能，家庭群组，应该就是工作组的简化版本，右边的密码，在把其他电脑加入群组时需要，记住密码，安装完毕后在控制面板可以修改。

这才算正式完成安装。。。。

把7改成Vista也是可以吧。
 初始化桌面。

终于进来了，不说明的话，看得出来是Windows 7 还是 Windows Vista么？

安装VMware Tools。

顺便看看Windows 7 默认安装后的系统内存消耗。

咳咳，刚安装完，3个更新。
 Windows 7安装环境的基本信息。</description>
    </item>
    
    <item>
      <title>Windows 7 PDC发布现场视频</title>
      <link>http://it580.com/windows-7-pdc-e5-8f-91-e5-b8-83-e7-8e-b0-e5-9c-ba-e8-a7-86-e9-a2-91/</link>
      <pubDate>Wed, 29 Oct 2008 14:17:41 +0000</pubDate>
      
      <guid>http://it580.com/windows-7-pdc-e5-8f-91-e5-b8-83-e7-8e-b0-e5-9c-ba-e8-a7-86-e9-a2-91/</guid>
      <description>第一部分
第二部分</description>
    </item>
    
    <item>
      <title>Windows 7 M3 界面截屏</title>
      <link>http://it580.com/windows-7-m3-e7-95-8c-e9-9d-a2-e6-88-aa-e5-b1-8f/</link>
      <pubDate>Wed, 29 Oct 2008 13:45:32 +0000</pubDate>
      
      <guid>http://it580.com/windows-7-m3-e7-95-8c-e9-9d-a2-e6-88-aa-e5-b1-8f/</guid>
      <description>Paul Thurrott’s SuperSite for Windows贴出了新的界面截图，转一部分过来。总体来说界面上和Vista的区别不是很大。没有看到大的提升用户使用方便性的改进。
 桌面效果图
 桌面Gadgets效果
 再加上计算器

开始菜单

整体界面图

基本硬件信息

wmp12的播放界面

媒体中心界面
 电源管理界面

无线管理界面
 搜索界面及预览
 图片目录显示效果

WMP12音乐播放界面

手机同步界面

浏览网页效果</description>
    </item>
    
    <item>
      <title>微软紧急安全补丁(MS08-067)</title>
      <link>http://it580.com/e5-be-ae-e8-bd-af-e7-b4-a7-e6-80-a5-e5-ae-89-e5-85-a8-e8-a1-a5-e4-b8-81ms08-067/</link>
      <pubDate>Fri, 24 Oct 2008 16:28:53 +0000</pubDate>
      
      <guid>http://it580.com/e5-be-ae-e8-bd-af-e7-b4-a7-e6-80-a5-e5-ae-89-e5-85-a8-e8-a1-a5-e4-b8-81ms08-067/</guid>
      <description>该补丁修正了Windows Server服务在处理RPC请求时的漏洞，该漏洞属于“紧急”级别。远程攻击者可以利用该漏洞远程入侵并完全控制系统。请立即更新该补丁！
该漏洞基本影响主流微软操作系统，包含:Microsoft Windows 2000, Windows XP, Windows Server 2003, Windows Vista,Windows Server 2008.
漏洞信息相关链接:
US-CERT Vulnerability Note: VU#827267
XF win-server-rpc-code-execution(46040)
FRSIRT ADV-2008-2902
SECUNIA 32326
CVE-2008-4250
Microsoft Knowledge Base Article 958644
英文系统下载补丁链接:
Microsoft Windows 2000 Service Pack 4
Windows XP Service Pack 2
Windows XP Service Pack 3
Windows XP Professional x64 Edition
Windows XP Professional x64 Edition Service Pack 2
Windows Server 2003 Service Pack 1
Windows Server 2003 Service Pack 2</description>
    </item>
    
    <item>
      <title>盗版XP黑屏破解方法</title>
      <link>http://it580.com/e7-9b-97-e7-89-88xp-e9-bb-91-e5-b1-8f-e7-a0-b4-e8-a7-a3-e6-96-b9-e6-b3-95/</link>
      <pubDate>Thu, 16 Oct 2008 19:01:12 +0000</pubDate>
      
      <guid>http://it580.com/e7-9b-97-e7-89-88xp-e9-bb-91-e5-b1-8f-e7-a0-b4-e8-a7-a3-e6-96-b9-e6-b3-95/</guid>
      <description>出现盗版提示后，点击开始菜单，选择运行，输入regedit回车。
在打开的注册表编辑器中找到
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Notify\WgaLogon
整个删除WgaLonon即可。</description>
    </item>
    
    <item>
      <title>XBMC开始支持多平台</title>
      <link>http://it580.com/xbmc-e5-bc-80-e5-a7-8b-e6-94-af-e6-8c-81-e5-a4-9a-e5-b9-b3-e5-8f-b0/</link>
      <pubDate>Sat, 20 Sep 2008 12:22:22 +0000</pubDate>
      
      <guid>http://it580.com/xbmc-e5-bc-80-e5-a7-8b-e6-94-af-e6-8c-81-e5-a4-9a-e5-b9-b3-e5-8f-b0/</guid>
      <description>XBMC之前是Linux下最流行的媒体中心软件，也是我们用来搭建基于HTPC的家庭媒体中心时的推荐软件。
9月18日，他发布了第一个多平台支持的版本，Atlantis Beta1，开始全面支持Windows,MAC OS X,Linux及Xbox。 我们有多了平台选择的空间。</description>
    </item>
    
    <item>
      <title>今天起,WinXP停止销售</title>
      <link>http://it580.com/e4-bb-8a-e5-a4-a9-e8-b5-b7winxp-e5-81-9c-e6-ad-a2-e9-94-80-e5-94-ae/</link>
      <pubDate>Mon, 30 Jun 2008 23:57:20 +0000</pubDate>
      
      <guid>http://it580.com/e4-bb-8a-e5-a4-a9-e8-b5-b7winxp-e5-81-9c-e6-ad-a2-e9-94-80-e5-94-ae/</guid>
      <description>从今天开始微软正式停止销售Windows XP产品线,除去用于预装在轻省笔记本电脑外。
但Windows XP的技术支持将会提供至2014年。</description>
    </item>
    
    <item>
      <title>System Repair Engineer(SREng) 2.6发布</title>
      <link>http://it580.com/system-repair-engineersreng-26-e5-8f-91-e5-b8-83/</link>
      <pubDate>Mon, 30 Jun 2008 20:04:41 +0000</pubDate>
      
      <guid>http://it580.com/system-repair-engineersreng-26-e5-8f-91-e5-b8-83/</guid>
      <description>System Repair Engineer (SREng) 是一款计算机安全辅助和系统维护辅助软件。主要用于发现、发掘潜在的系统故障和大多数由于计算机病毒造成的破坏，并提供一系列的修改建议和自动修复方法。 该软件是由 KZTechs.COM 网站站长 Smallfrogs 开发的，能够运行在所有主流的 Windows 操作系统上。
System Repair Engineer (SREng) 2.6 版本的设计目标是增强稳定性和提高智能扫描的速度，在这个版本里面，主要功能没有大的变化。详细更新请查看发行说明。
下载地址一:http://download.pchome.net/system/cleanup/detail-20383.html
下载地址二:http://www.fs2you.com/files/674d5642-45fc-11dd-bf22-001143e7b41c/
下载地址三:http://down1.tech.sina.com.cn/download/downContent/2005-07-06/14207.shtml</description>
    </item>
    
    <item>
      <title>Windows Server 2008 Hyper-V正式发布</title>
      <link>http://it580.com/windows-server-2008-hyper-v-e6-ad-a3-e5-bc-8f-e5-8f-91-e5-b8-83/</link>
      <pubDate>Sun, 29 Jun 2008 12:54:13 +0000</pubDate>
      
      <guid>http://it580.com/windows-server-2008-hyper-v-e6-ad-a3-e5-bc-8f-e5-8f-91-e5-b8-83/</guid>
      <description>Microsoft 最近发布了Windows Server 2008 Hyper-V的正式版本。 Hyper-V技术基于64位系统，最多支持4颗虚拟处理器和64GB内存，虽然也支持32位系统，但由于后者的内存寻址空间只有4GB，因此实用价值不大，微软也推荐64位Windows Server 2008用户使用该技术。此前的Virtual PC、Virtual Server都是基于32位系统的，且后者仅支持2颗虚拟处理器。 Hyper-V从今年2月份开始测试，迄今已经吸引了250多家客户参与其中，分发了将近150万份拷贝。用于Windows Server 2008 32/64位系统的Hyper-V RTM正式版已经独立发布，Windows Update自动升级则会在7月8日开始。与此同时，微软还放出了Hyper-V多语言包，支持包括简体中文在内的12种语言。 下载链接: Windows Server 2008 Hyper-V 64位 Windows Server 2008 Hyper-V 32位 Hyper-V多国语言包64位 Hyper-V多国语言包32位 Vista 64位远程管理补丁 Vista 32位远程管理补丁 注意:Hyper-V安装后不可卸载。</description>
    </item>
    
    <item>
      <title>微软修改Windows系统的授权许可规则</title>
      <link>http://it580.com/e5-be-ae-e8-bd-af-e4-bf-ae-e6-94-b9windows-e7-b3-bb-e7-bb-9f-e7-9a-84-e6-8e-88-e6-9d-83-e8-ae-b8-e5-8f-af-e8-a7-84-e5-88-99/</link>
      <pubDate>Tue, 21 Feb 2006 09:04:26 +0000</pubDate>
      
      <guid>http://it580.com/e5-be-ae-e8-bd-af-e4-bf-ae-e6-94-b9windows-e7-b3-bb-e7-bb-9f-e7-9a-84-e6-8e-88-e6-9d-83-e8-ae-b8-e5-8f-af-e8-a7-84-e5-88-99/</guid>
      <description>微软近日对授权许可政策作出了一项修改,规定一块新主板即相当于一台新电脑,用户需要为此购买一份新的Windows系统许可.
微软称:&amp;ldquo;我们认为主板升级即导致一台新个人电脑的诞生,因为微软OEM操作系统无法从另一台电脑导入其中.如果主板是出于故障之外的理由升级或更换,那么就构成了一台新电脑,因而需要一份新的操作系统授权许可.&amp;rdquo;
事实上,换主板不换操作系统在技术上并非不可能,因此微软的说法有些站不住脚,但微软认为:&amp;ldquo;微软需要一个能定义原始PC的基本原则,而主板是承载整台电脑的基础,是电脑的‘心脏与灵魂’,因此当主板(出于故障之外的原因)被更换时,从本质上来说一台新PC便被创造出来了.&amp;rdquo;
微软已经向OEM合作伙伴发去了一份备忘录,要求他们在为客户升级电脑时执行新的政策.</description>
    </item>
    
    <item>
      <title>Windows Wi-Fi出现安全漏洞</title>
      <link>http://it580.com/windows-wi-fi-e5-87-ba-e7-8e-b0-e5-ae-89-e5-85-a8-e6-bc-8f-e6-b4-9e/</link>
      <pubDate>Tue, 17 Jan 2006 21:04:28 +0000</pubDate>
      
      <guid>http://it580.com/windows-wi-fi-e5-87-ba-e7-8e-b0-e5-ae-89-e5-85-a8-e6-bc-8f-e6-b4-9e/</guid>
      <description>安全专家警告说， Windows中自动搜索Wi-Fi网络的功能可能会让骇客有机可乘。 这个功能包含于Windows XP和2000操作系统中， 上周六在ShmooCon黑客大会中，安全研究员Mark Loveless公布了他的最新发现。 Loveless称骇客可以利用该功能，以点对点（peer-to-peer）网络连接的方式接入用户电脑系统，并访问用户电脑中存储的信息。 当Windows XP或2000电脑启动时， 操作系统会尝试自动连接无线网络。 如果失败，将和本地电脑地址建立起一种点对点（ad hoc）的网络连接。 本地电脑因此获得一个网络地址，Windows将该地址和之前成功连接过的一个网络SSID相绑定。 随后电脑向四周广播这个SSID，希望和周围邻近的电脑建立联系。 这种广播方式一旦为骇客所监听，则相当危险，他们可以藉由相同的SSID和该电脑建立网络连接。 这样两台电脑之间就有了某种联系，骇客很有可能藉此从受害人的个人电脑中获取文件信息。 ZDNet英国本周一从安全专家那里证实了该漏洞的存在性，但专家指这对使用了防火墙的用户而言，并不构成威胁。 MessageLabs的安全分析专家Paul Wood指出，在这种情况下，用户可能根本没有意识到自己的电脑已被组成点对点对等网络。 MessageLabs表示Windows XP Sp2的用户不在受害之列。 MessageLabs首席技术总监（Chief Technology Officer，简称CTO）Mark Sunner表示：“这对那些尚未安装SP2补丁的人，算是敲响了一个警种。 威胁无处不再， 对那些没有安装SP2的XP系统而言，该是亡羊补牢的时候了。” 防护措施 专家建议，如果公司还没有部署安全策略的话， 那么应该立刻行动起来。 Sunner说：“任何部署了Wi-Fi网络的公司企业都有必要部署相应的安全策略。 那些奔波在外的通勤一族是可能的受害者。本地网络的安全机制也应将远程连接纳入检测的范围。” MessageLabs也告诫个人移动用户应该使用单机版的防火墙产品。 McAfee安全分析员Greg Day表示个人用户可以通过禁止暂时不用的Wi-Fi功能来加强自身的保护。 MessageLabs的建议如下： “Wi-Fi用户应按下述方法禁止点对点的连接方式： 在Wireless Network属性中， 进入Advances选项的Network Access Point设置中， 选择‘Infrastructure Netoworks Only’”。 Wood说：“虽然有用户使用点对点的方式实行文件共享或联网游戏对战，但我们还是建议用户只使用基本连接模式。” MessageLabs强调系统管理员应该封堵用于NetBios连接的网络端口135、137、138和139。 按Sunner的话来说，这就是所谓的“坚壁清野”。 黑客大会上， Day阐述了可能攻击方式，“骇客会尝试以病毒的模式来达到目的。 由于电脑向点对点网络中广播SSID，结果其电脑用户自身成了问题所在。不过，这一切只是给了骇客能发现其它电脑的机会，他们还得使用或编写编写扫描工具，自己设法渗透系统才行， 因此如果有用户业已打了补丁或使用了防火墙，那么就安全了。” Sunner对此作了回应，“我是个纯粹主义者， 对我恶意那种病毒入侵的方式不太现实。 想要通过自我复制来传播？ 可能性也不高。” MessageLabs则预测说， 由于这个漏洞的实验意义大于使用意义， 因此犯罪团伙会利用这个漏洞大肆作为的机会不大。 MessageLabs认为， “对编写脚本的伙计们这到是个可以利用的威胁。” 微软没有立即对此报道作出回应。</description>
    </item>
    
    <item>
      <title>windows技术资料站</title>
      <link>http://it580.com/windows/</link>
      <pubDate>Sun, 15 Aug 2004 16:44:28 +0000</pubDate>
      
      <guid>http://it580.com/windows/</guid>
      <description>转自：http://dream4ever.org/showthread.php?t=7557 作者：Silence http://www.jsiinc.com/reghack.htm Windows NT® / Windows 2000® / Windows XP® / Windows Server 2003® Tips and Tricks http://www.windowsstartup.com/wso/browse.php Windows Startup Online® Repository Support to various types of errors of the Windows platforms. Windows 95 and Windows 98. Windows ME, XP, W2000 etc.. http://www.colba.net/~hlebo49/homhenri.htm or http://www.generation.net/~hleboeuf/homhenri.htm</description>
    </item>
    
  </channel>
</rss>