<?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>Windows Server 2003 &#8211; 李华 Lihua</title>
	<atom:link href="https://lihua.me/zh/tag/windows-server-2003/feed/" rel="self" type="application/rss+xml" />
	<link>https://lihua.me/zh</link>
	<description>相忘于江湖</description>
	<lastBuildDate>Tue, 24 May 2016 06:17:20 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Windows Server 2003 / Windows Server 2008</title>
		<link>https://lihua.me/zh/windows-server/</link>
					<comments>https://lihua.me/zh/windows-server/#respond</comments>
		
		<dc:creator><![CDATA[李华]]></dc:creator>
		<pubDate>Thu, 12 Jun 2014 01:32:24 +0000</pubDate>
				<category><![CDATA[长大修电脑]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<guid isPermaLink="false">http://lihua.me/zh/?p=305</guid>

					<description><![CDATA[Windows Server 2003 最近摆弄一些古董东西，要用到 Server 2003。已经忘了怎么把  &#8230; <a href="https://lihua.me/zh/windows-server/" class="more-link">继续阅读<span class="screen-reader-text">Windows Server 2003 / Windows Server 2008</span></a>]]></description>
										<content:encoded><![CDATA[<h2>Windows Server 2003</h2>
<p>最近摆弄一些古董东西，要用到 Server 2003。已经忘了怎么把 Server 2003 调教为工作站模式了。</p>
<p><strong>1、开机自动登录</strong></p>
<p>开始菜单，运行，controluserpasswords2</p>
<p><strong>2、关机/重启提示，</strong></p>
<p>开始菜单，运行，gpedit.msc，计算机配置，管理模块，系统，禁用激活关闭事件跟踪程序和显示关闭时间跟踪程序。</p>
<p><strong>3、禁用 IE 安全提示</strong></p>
<p>在”安全“选项，Internet 区域安全设置为”中“（Medium）或“中低”。自定义设置中将有关的选择“提示”修改为选择“禁止”或“启用“；</p>
<p><strong>4、图形加速</strong></p>
<p>开始菜单，运行，dxdiag，</p>
<p><strong>5、启用音频</strong></p>
<p>开始菜单，运行，Services.msc ，启用 Windows Audio，</p>
<p><strong>6、启用 Themes</strong></p>
<p>开始菜单，运行，Services.msc ，启用 Themes，</p>
<p><strong>7、启用图像获取服务</strong></p>
<p>开始菜单，运行，Services.msc ，启用 Windows ImageAcquisition (WIA)，</p>
<p>8、定时重启</p>
<ul>
<li>建立 Restart.bat ，内容为：shutdown -r -f -t 30；</li>
<li>将 Restart.bat 加入到“开始-程序-附件-系统工具-任务计划”。</li>
</ul>
<p>或者利用命令行：</p>
<pre id="best-content-467465661" class="best-text mb-10">at 6:00 /every:M,T,W,Th,F,S,Su cmd /c shutdown -r -t 60 （每天早上6点自动重启一次）</pre>
<hr />
<h2>Windows Server 2008</h2>
<p>一、版本说明及下载</p>
<ul>
<li><a href="https://www.microsoft.com/china/windowsserver2008/prodinfo/editions-overview.aspx">各版本概况</a>；</li>
<li><a href="https://www.microsoft.com/china/windowsserver2008/prodinfo/editions.aspx">更多</a>；</li>
</ul>
<p>二、安装及设置说明</p>
<ol>
<li>取消IE的高级安全设置<br />
打开“计算机→管理→服务管理器”，然后点击安全信息栏右侧下方的“配置 IE ESC”，将管理员的“启用”状态改为“禁用”即可。然后重启IE即可生效。</li>
<li>下载并安装 <a href="https://www.microsoft.com/zh-cn/download/details.aspx?id=17718">.net framework 4</a>；</li>
<li>xxx；</li>
<li>开启 Windows Update；</li>
</ol>
<p>三、工作站使用更改</p>
<ol>
<li>取消密码复杂性效验（可选设置项）</li>
<li>取消登陆的Ctrl+Alt+Del（可选设置项）</li>
<li>开机自动登录桌面：Rundll32 netplwiz.dll,UsersRunDll ；</li>
<li>取消关机“关机事件跟踪”选项</li>
<li>调整“处理器计划”</li>
<li>调整“数据执行保护”</li>
<li>开启常用系统功能</li>
<li>开启桌面Aero透明特效</li>
<li>安装配置驱动程序</li>
</ol>
<p>四、IIS 安装、配置；</p>
<ol>
<li><a href="http://technet.microsoft.com/zh-cn/library/cc771209.aspx">在 Windows Server 2008 R2 上安装 IIS 7.5</a></li>
<li><a href="http://www.microsoft.com/zh-CN/download/details.aspx?id=30679">安装 Visual C++ Redistributable for Visual Studio</a> ；</li>
</ol>
<p>五、IIS 7 中集成 PHP，安装配置 MySQL 数据库，参考：</p>
<ol>
<li><a href="http://php.net/manual/zh/install.windows.iis7.php">先后“激活CGI”，“使用 IIS 管理界面来创建 PHP 的程序映射”</a>；</li>
<li>http://tech.sina.com.cn/s/2008-08-07/10392377843.shtml</li>
<li>http://xiaosuncunzhang.blog.51cto.com/317407/630095</li>
</ol>
<p>六、WAMP</p>
<ol>
<li><a href="http://www.apachefriends.org/zh_cn/index.html">XAMPP</a>：Apache + MySQL + PHP + PhpMyAdmin，学习阶段可以使用，生产环境建议用 LAMP ；</li>
</ol>
<h3>相关链接</h3>
<ul>
<li><a href="http://lihua.me/zh/windows/">Windows 7 / Windows 8 / Windows 10</a></li>
</ul>
<p>&nbsp;</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lihua.me/zh/windows-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
