信息系统项目管理师_2024年软考学习应考交流_信息系统项目管理师考试

 找回密码
 马上注册

QQ登录

只需一步,快速开始

查看: 1671|回复: 0
打印 上一主题 下一主题

[推荐]WINDOWS2003技巧

[复制链接]

该用户从未签到

升级  0%

跳转到指定楼层
楼主
发表于 2006-4-16 19:48:13 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
<p>一、跳过磁盘检修等待时间 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;一旦计算机因意外原因,例如突然停电或者死机的话,那么计算机下次重新启动的话,系统就会花10秒钟左右的时间,来运行磁盘扫描程序,检查磁盘是否有错误出现。要是你是一位惜时如金的人,肯定不会白白等待下去的。那就跟我一起来,跳过这段检查等待时间吧: <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;1、在开始菜单中,依次执行“程序”/“附件”/“命令提示符”命令,将界面切换到DOS命令行状态下; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;2、直接输入“CHKNTFS/T :0”命令,单击回车键后,系统就能自动将检查磁盘的等待时间修改为0了; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; 3、下次遇到异常情况,重新启动计算机后,系统再调用磁盘扫描程序时,就不需要等待了。 <br/>二、取消对网站的安全检查 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;新安装好Windows Server <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;2003操作系统后,打开浏览器来查询网上信息时,发现IE总是“不厌其烦”地提示我们,是否需要将当前访问的网站添加到自己信任的站点中去;要是不信任的话,就无法打开指定网页;倘若信任的话,就必须单击“添加”按钮,将该网页添加到信任网站的列表中去。不过每次访问网页,都要经过这样的步骤,显然就太烦琐了。其实我们可以通过下面的方法来让IE取消对网站安全性的检查: <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;1、依次执行“开始”/“设置”/“控制面板”命令,在打开的控制面板窗口中,用鼠标双击“添加和删除程序”图标,将界面切换到“添加和删除Windows组件”页面中; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;2、用鼠标选中“Internet Explorer增强的安全配置”选项,继续单击下一步按钮,就能将该选项从系统中删除了; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;3、再单击一下“完成”按钮,退出组件删除提示窗口。 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;以后,再上网的时候,IE就不会自动去检查网站的安全性了,这样就能少了不少麻烦。 <br/>三、自动进入Windows Server 2003系统 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;每次开机运行Windows Server <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;2003系统时,都需要同时按住Ctrl+Alt+Delete复合键,再输入登录密码,才能进入到系统中;要是需要频繁登录系统的话,大家可能就会受不了这样罗嗦的步骤了。此时,大家不妨按照下面的步骤,来让系统自动完成登录操作: <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;1、在运行对话框中,输入注册表编辑命令regedit,来打开注册表编辑窗口; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;2、在该窗口中,依次展开HKEY_LOCAL_MACHINES\SOFTWARE\Microsoft\WindowsNT\Current Version\WinLogon键值; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;3、在对应右边的子窗口中,用鼠标右键单击空白处,从弹出的快捷菜单中,依次执行“新建”/“字符串”命令,来创建一个字符串类型的键名,并将键名设置为“AutoAdminLogon”,并将该键名的数值设置为“1”; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;4、找到“DefaultDomainName”键名,并用鼠标双击之,在随后出现的窗口中,输入要登录的域名,例如Department; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;5、双击“DefaultUserName”键名,在随后打开的窗口中,直接输入要登录到此域的用户名,例如“test”; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;6、在WinLogon右边的子窗口中,用鼠标右键单击空白处,从弹出的快捷菜单中,依次执行“新建”/“字符串”命令,来创建一个字符串类型的键名,并将键名设置为“DefaultPassword”,并将该键名的数值设置为用户登录系统的密码,例如用户test的登录密码为“123456”; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;7、完成设置后,重新启动计算机时,我们会发现不需要再登录,就能自动进入到Windows Server 2003系统中了。以后要取消自动登录功能的话,可以将“AutoAdminLogon”键值设置为“0”就可以了。 <br/>四、取消关机原因的提示 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;在关闭Windows Server <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;2003操作系统时,系统会弹出一个提示窗口,要求大家选择关闭计算机的原因选项;尽管这种方法可以增强系统的安全性,确保用户更有效地管理和维护计算机;不过每次关机或者重新启动系统,都要选择关机原因,实在没有必要。所以,为了进快地关闭计算机,大家可以按下面步骤来取消关机原因的提示: <br/><br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;1、打开控制面板窗口,双击“电源选项”图标,在随后出现的电源属性窗口中,进入到“高级”标签页面; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;2、在该页面的“电源按钮”设置项处,将“在按下计算机电源按钮时”设置为“关机”,单击“确定”按钮,来退出设置框; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;3、以后需要关机时,可以直接按下电源按键,就能直接关闭计算机了。当然,我们也能启用休眠功能键,来实现快速关机和开机; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;4、要是系统中没有启用休眠模式的话,可以在控制面板窗口中,打开电源选项,进入到休眠标签页面,并在其中将“启用休眠”选项选中就可以了。 <br/>五、调用Windows XP风格界面 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;安装完Windows Server <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;2003系统进入到桌面时,我们会发现系统桌面的显示样式为“Windows经典样式”。看惯了这种样式后,就会感觉到有点乏味,想不想改变一下桌面的显示风格?要是你企图通过显示属性的外观设置中,来调用其他风格界面时,就发现此“路”不通;通过组策略来调用时,发现只有当前样式可以选择。那么我们有没有办法来调用其他风格样式呢,例如Windows <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;XP样式?按照下面方法,我们就能轻松实现调用目的: <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;1、在系统的开始菜单中,依次展开控制面板、管理工具和服务窗口,在对应服务的右边子窗口中,用鼠标选中“Themes”选项; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;2、仔细查看该选项的参数时,发现该服务在缺省状态下是被禁止使用的,因此我们就无法调用其他风格样式; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;3、为此,我们必须启动该服务;用鼠标双击该服务选项,然后打开常规标签页,将对应该服务的启动类型设置为“自动”,再点一下“应用”按钮; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;4、此时,“服务状态”设置项中的“启动”按钮就自动被激活了,单击该“启动”按钮,就能将系统中的Themes服务起用了; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;5、返回到系统桌面,并用鼠标右键单击空白处,从快捷菜单中执行“属性”命令,再打开外观标签页面,在其中的“窗口和按钮”处,选中Windows <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;XP样式或者其他显示样式。 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;6、至此,系统中的工具栏菜单、窗口等样式就会按照指定的风格来显示了。 <br/>六、调整Windows Media Player的播放模式 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;要是在使用Windows Media <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsplayer播放音乐的同时,我们还打开了多个工作窗口,这样我们就会经常需要在工作窗口和WMP播放界面中来回切换,这样会大大影响工作效率。现在,可以通过下面方法来调整WMP的播放模式,让操作者不需要打开WMP的主界面就能控制音乐的播放,以便不影响其他工作窗口: <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;1、用鼠标右键单击系统任务栏中的空白处,从打开的快捷菜单中,执行“工具栏”下面的“Windows Media Player”命令; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;2、此后,Windows Media <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsplayer界面中的播放按钮就会自动缩小并显示在系统任务栏中了,利用这里的按钮,我们就能执行音乐的播放、暂停、上一首或者下一首命令了; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;3、通过这种调整,我们再也用不着手忙脚乱地在程序窗口和WMP播放界面中,来回切换了。 <br/>七、为指定组添加新用户 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;想在Windows Server 2003系统中添加新用户时,发现该系统控制面板窗口中却没有我们非常熟悉的“用户”图标,那么我们该从哪里着手,才能为系统的指定组添加新用户呢?呵呵,Windows <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;Server 2003看来就是不一样!笔者经过几次摸索,发现为指定组添加新用户的方法,具体步骤如下: <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; 1、用鼠标右键单击桌面上的“我的电脑”图标,从打开的快捷菜单中,执行“管理”命令,弹出一个计算机管理窗口; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;2、展开该窗口中的“本地用户和组”文件夹,然后选中该文件夹下面的“用户”选项,此时在右边的子窗口中,我们就能看到当前系统中已经存在的所有用户了,其中标有红色叉号的用户表示已经创建但并没有启用; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;3、用鼠标右键单击右边子窗口的空白处,从右键菜单中执行“添加新用户”命令,在随后出现的窗口中,输入需要添加的用户的相关信息,最后单击一下“创建”按钮,来结束新用户的添加工作; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;4、要想让该用户添加到指定组的话,可以选择“组”选项,再从右边的子窗口中,选中需要加入的组名称,并用鼠标右击之,执行快捷菜单中的“添加到组”命令; <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;5、在随后出现的界面中,再单击“添加”命令,将前面创建的用户添加进来就可以了。 <br/>八.禁用配置服务器向导 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;由于不需要服务器设置功能,首先我们先禁止“配置你的服务器”(Manage Your Server)向导的出现,你可以在控制面板(Control Panel) -&gt; 管理员工具(Administrative Tools )-&gt; 管理你的服务器(Manage Your Server)运行它,然后在窗口的左下角复选“登录时不要显示该页”(Don't display this page at logon)。 <br/>九.建立一个新的用户账号 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;windows server 2003不支持类似于Windows <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; XP的登录欢迎屏幕。你可以在首次进入系统后建立一个有你个性的新用户账号。 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;打开“开始”(Start) -&gt; “运行”(Run) -&gt; 键入“lusrmgr.msc ”,你将看到本地用户和组(Local Users and Groups ), <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;右键点击左边窗口的“用户”(Users),选择“新用户”(New User).在弹出的对话框中输入账号信息,然后点击“建立”(Great)。这样你的账号就可用了,当然,你可以选择把你的账号添加到管理员组,右键点击你新建的用户。然后选择“属性”(Properties) <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;-&gt; 点击“隶属于” on Member of tab -&gt; “添加”Add.. -&gt; “高级”Advanced -&gt; &nbsp; “现在查找”Find Now 。 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;在查找结果对话框中双击“管理员”(Administrators),在点击两次“确定”(Ok)后关闭“本地用户和组”(Local Users and Groups window ),现在你将可以注销Administrator用户用你自己的账号登录系统。 <br/>十.禁用Internet Explorer Enhanced Security <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;作为新windows组件出现的IE安全插件--Internet Explorer Enhanced <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;Security默认把你IE安全设置为最高。这样你将在访问站点弹出询问框并对你浏览网页及文件下载做出阻止的行为。我们其实不一定需要这个组件。 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;我们首先禁止询问框的出现,在弹出的对话框中复选”以后不要显示这个信息“ (In the future, do not show this message) <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;然后,我们可以在IE工具选项中自定义设置IE的安全级别。在”安全“(Security)选项卡上拉动滚动条把Internet区域安全设置为”中“(Medium),这个级别将适合大多数人,要是你有特别要求,这个步骤将不适合你。 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;通过对IE安全的设置,你现在安装可以上Sun's Java VM! <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;当然,你甚至可以在控制面板--添加程序--添加或删除Windows组件中卸载Internet Explorer Enhanced Security 。 <br/>十一.安装Java VM <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;Windows server 2003没有集成MS Java VM或Sun Java VM,你可以自行下载并安装它。 <br/>十二.禁止关机事件跟踪 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;关机事件跟踪(Shutdown Event Tracker)也是Windows server <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;2003区别于其他工作站系统的一个设置,对于服务器来说这是一个必要的选择,但是对于工作站系统却没什么用,我们同样可以禁止它。 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;打开”开始“Start -&gt;”运行“ Run -&gt;输入”gpedit.msc “,在出现的窗口的左边部分,选择 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;”计算机配置“(Computer Configuration )-&gt; ”管理模板“(Administrative Templates)-&gt; ”系统“(System),在右边窗口双击“Shutdown Event Tracker” &nbsp;在出现的对话框中选择“禁止”(Disabled),点击然后“确定”(OK)保存后退出这样,你将看到类似于windows 2000的关机窗口 <br/>十三.启用硬件和DirectX加速 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;★硬件加速:桌面点击右键--属性(Properties) -&gt; 设置(Settings )--高级( Advanced)--疑难解答(Troubleshoot)。把该页面的硬件加速滚动条拉到“完全”(Full),最好点击“确定”(OK)保存退出。这期间可能出现一瞬的黑屏是完全正常。 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;★DirectX加速:打开“开始”(Start) -&gt; “运行”(Run),键入“dxdiag”并回车打开“DirectX <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;诊断工具”(DirectX Tools),在“显示”(Display)页面,点击DirectDraw, Direct3D and AGP <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;Texture 加速三个按钮启用加速。 <br/>十四.允许声音加速 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;如果你使用的是Windows server 2003标准版请从第二步xx作,因为标准版已允许声音服务。 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;★打开“开始”(Start) -&gt; “运行”(Run),键入“Services.msc ”,在出现的窗口中找到“Windows <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;Audio”并双击它,然后在启动模式(startup type)的下拉菜单选择“自动”(Automatic),并点击“应用”(Apply) -&gt;“开始”(Start) -&gt; “确定”(OK) <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;★打开“开始”(Start) -&gt; “运行”(Run),键入“dxdiag”并回车打开“DirectX 诊断工具”(DirectX <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;Tools),在“Sound”(Display)页面,把“声音的硬件加速级别”(Hardware Sound Acceleration Level)滚动条拉到“完全加速”( Full leration)。 <br/>十五.启用桌面主题 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;也许你对WINDOWS经典的桌面已经感到厌烦的话,你就要考虑启用桌面主题了,Windows server 2003默认是关闭此服务的。 <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;打开“开始”(Start) -&gt; “运行”(Run),键入“Services.msc ”,在出现的窗口寻找Themes并双击它, <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;然后在启动模式(startup type )的下拉菜单选择“自动”(Automatic),并点击“应用”(Apply) <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;-&gt;“开始”(Start) -&gt; “确定” <br/>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;. &nbsp;这样的xx作也是只能让你使用Windows自带的Luna主题的三个模式,假如你希望使用更多的第三方主题文件的话,你需要使用修改的Uxtheme.dll文件来支持它,关于修改的Uxtheme.dll文件,你可以在<a href="http://vortex.winbeta.org/" target="_blank"><font color="#800080">http://vortex.winbeta.org/</font></a>找到更多。 </p>
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 转播转播 分享分享 顶 踩
您需要登录后才可以回帖 登录 | 马上注册

本版积分规则

小黑屋|手机版|Archiver|信息系统项目管理师_软考交流平台. ( 鄂ICP备11002878号-1  公安备案号:42011102001150

GMT+8, 2025-7-6 01:05

Software by Discuz! X3.2

© 2001-2013 SKIN BY DSVUE

快速回复 返回顶部 返回列表