相信自己是对的,朋友多多才是走向成功的开始……

自己的事自己办!

统计

积分与排名

空间

网址

自己

最新评论

#

WindowsXP终极优化设置(精心整理篇)

◆一、系统优化设置

 ◆1、系统常规优化

  1)关闭系统属性中的特效,这可是简单有效的提速良方。点击开始→控制面板→系统→高级→性能→设置→在视觉效果中,设置为调整为最佳性能→确定即可。

  2)“我的电脑”-“属性”-“高级”-“错误报告”-选择“禁用错误汇报”。

  3)再点“启动和故障恢复”-“设置”,将“将事件写入系统日志”、“发送管理警报”、“自动重新启动”这三项的勾去掉。再将下面的“写入调试信息”设置为“无”。

  4)“我的电脑”-“属性”-“高级”-“性能”-“设置”-“高级”,将虚拟内存值设为物理内存的2.5倍,将初始大小和最大值值设为一样(比如你的内存是256M,你可以设置为640M),并将虚拟内存设置在系统盘外(注意:当移动好后要将原来的文件删除)。

  5)将“我的文档”文件夹转到其他分区:右击“我的文档”-“属性“-“移动”,设置到系统盘以外的分区即可。

  6)将IE临时文件夹转到其他分区:打开IE浏览器,选择“工具“-“internet选项”-“常规”-“设置”-“移动文件夹”,设置设置到系统盘以外的分区即可。

 ◆2、加速XP的开、关机

  1)首先,打开“系统属性”点“高级”选项卡,在“启动和故障恢复”区里打开“设置”,去掉“系统启动”区里的两个√,如果是多系统的用户保留“显示操作系统列表的时间”的√。再点“编辑”确定启动项的附加属性为/fastdetect而不要改为/nodetect,先不要加 /noguiboot属性,因为后面还要用到guiboot。

  2)接下来这一步很关键,在“系统属性”里打开“硬件”选项卡,打开“设备管理器”,展开“IDE ATA/ATAPI控制器”,双击打开“次要IDE通道”属性,点“高级设置”选项卡,把设备1和2的传送模式改为“DMA(若可用)”,设备类型如果可以选择“无”就选为“无”,点确定完成设置。同样的方法设置“主要IDE通道”。

  3)设置预读改善开机速度,打开注册表,找到HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters,右边窗口将EnablePrefetcher的数值更改为1(0-禁用预读,1-预读应用程序,2-系统启动预读,3-前两者皆预读)。电脑是 PIII 800MHz 以上的可以尝试将数值更改为4或5。

  4)顺便把关机也加速一下吧。打开注册表(开始-运行-regedit),单击“我的电脑”打开“编辑”菜单的“查找”,输入AutoEndTasks,点“查找下一个”。双击打开找到的结果修改“数值数据”为1(此项是让系统自动关闭停止响应的程序)。然后在AutoEndTasks的下面找到HungAppTimeout(将其“数值数据”设为2000或者更小,推荐设为200),再找到WaitToKillAppTimeout(将其“数值数据”设为2000或者更小,推荐设为1000)。在这里顺便也把菜单延迟的时间修改一下,在AutoEndTasks的下面找到MenuShowDelay,数值是以毫秒为单位,如果想去掉菜单延迟就设为0。修改后点“编辑”菜单,打开“查找下一个”(快捷键F3),继续查找,把找到的结果都安照上一步的方法修改(注意:数值要对应相同)。

  5)用上面的方法找到WaitToKillServiceTimeout并设置数值与WaitToKillAppTimeout相同。

  6)享受了极速重启的乐趣后我们再进一步加速一下启动的速度,打开“系统属性”-“高级”-“启动和故障恢复”设置,打开“系统启动”区的编辑,在fastdetect的后面加上/noguiboot,这样在启动的时候就不会再显示滚动条。如果你非常喜欢这个滚动条的显示这一步就不用做了。

  7)MsConfig。选择“运行”-“msconfig”。我们要动手脚的是“启动”选项卡,点击它,这个选项卡中显示了Windows启动时运行的所有程序。这里没有一个程序对Windows来说是生死悠关的,所以放心大胆地把不要的去掉。

 ◆3、减少开机磁盘扫描等待时间

  选择“开始→运行”,在运行对话框中键入“chkntfs /t:0”,即可将磁盘扫描等待时间设置为0;如果要在计算机启动时忽略扫描某个分区,比如C盘,可以输入“chkntfs /x c:”命令;如果要恢复对C盘的扫描,可使用“chkntfs /d c:”命令,即可还原所有chkntfs默认设置,除了自动文件检查的倒计时之外。

 ◆4、关掉调试器Dr. Watson

  运行drwtsn32,把除了“转储全部线程上下文”之外的全都去掉。否则一旦有程序出错,硬盘会响很久,而且会占用很多空间。如果你以前遇到过这种情况,请查找user.dmp文件并删掉,可能会省掉几十M的空间。这是出错程序的现场,对我们没用。然后打开注册表,找到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug子键分支,双击在它下面的Auto键值名称,将其“数值数据”改为0,最后按F5刷新使设置生效,这样就彻底来取消它的运行了。另外蓝屏时出现的memory.dmp也可删掉。在“我的电脑→属性→高级→设置→写入调试信息→选择无”。

 ◆5、关闭“系统还原”

  鼠标右健单击桌面上的“我的电脑”,选择“属性”,找到“系统还原”去掉,这样可以节省好多空间。

 ◆6、关闭“休眠支持”

  休眠功能会占用不少的硬盘空间,如果使用得少不妨将其关闭。打开“控制面板”-“电源选项”-“休眠”选项卡,取消“启用休眠”复选框。

 ◆7、取消对ZIP压缩文件的支持

  点击开始→运行,敲入:“regsvr32 /u zipfldr.dll”双引号中间的,然后回车确认即可,成功的标志是出现个提示窗口,内容大致为:zipfldr.dll中的Dll UnrgisterServer成功。

 ◆8、不加载DLL文件(卸载无用的动态链接)  

  找到注册表如下位置:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer,接下来建立一个名为AlwaysUnloadDLL,值为1的双字节值。如果想要去除这项优化,只需把该键值设为0(也可以干脆把键删掉)。

 ◆9、关闭错误报告

  在“系统属性”对话框中选择“高级”选项卡,单击“错误报告”按钮,在弹出的“错误汇报”对话框中,选择“禁用错误汇报”单选项,最后单击“确定”即可。

 ◆10、加快窗口显示速度

  打开注册表编辑器,找到HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics,右边窗口找到MinAniMate键值,把它改为0。

 ◆11、关闭自动更新

  “我的电脑”右键,选择“属性”-“自动更新”-“关闭自动更新,我将手动更新计算机”,单击“确定”。

 ◆12、加快开始菜单的显示

  打开注册表编辑器,找"HKEY_CURRENT_USER\Control Panel\Desktop\MenuShowDelay"主键,适当调小该键值,最低可设为“0”。如果此方法无效,请从“控制面板”-“显示属性”-“显示效果”-“高级”,将"show menu shadow"项的选择取消,便可加快开始菜单的显示。

 ◆13、关闭磁盘索引

  打开我的电脑-右击驱动器-“属性”-取消“使用索引以便快速查找文件”。

 ◆14、加快自动刷新率

  运行注册表编辑器,找HKEY_LOCAL_MACHINE\ystem\CurrentControlSet\Control\Update\,将Dword[UpdateMode]的数值数据更改为[0]。

 ◆15、关闭自动重新启动功能

  WindowsXP遇到严重问题时会突然重新开机,可从注册表将此功能取消。打开注册表编辑器,找到“HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl\”将AutoReboot键的Dword值更改为0。

 ◆16、删除强加的附件

  用记事本修改\winnt\inf\sysoc.inf,用查找/替换功能,在查找框中输入“,hide”(一个英文逗号紧跟hide),将“替换为”框设为空,并全部替换,这样,就把所有的,hide都去掉了;保存退出;运行“添加-删除程序”,就会看见“添加/删除Windows组件”中多出了好几个选项,这样你可以删除些没有用的附件。

 ◆17、启动时禁止自动调用"Windows Messenger"

  运行注册表编辑器,找到并删除"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\MSMSGS"此键来实现。

 ◆18、每次启动时保持桌面设置不变

  打开注册表编辑器,找到HKEY_CURRENT_USERS\Software\Microsoft\Windows\CurrentVersion\ Polices\Explorer子键分支,在它的下面找到NoSaveSettings,将其键值改为“0”,或者直接删除该键值项。

 ◆19、在启动电脑时运行Defrag(磁盘打扫)程序

  打开注册表编辑器,找到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction键,将键值Enable设定为Y等于开启,而设定为N等于关闭。

 ◆20、清除预读文件

  定期删除该文件夹内的所有文件,在安装盘的\Windows\prefetch文件夹里。

 ◆21、取消磁盘容量警告

  打开注册表编辑器后,找到HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer键,双击NoLowDiskSpaceChecks键并修改其数值为1然后“确定”即可。如果此键值不存在,则新建一个名为NoLowDiskSpaceChecks的DWORD值,并将其数值设为1然后“确定”即可。

 ◆22、在关机时清空页面文件(清空虚拟内存)

  打开“控制面板”,点击“管理工具”→“本地安全策略”→“本地策略”→“安全选项”,双击其中“关机:清理虚拟内存页面文件”一项,点击弹出选单中的“已启用”选项,单击“确定”即可。
◆23、关闭不必要的服务

Alerter

微软:通知选取的使用者及计算机系统管理警示。如果停止这个服务,使用系统管理警示的程序将不会收到通知。如果停用这个服务,所有依存于它的服务将无法启动。

补充:一般家用计算机根本不需要传送或接收计算机系统管理来的警示(Administrative Alerts),除非你的计算机用在局域网络上

依存:Workstation

建议:禁用

Application Layer Gateway Service

微软:提供因特网联机共享和因特网联机防火墙的第三方通讯协议插件的支持

补充:如果你不使用因特网联机共享 (ICS) 提供多台计算机的因特网存取和因特网联机防火墙 (ICF) 软件你可以关掉

依存:Internt Connection Firewall (ICF) Internet Connection Sharing (ICS)

建议:禁用

Application Management (应用程序管理)

微软:提供指派、发行、以及移除的软件安装服务。

补充:如上说的软件安装变更的服务

建议:手动

Automatic Updates

微软:启用重要 Windows 更新的下载及安装。如果停用此服务,可以手动的从 Windows Update 网站上更新操作系统。

补充:允许 Windows 于背景自动联机之下,到 Microsoft Servers 自动检查和下载更新修补程序

建议:自动

Background Intelligent Transfer Service

微软:使用闲置的网络频宽来传输数据。

补充:经由 Via HTTP1.1 在背景传输资料的东西,例如 Windows Update 就是以此为工作之一

依存:Remote Procedure Call (RPC) 和 Workstation

建议:禁用

ClipBook (剪贴簿)

微软:启用剪贴簿检视器以储存信息并与远程计算机共享。如果这个服务被停止,剪贴簿检视器将无法与远程计算机共享信息。如果这个服务被停用,任何明确依存于它的服务将无法启动。

补充:把剪贴簿内的信息和其它台计算机分享,一般家用计算机根本用不到

依存:Network DDE

建议:禁用

COM+ Event System (COM+ 事件系统)

微软:支持「系统事件通知服务 (SENS)」,它可让事件自动分散到订阅的 COM 组件。如果服务被停止,SENS 会关闭,并无法提供登入及注销通知。如果此服务被停用,任何明显依存它的服务都无法启动。

补充:有些程序可能用到 COM+ 组件,像 BootVis 的 optimize system 应用,如事件检视器内显示的 DCOM 没有启用

依存:Remote Procedure Call (RPC) 和 System Event Notification

建议:手动

COM+ System Application

微软:管理 COM+ 组件的设定及追踪。如果停止此服务,大部分的 COM+ 组件将无法适当操作。如果此服务被停用,任何明确依存它的服务将无法启动。

补充:如果 COM+ Event System 是一台车,那么 COM+ System Application 就是司机,如事件检视器内显示的 DCOM 没有启用

依存:Remote Procedure Call (RPC)

建议:手动

Computer Browser (计算机浏览器)

微软:维护网络上更新的计算机清单,并将这个清单提供给做为浏览器的计算机。如果停止这个服务,这个清单将不会被更新或维护。如果停用这个服务,所有依存于它的服务将无法启动。

补充:一般家庭用计算机不需要,除非你的计算机应用在区网之上,不过在大型的区网上有必要开这个拖慢速度吗?

依存:Server 和 Workstation

建议:禁用

Cryptographic Services

微软:提供三个管理服务 确认 Windows 档案签章的 [类别目录数据库服务]; 从这个计算机新增及移除受信任根凭证授权凭证的 [受保护的根目录服务]; 以及协助注册这个计算机以取得凭证的 [金钥服务]。如果这个服务被停止,这些管理服务将无法正确工作。如果这个服务被停用,任何明确依存于它的服务将无法启动。

补充:简单的说就是 Windows Hardware Quality Lab (WHQL)微软的一种认证,如果你有使用 Automatic Updates ,那你可能需要这个

依存:Remote Procedure Call (RPC)

建议:手动

DHCP Client (DHCP 客户端)

微软:透过登录及更新 IP 地址和 DNS 名称来管理网络设定。

补充:使用 DSLCable 、ICS 和 IPSEC 的人都需要这个来指定动态 IP

依存:AFD 网络支持环境、NetBT、SYMTDI、TCPIP Protocol Driver 和 NetBios over TCPIP

建议:手动

Distributed Link Tracking Client (分布式连结追踪客户端)

微软:维护计算机中或网络网域不同计算机中 NTFS 档案间的连结。

补充:维护区网内不同计算机之间的档案连结

依存:Remote Procedure Call (RPC)

建议:禁用

Distributed Transaction Coordinator (分布式交易协调器)

微软:协调跨越多个资源管理员的交易,比如数据库、讯息队列及档案系统。如果此服务被停止,这些交易将不会发生。如果服务被停用,任何明显依存它的服务将无法启动。

补充:如上所说的,一般家庭用计算机用不太到,除非你启用的 Message Queuing

依存:Remote Procedure Call (RPC) 和 Security Accounts Manager

建议:禁用

DNS Client (DNS 客户端)

微软:解析并快取这台计算机的网域名称系统 (DNS) 名称。如果停止这个服务,这台计算机将无法解析 DNS 名称并寻找 Active Directory 网域控制站的位置。如果停用这个服务,所有依存于它的服务将无法启动。

补充:如上所说的,另外 IPSEC 需要用到

依存:TCPIP Protocol Driver

建议:手动

Error Reporting Service

微软:允许对执行于非标准环境中的服务和应用程序的错误报告。

补充:微软的应用程序错误报告

依存:Remote Procedure Call (RPC)

建议:禁用

Event Log (事件记录文件)

微软:启用 Windows 为主的程序和组件所发出的事件讯息可以在事件检视器中检视。这个服务不能被停止。

补充:允许事件讯息显示在事件检视器之上

依存:Windows Management Instrumentation

建议:自动

Fast User Switching Compatibility

微软:在多使用者环境下提供应用程序管理。

补充:另外像是注销画面中的切换使用者功能

依存:Terminal Services

建议:手动

Help and Support

微软:让说明及支持中心能够在这台计算机上执行。如果这个服务停止,将无法使用说明及支持中心。如果这个服务被停用,它的所有依存服务将无法启动。

补充:如果不使用就关了吧

依存:Remote Procedure Call (RPC)

建议:禁用

HTTP SSL

微软:此服务通过安全套接字层(SSL)实现 HTTP 服务的安全超文本传送协议(HTTPS)。如果此服务被禁用,任何依赖它的服务将无法启动。

补充:如上

依存:HTTP

建议:手动

Human Interface Device Access

微软:启用对人性化接口装置 (HID) 的通用输入存取,HID 装置启动并维护对这个键盘、远程控制、以及其它多媒体装置上事先定义的快捷纽的使用。如果这个服务被停止,这个服务控制的快捷纽将不再起作用。如果这个服务被停用,任何明确依存于它的服务将无法启动。

补充:如上所提到的

依存:Remote Procedure Call (RPC)

建议:禁用

IMAPI CD-Burning COM Service

微软:使用 Image Mastering Applications Programming Interface (IMAPI) 来管理光盘录制。如果这个服务被停止,这个计算机将无法录制光盘。如果这个服务被停用,任何明确地依赖它的服务将无法启动。

补充:XP 整合的 CD-R 和 CD-RW 光驱上拖放的烧录功能,可惜比不上烧录软件,关掉还可以加快 Nero 的开启速度

建议:禁用

Indexing Service (索引服务)

微软:本机和远程计算机的索引内容和档案属性; 透过弹性的查询语言提供快速档案存取。

补充:简单的说可以让你加快搜查速度,不过我想应该很少人和远程计算机作搜寻吧

依存:Remote Procedure Call (RPC)

建议:禁用

Internet Connection Firewall (ICF) Internet Connection Sharing (ICS)

微软:为您的家用网络或小型办公室网络提供网络地址转译、寻址及名称解析服务和或防止干扰的服务。

补充:如果你不使用因特网联机共享(ICS)或是 XP 内含的因特网联机防火墙(ICF)你可以关掉

依存:Application Layer Gateway Service、Network Connections、Network Location Awareness(NLA)、Remote Access Connection Manager

建议:禁用

IPSEC Services (IP 安全性服务)

微软:管理 IP 安全性原则并启动 ISAKMPOakley (IKE) 及 IP 安全性驱动程序。

补充:协助保护经由网络传送的数据。IPSec 为一重要环节,为虚拟私人网络 (VPN) 中提供安全性,而 VPN 允许组织经由因特网安全地传输数据。在某些网域上也许需要,但是一般使用者大部分是不太需要的

依存:IPSEC driver、Remote Procedure Call (RPC)、TCPIP Protocol Driver

建议:手动

Logical Disk Manager (逻辑磁盘管理员)

微软:侦测及监视新硬盘磁盘,以及传送磁盘区信息到逻辑磁盘管理系统管理服务以供设定。如果这个服务被停止,动态磁盘状态和设定信息可能会过时。如果这个服务被停用,任何明确依存于它的服务将无法启动。

补充:磁盘管理员用来动态管理磁盘,如显示磁盘可用空间等和使用 Microsoft Management Console(MMC)主控台的功能

依存:Plug and Play、Remote Procedure Call (RPC)、Logical Disk Manager Administrative Service

建议:自动

Logical Disk Manager Administrative Service (逻辑磁盘管理员系统管理服务)

微软:设定硬盘磁盘及磁盘区,服务只执行设定程序然后就停止。

补充:使用 Microsoft Management Console(MMC)主控台的功能时才用到

依存:Plug and Play、Remote Procedure Call (RPC)、Logical Disk Manager

建议:手动

Messenger (信差)

微软:在客户端及服务器之间传输网络传送及 [Alerter] 服务讯息。这个服务与 Windows Messenger 无关。如果停止这个服务,Alerter 讯息将不会被传输。如果停用这个服务,所有依存于它的服务将无法启动。

补充:允许网络之间互相传送提示讯息的功能,如 net send 功能,如不想被骚扰话可关了

依存:NetBIOS Interface、Plug and Play、Remote Procedure Call (RPC)、Workstation

建议:禁用

MS Software Shadow Copy Provider

微软:管理磁盘区阴影复制服务所取得的以软件为主的磁盘区阴影复制。如果停止这个服务,就无法管理以软件为主的磁盘区阴影复制。如果停用这个服务,任何明确依存于它的服务将无法启动。

补充:如上所说的,用来备份的#124;西,如 MS Backup 程序就需要这个服务

依存:Remote Procedure Call (RPC)

建议:禁用

Net Logon

微软:支持网域上计算机的账户登入事件的 pass-through 验证。

补充:一般家用计算机不太可能去用到登入网域审查这个服务

依存:Workstation

建议:禁用

NetMeeting Remote Desktop Sharing (NetMeeting 远程桌面共享)

微软:让经过授权的使用者可以使用 NetMeeting 透过公司近端内部网络,由远程访问这部计算机。如果这项服务停止的话,远程桌面共享功能将无法使用。如果服务停用的话,任何依赖它的服务将无法启动。

补充:如上说的,让使用者可以将计算机的控制权分享予网络上或因特网上的其它使用者,如果你重视安全性不想多开后门,就关了吧

建议:禁用

Network Connections (网络联机)

微软:管理在网络和拨号联机数据夹中的对象,您可以在此数据夹中检视局域网络和远程联机。

补充:控制你的网络联机

依存:Remote Procedure Call (RPC)、Internet Connection Firewall (ICF) Internet Connection Sharing (ICS)

建议:手动

Network DDE (网络 DDE)

微软:为动态数据交换 (DDE) 对在相同或不同计算机上执行的程序提供网络传输和安全性。如果这个服务被停止,DDE 传输和安全性将无法使用。如果这个服务被停用,任何明确依存于它的服务将无法启动。

补充:一般人好像用不到

依存:Network DDE DSDM、ClipBook

建议:禁用

Network DDE DSDM (网络 DDE DSDM)

微软:讯息动态数据交换 (DDE) 网络共享。如果这个服务被停止,DDE 网络共享将无法使用。如果这个服务被停用,任何明确依存于它的服务将无法启动。

补充:一般人好像用不到

依存:Network DDE

建议:禁用

Network Location Awareness (NLA)

微软:收集并存放网络设定和位置信息,并且在这个信息变更时通知应用程序。

补充:如果不使用 ICF 和 ICS 可以关了它

依存:AFD网络支持环境、TCPIP Procotol Driver、Internet Connection Firewall (ICF) Internet Connection Sharing (ICS)

建议:禁用

NT LM Security Support Provider (NTLM 安全性支持提供者)

微软:为没有使用命名管道传输的远程过程调用 (RPC) 程序提供安全性。

补充:如果不使用 Message Queuing 或是 Telnet Server 那就关了它

依存:Telnet

建议:禁用

Performance Logs and Alerts (效能记录文件及警示)

微软:基于事先设定的排程参数,从本机或远程计算机收集效能数据,然后将数据写入记录或#124;发警讯。如果这个服务被停止,将不会收集效能信息。如果这个服务被停用,任何明确依存于它的服务将无法启动。

补充:没什么价值的服务

建议:禁用

Plug and Play (即插即用)

微软:启用计算机以使用者没有或很少的输入来识别及适应硬件变更,停止或停用这个服务将导致系统不稳定。

补充:顾名思义就是 PNP 环境

依存:Logical Disk Manager、Logical Disk Manager Administrative Service、Messenger、Smart Card、Telephony、Windows Audio

建议:自动

Portable Media Serial Number

微软:Retrieves the serial number of any portable music player connected to your computer

补充:透过联机计算机重新取得任何音乐拨放序号?没什么价值的服务

建议:禁用

Print Spooler (打印多任务缓冲处理器)

微软:将档案加载内存中以待稍后打印。

补充:如果没有打印机,可以关了

依存:Remote Procedure Call (RPC)

建议:禁用

Protected Storage (受保护的存放装置)

微软:提供受保护的存放区,来储存私密金钥这类敏感数据,防止未授权的服务、处理、或使用者进行存取。

补充:用来储存你计算机上密码的服务,像 Outlook、拨号程序、其它应用程序、主从架构等等

依存:Remote Procedure Call (RPC)

建议:自动
QoS RSVP (QoS 许可控制,RSVP)

微软:提供网络讯号及区域流量控制安装功能给可识别 QoS 的程序和控制小程序项。

补充:用来保留 20% 频宽的服务,如果你的网络卡不支持 802.1p 或在你计算机的网域上没有 ACS server ,那么不用多说,关了它

依存:AFD网络支持环境、TCPIP Procotol Driver、Remote Procedure Call (RPC)

建议:禁用

Remote Access Auto Connection Manager (远程访问自动联机管理员)

微软:当程序参照到远程 DNS 或 NetBIOS 名称或地址时,建立远程网络的联机。

补充:有些 DSLCable 提供者,可能需要用此来处理登入程序

依存:Remote Access Connection Manager、Telephony

建议:手动

Remote Access Connection Manager (远程访问联机管理员)

微软:建立网络联机。

补充:网络联机用

依存:Telephony、Internet Connection Firewall (ICF) Internet Connection Sharing (ICS)、Remote Access Auto Connection Manager

建议:手动

Remote Desktop Help Session Manager

微软:管理并控制远程协助。如果此服务停止的话,远程协助将无法使用。停止此服务之前,请先参阅内容对话框中的 [依存性]标签。

补充:如上说的管理和控制远程协助,如果不使用可以关了

依存:Remote Procedure Call (RPC)

建议:禁用

Remote Procedure Call (RPC) (远程过程调用,RPC)

微软:提供结束点对应程序以及其它 RPC 服务。

补充:一些装置都依存它,别去动它

依存:太多了,自己去看看

建议:自动

Remote Procedure Call (RPC) Locator (远程过程调用定位程序)

微软:管理 RPC 名称服务数据库。

补充:如上说的,一般计算机上很少用到,可以尝试关了

依存:Workstation

建议:禁用

Remote Registry (远程登录服务)

微软:启用远程使用者修改这个计算机上的登录设定。如果这个服务被停止,登录只能由这个计算机上的使用者修改。如果这个服务被停用,任何明确依存于它的服务将无法启动。

补充:基于安全性的理由,如果没有特别的需求,建议最好关了它,除非你需要远程协助修改你的登录设定

依存:Remote Procedure Call (RPC)

建议:禁用

Removable Storage (卸除式存放装置)

微软:None

补充:除非你有 Zip 磁盘驱动器或是 USB 之类可携式的硬件或是 Tape 备份装置,不然可以尝试关了

依存:Remote Procedure Call (RPC)

建议:禁用

Routing and Remote Access (路由和远程访问)

微软:提供连到局域网络及广域网络的公司的路由服务。

补充:如上说的,提供拨号联机到区网或是 VPN 服务,一般用户用不到

依存:Remote Procedure Call (RPC)、NetBIOSGroup

建议:禁用

Secondary Logon

微软:启用在其它认证下的起始程序。如果这个服务被停止,这类的登入存取将无法使用。如果这个服务被停用,任何明确依存于它的服务将无法启动。

补充:允许多个使用者处理程序,执行分身等

建议:自动

Security Accounts Manager (安全性账户管理员)

微软:储存本机账户的安全性信息。

补充:管理账号和群组原则(gpedit.msc)应用

依存:Remote Procedure Call (RPC)、Distributed Transaction Coordinator

建议:自动

Security Center ※SP2

微软:监视系统安全设置和配置。

补充:安全中心

依存:Remote Procedure Call (RPC)、DWindows Management Instrumentation (WMI)

建议:自动

Server (服务器)

微软:透过网络为这台计算机提供档案、打印、及命名管道的共享。如果停止这个服务,将无法使用这些功能。如果停用这个服务,所有依存于它的服务将无法启动。

补充:简单的说就是档案和打印的分享,除非你有和其它计算机分享,不然就关了

依存:Computer Browser

建议:禁用

Shell Hardware Detection

微软:为自动播放硬件事件提供通知。

补充:一般使用在记忆卡或是CD装置、DVD装置上

依存:Remote Procedure Call (RPC)

建议:自动

Smart Card (智慧卡)

微软:管理这个计算机所读取智能卡的存取。如果这个服务被停止,这个计算机将无法读取智能卡。如果这个服务被停用,任何明确依存于它的服务将无法启动。

补充:如果你不使用 Smart Card ,那就可以关了

依存:Plug and Play

建议:禁用

Smart Card Helper (智能卡协助程序)

微软:启用对这个计算机使用的旧版非随插即用智能卡读取头的支持。如果这个服务被停止,这个计算机将不支持旧版读取头。如果这个服务被停用,任何明确依存于它的服务将无法启动。

补充:如果你不使用 Smart Card ,那就可以关了

建议:禁用

SSDP Discovery Service

微软:在您的家用网络上启用通用随插即用装置的搜索。

补充:如上说的,通用随插即用服务 (Universal Plug and Play, UPnP) 让计算机可以找到并使用网络上的装置,经由网络联机透过 TCPIP 来搜索装置,像网络上的扫瞄器、数字相机或是打印机,亦即使用 UPnP 的功能,基于安全性没用到的大可关了

依存:Universal Plug and Play Device Host

建议:禁用

System Event Notification (系统事件通知)

微软:追踪诸如 Windows 登入、网络、和电源事件的系统事件。通知这些事件的 COM+ 事件系统订阅者。

补充:如上所说的

依存:COM+ Event System

建议:自动

System Restore Service

微软:执行系统还原功能。若要停止服务,从我的计算机-内容,[系统还原] 中关闭系统还原

补充:将计算机回复至先前的状态,不使用就关了

依存:Remote Procedure Call (RPC)

建议:禁用

Task Scheduler (工作排程器)

微软:让使用者能够在这个计算机上设定和排定自动的工作。如果停止这个服务,这些工作在它们排定的时间时将不会执行。如果停用这个服务,任何明确依存于它的服务将无法启动。

补充:设定排定自动的工作,像一些定时磁盘扫瞄、病毒定时扫瞄、更新等等

依存:Remote Procedure Call (RPC)

建议:禁用

TCP/IP NetBIOS Helper (TCPIP NetBIOS 协助程序)

微软:启用 [NetBIOS over TCPIP (NetBT)] 服务及 NetBIOS 名称解析的支持。

补充:如果你的网络不使用 NetBios 或是 WINS ,你大可关闭

依存:AFD 网络支持环境、NetBt

建议:禁用

Telephony (电话语音)

微软:为本机计算机上及经由局域网络连接到正在执行此服务的服务器上,控制电话语音装置和 IP 为主语音联机的程序,提供电话语音 API (TAPI) 支持。

补充:一般的拨号调制解调器或是一些 DSLCable 可能用到

依存:Plug and Play、Remote Procedure Call (RPC)、Remote Access Connection Manager、Remote Access Auto Connection Manager

建议:手动

Telnet

微软:启用一个远程使用者来登入到这台计算机和执行应用程序,以及支持各种 TCPIP Telnet 客户端,包含以 UNIX 为基本和以 Windows 为基本的计算机。如果服务停止了,远程使用者可能无法存取应用程序。如果服务停用了,任何明确地依存于这项服务的其它服务将会启动失败。

补充:允许远程使用者用 Telnet 登入本计算机,一般人会误解关了就无法使用BBS,这其实和BBS无关,基于安全性的理由,如果没有特别的需求,建议最好关了

依存:NT LM Security Support Provider、Remote Procedure Call (RPC)、TCPIP Protocol Driver

建议:禁用

Terminal Services (终端机服务)

微软:允许多位使用者互动连接到同一部计算机、桌面的显示器及到远程计算机的应用程序。远程桌面的加强 (包含系统管理员的 RD)、快速切换使用者、远程协助和终端机服务器。

补充:远程桌面或是远程协助的功能,不需要就关了

依存:Remote Procedure Call (RPC)、Fast User Switching Compatibility、InteractiveLogon

建议:禁用

Themes

微软:提供使用者经验主题管理。

补充:很多人使用布景主题,不过如果没有使用的人,那就可以关闭

建议:自动

Uninterruptible Power Supply (不断电供电系统)

微软:管理连接到这台计算机的不断电电源供应 (UPS)。

补充:不断电电源供应 (UPS)一般人有用到吗?除非你的电源供应器有具备此功能,不然就关了

建议:禁用

Universal Plug and Play Device Host

微软:提供主机通用随插即用装置的支持。

补充:用来侦测安装通用随插即用服务 (Universal Plug and Play, UPnP)装置,像是数字相机或打印机

依存:SSDP Discovery Service

建议:禁用

Volume Shadow Copy

微软:管理及执行用于备份和其它目的的磁盘区卷影复制。如果这个服务被停止,卷影复制将无法用于备份,备份可能会失败。如果这个服务被停用,任何明确依存于它的服务将无法启动。

补充:如上所说的,用来备份的#124;西,如 MS Backup 程序就需要这个服务

依存:Remote Procedure Call (RPC)

建议:禁用

WebClient

微软:启用 Windows 为主的程序来建立、存取,以及修改因特网为主的档案。如果停止这个服务,这些功能将无法使用。如果停用这个服务,任何明确依存于它的服务将无法启动。

补充:使用 WebDAV 将档案或数据夹上载到所有的 Web 服务,基于安全性的理由,你可以尝试关闭

依存:WebDav Client Redirector

建议:禁用

Windows Audio

微软:管理用于 Windows 为主程序的音讯装置。如果这个服务被停止,音讯装置和效果将无法正常操作。如果这个服务被停用,任何明确依存于它的服务将无法启动。

补充:如果你没有声卡可以关了他

依存:Plug and Play、Remote Procedure Call (RPC)

建议:自动

Windows Firewall/Internet Connection Sharing (ICS) ※SP2

微软:为家庭和小型办公网络提供网络地址转换、寻址、名称解析和/或入侵保护服务。

补充:如果你不使用因特网联机共享(ICS)或是 XP 内含的Windows防火墙你可以关掉

依存:Network Connections、Windows Management Instrumentation

建议:自动

Windows Image Acquisition (WIA) (Windows影像取得程序)

微软:为扫描仪和数字相机提供影像撷取服务。

补充:如果扫描仪和数字相机内部具有支持WIA功能的话,那就可以直接看到图档,不需要其它的驱动程序,所以没有扫描仪和数字相机的使用者大可关了

依存:Remote Procedure Call (RPC)

建议:禁用

Windows Installer (Windows 安装程序)

微软:根据包含在 .MSI 档案内的指示来安装,修复以及移除软件。

补充:是一个系统服务,协助使用者正确地安装、设定、追踪、升级和移除软件程序,可管理应用程序建立和安装的标准格式,并且追踪例如档案群组、登录项目及快捷方式等组件

依存:Remote Procedure Call (RPC)

建议:手动

Windows Management Instrumentation (WMI)

微软:提供公用接口及对象模型,以存取有关操作系统、装置、应用程序及服务的管理信息。如果这个服务已停止,大多数的 Windows 软件将无法正常操作。如果这个服务已停用,所有依存于它的服务都将无法启动。

补充:如上说的,是一种提供一个标准的基础结构来监视和管理系统资源的服务,由不得你动他

依存:Event Log、Remote Procedure Call (RPC)

建议:自动

Windows Management Instrumentation Driver Extensions (Windows Management Instrumentation 驱动程序延伸)

微软:提供系统管理信息给予取自驱动程序。

补充:Windows Management Instrumentation 的延伸,提供信息用的

建议:手动

Windows Time (Windows 时间设定)

微软:维护在网络上所有客户端及服务器的数据及时间同步处理。如果这个服务停止,将无法进行日期及时间同步处理。如果这个服务被停用,所有依存的服务都会停止。

补充:网络对时校准用的

建议:自动

Wireless Zero Configuration

微软:为 802.11 适配卡提供自动设定

补充:自动配置无线网络装置,言下之意就是说,除非你有在使用无线网络适配卡装置,那么你才有必要使用这个网络零管理服务

依存:NDIS Usermode IO Protocol、Remote Procedure Call (RPC)

建议:禁用

WMI Performance Adapter

微软:提供来自 WMIHiPerf 提供者的效能链接库信息。

补充:如上所提

依存:Remote Procedure Call (RPC)

建议:禁用

Workstation (工作站)

微软:建立并维护到远程服务器的客户端网络联机。如果停止这个服务,这些联机将无法使用。如果停用这个服务,所有依存于它的服务将无法启动。

补充:因特网联机中所必要的一些功能

依存:Alerter、Background Intelligent Transfer Service、Computer Browser、Messenger、Net Logon、Remote Procedure Call (RPC) Locator
◆二、硬件优化设置
 ◆1、关掉不用的设备
  在设备管理器中,将PCMCIA卡、调制解调器、红外线设备、打印机端口(LPT1)或者串口(COM1)等不常用的设备停用,在要停用设备属性对话框中的“常规”选项卡中选择“不要使用这个设备(停用)”。当需要使用这些设备时再从设备管理器中启用它们。
 ◆2、内存性能优化
  WindowsXP中有几个选项可以优化内存性能,它们全都在注册表下面位置:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management
  1)禁用内存页面调度(Paging Executive)
  XP会把内存中的片断写入硬盘,我们可以阻止它这样做,让数据保留在内存中,从而提升系统性能。256M以上内存才使用这个设置。把“DisablePagingExecutive”的值从0改为1就可以禁止内存页面调度了。
  2)提升系统缓存
  必须有256M以上的内存,才激活它。把LargeSystemCache键值从0改为1,一般来说,这项优化会使系统性能得到相当的提升,但也有可能会使某些应用程序性能降低。
  3)输入/输出性能
  内存大于256M才更改这里的值,这个优化只对server(服务器)用户才有实在意义,它能够提升系统进行大容量文件传输时的性能。建一个DWORD(双字节值)键值,命名为IOPageLockLimit,数值设8M-16M字节之间性能最好,具体设什么值,可试试哪个值可获得最佳性能。这个值是用字节来计算的,比如你要分配12M,就是12×1024×1024,也就是12582912。
 ◆3、启动硬盘/光驱DMA模式
  “系统属性”-“硬件”-“设备管理器”,在设备列表中选择“IDE ATA/ATAPI控制器”,双击“主要 IDE 通道”或“次要 IDE 通道”,在其属性对话框的“高级设置”选项卡中检查DMA模式是否已启动,一般来说如果设备支持,系统就会自动打开DMA功能,如果没有打开可将“传输模式”设为“DMA(若可用)”(在BIOS里也应该要先设为支持DMA)。
 ◆4、关闭自动播放功能
  运行“组策略”程序,在组策略窗口左边栏中打开“计算机配置”,选择“管理模板”下的“系统”,然后在右边的配置栏中找到“关闭自动播放”并双击它,会弹出“关闭自动播放属性”对话框,在其中“设置”选项卡中选择“已启用”,“关闭自动播放”下拉列表中选择“所有驱动器”。
 ◆5、设置二级缓存容量
  WindowsXP有时无法自动检测处理器的二级缓存容量,需要我们手动设置。运行注册表编辑器,找到HKCU_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management,选择Dword值SecondLevelDataCache(如果没有就新建这个值),修改这个值(填时使用10进制)为你的CPU的二级缓存的大小,比如你的CPU的二级缓存是256KB,就修改Dword值SecondLevelDataCache为10进制的256即可。二级缓存大小介绍AMD系列Duron 64KB K6-3 Thunderbird AthlonXP 256KB K6-2 Athlon 512KB;Intel系列CeleronA Celeron2 128KB P2 Mobile P3E(EB) P4 Willamette 256KB P2 P3(katmai) P4(Northwood) 512KB。使用Winxp的请务必检查一下:打开注册表,找到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion将"RegDone"的数值,由0改成1才算完成,这个操作很重要,很多奇怪的小毛病因此而解决。(www.jz5u.com)
 ◆6、取消微软的验证提示
  安装驱动程式时往往会弹出窗口说程序没有经过微软的验证,我们可以在控制面板—系统—硬件—设备管理员—驱动程序签名,取消。
 ◆7、为IRQ中断请求排优先次序
  计算机的每一个主要部件都设了个IRQ中断号。这里就是要通过修改每个IRQ请求的优先次序达到优化目的。这里主要的优化对象是系统CMOS实时钟,它通过主板来提升性能。首先,要确定你想要哪个组件获得更高的性能,然后找到这个硬件正在使用的IRQ中断号。怎么找呢?打开控制面板里的系统属性,选中“硬件”选项卡,然后点击“设备管理器”按钮。右键点击要查IRQ号的组件,选择“属性”,然后点击“资源”选项卡,这里可以看到设备正在使用的IRQ中断号(如果没有IRQ中断号,选择另一个设备)。把中断号记下来,然后运行注册表编辑器Regedit,找到注册表中的 HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\PriorityControl 位置。我们要在这里建立一个名为IRQ#Priority(其中“#”是具体的IRQ中断号)的DWORD双字节值,然后把它的值设为1。譬如说,我的系统CMOS实时钟的IRQ中断号是8,我要建立的键名就是IRQ8Priority。重新启动计算机之后,就会发现刚优化过的组件性能有所提高。强烈建议用这个方法优化系统CMOS实时钟,因为它能改善整块主板的性能。当然也可以把多个IRQ中断号优先级提高,但这样做的效果没那么好,而且有可能造成系统不稳定。要把这个优化设置撤消的话,只要把刚才建立的注册表键值删掉就OK了。〈
◆三、网络优化设置
 ◆1、优化网上邻居
  WindowsXP使用网上邻居时,首先会搜索自己的共享目录和可作为网络共享的打印机以及计划任务中和网络相关的计划任务,然后才显示出来,这样会直接影响计算机的运行速度,如果不必要的话,应将其删除。在注册表编辑器中找到 HKEY_LOCAL_MACHINE\sofeware\Microsoft\Windows\Current Version\Explorer\RemoteComputer\NameSpace,删除其下的{2227A280-3AEA-1069-A2DE08002B30309D}(打印机)和{D6277990-4C6A-11CF-8D87-00AA0060F5BF}(计划任务)。
 ◆2、解决WinXP运行时停顿问题
  开始-网络连接-本地连接-选择属性-选择“Internet协议(TCP/IP)”属性,改IP地址:192.168.0.1 子网掩码:255.255.255.0 。
 ◆3、让XP自动连网
  打开拨号连接属性,把“提示名称、密码、凭证等”的勾去掉,然后把该拨号放到“启动”即完成。
 ◆4、释放QoS Packet占用的20%网络带宽
  打开“组策略”窗口,在左边栏中展开“计算机配置→管理模板→网络→QoS数据包调度程序”,右边窗口双击“限制可保留带宽”,在其属性对话框中的“设置”选项卡中将“限制可保留带宽”设置为“已启用”,然后在下方“带宽限制”栏将“带宽限制”设置为 0 就行了。
 ◆5、优化NTFS文件系统
  取消更新最后一次磁盘访问,运行“regedit”在HKEY_LOCAL_MACHINE\SYSTEM\CurrentContolSet\Control\Filesystem中,加DWORD,数值为1。
 ◆6、优化防火墙
  1)启用或禁用Internet连接防火墙,打开“网络连接”,右击要保护的连接,然后在属性框中选“高级”-“设置”-“启用”;
2)启用或禁用安全日志记录选项,右击启用防火墙的连接,在其属性框中选“高级”-“设置”-“高级”-“安全日志记录设置”,把两项勾去掉即可。
 ◆7.提高10/100M网卡传输速率
  右键网卡所用的连接,打开“属性”对话框,选择所用网卡“配置”,“高级”栏中选择“Link Speed/Duplex Mode”,紧接着在“设置值”栏中将“Auto Mode”更改为“10 Half Mode”。这样,手工将10/100M自适应网卡的属性强制为10M半双工模式,使网卡之间不进行自动协商,让网卡之间在传输数据时始终以10Mbps的速度进行,大大提高了网络之间的传输效率。此设置只对部分网卡有效。
 ◆8、让IE快速启动并支持多线程下载
  1)快速启动:右击任务栏上InternetExplorer图标,在“目标”后面加上“-nohome”参数(加参数后如下:"C:\Program Files\Internet Explorer\IEXPLORE.EXE" -nohome),确定即可。2)支持多线程下载:运行注册表编辑器,在“HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings”下新建双字节值项“MaxConnectionsPerServer”,它决定了最大同步下载的连线数目,一般设定为5~8个连线数目比较好。
◆四、系统减肥设置

 ◆1、删除系统文件备份 sfc.exe /purgecache(一般用户是不怎么用的)。

 ◆2、删除驱动备份 windows\driver cache\i386 目录下的Driver.cab文件(73M)。

 ◆3、取消系统还原(建议安装xp的盘使用,其它盘都别用,通过系统清理程序定期删除一些比较早的还原点)。

 ◆4、删除帮助文件(使用中文汉化包的文件大小为92兆,刚开始使用xp的同志最好别删)。

 ◆5、删掉\WINDOWS\system32\dllcache下文件(这是备用的dll文件,只要你拷贝了安装文件,完全可以这样做)。

 ◆6、把我的文档、IE的临时文件夹都转到其他分区。(同时对系统的速度和硬盘都有好处,如果使用的是双系统,最好把两个系统的IE临时文件都放在同一个文件夹,这样既加快速度有节省空间)。

 ◆7、把虚拟内存也转到其他盘(就是将这些东西和平时临时下载文件放在一个不大的分区里,这样也方便整理硬盘)。

 ◆8、将应用软件装在其他盘(这对重装系统也有好处,可以省很多事)。

 ◆9、删除\windows\ime下不用的输入法(日文、韩文、繁体中文输入法,到底哪个是哪个自己研究一下吧)。

 ◆10、如用NTFS格式装XP,本身就节省空间。

◆五、其他优化设置

 ◆1、修改Windows XP的登录背景图案

  打开注册表编辑器,找到HKEY_USERS\.DEFAULT\Control Panel\Desktop子键分支,双击wallpaper,键入你选择好的图片的路径,点击“确定”,然后找到Tilewallpaper,双击它输入键值“1”。

 ◆2、修改登录时的背景色

  打开注册表编辑器,找到HKEY_USERS\.DEFAULT\Control Panel\Colors子键分支,双击Background键值名,出现“编辑字符串”对话框,在“数值数据”文本框中输入代表颜色的键值(比如黑色的RGB值为000,白色的RGB值为255 255 255,系统默认值是58 110 165),点击“确定”按钮即可。

 ◆3、设置启动信息或增加警告信息

  打开注册表编辑器,找到HKEY_LOCAL_MACHINE_SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon子键分支,双击在它下面的LegalNoticeCaption健值名称,打开“编辑字符串”窗口,在“数值数据”文本框中输入信息对话框的标题,比如“你好,欢迎使用本机器”,然后双击LegalNoticeText,在随后出现的“编辑字符串”窗口中输入想要显示的警告信息,比如“请不要随意修改本级的设置,谢谢!”,单击“确定”按钮。

 ◆4、定制按钮文字颜色

  打开注册表编辑器,找到HKEY_CURRENT_USER\Control Panel\Colors子键分支,双击Bottontext,将其键值改为你想要颜色的值,如红色255 0 0,单击“确定”按钮,重启即可看到效果了,此时按钮上的文字颜色将变成红色,此外你还可以修改按钮的宽度和高度及背景等参数。

 ◆5、修改鼠标右键菜单

  这里以在鼠标右键菜单上添加“用DOS窗口在这里浏览”为例。1)打开注册表编辑器,找到HKEY_CLASSES_ROOT\Directory\shell,然后选中它,点击鼠标右键,新建一个主键,取名为“DOS”,然后选中新建的主键,在右边双击默认字符串值,在弹出的对话框中输入“用DOS窗口在这里浏览”,然后选中新建的主键,再建立一个主键,取名为“command”,选中“command”主键,修改默认值为“cmd.exe /k "cd %L"”即可。

 ◆6、修改系统ID号(ID号在WinXP里面很重要)

  在系统属性里面的常规标签下我们可以看到一串数字就是ID号。正版的WinXP每一套的ID号是不相同的,修改它要打开注册表编辑器,ID号主要放在这几个键值下:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Registration的字符串ProductId

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\User information的字符串产品标识 /☆如果没有使用向微软注册的话,这里不会出现☆/

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion的字符串ProductId

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion的字符串ProductId

以上4个地方就是在注册表中存放ID的键值,要同时修改,修改完以后再看系统属性里面的常规标签,以免修改失败,导致ID还原。

 ◆7、修改系统版本号

  在关于Windows里面有一个内部版本号(正式版的是:2600.xpclient.010817-1148),这个版本号也是存放在注册表中的,位置在HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion,它用一个字符串来记录,修改这个名字叫做BuildLab的字符串就可以修改你的XP的版本号。

 ◆8、音乐目录图片随意设

  Windows XP在以往的Windows操作系统之上提供了很多更高级的管理功能,其中包括图片册生成器,该图片册生成器可以将唱片封面图片自动放置到用户对应保存的音乐文件夹内(这些音乐文件一般是微软的WMA格式文件)。虽然这项功能非常方便,但也存在一些问题。例如如果有些用户以前已经把一些音乐CD光盘转录成MP3格式并保存在硬盘上,虽然用户能够从一些音乐网站如"www.cdnow.com"和"www.amguide.com"下载该CD光盘的唱片封面页,但用户只能手工一个一个地将这些封面页添加至每个音乐文件夹中。这将花费较长时间,而且一旦用户重新安装操作系统,就只好重复上述复杂的操作。如何解决这一难题呢?其实并不复杂,当用户下载音乐唱片封面图片时,请将该图片文件名保存为"folder.jpg"并放至相应的音乐文件夹内,这样Windows XP系统会自动将其默认为该文件夹的缩略图片,而且如果用户使用Media Player for Windows XP(MPXP)播放器来播放音乐文件时,系统还会自动显示出该唱片封面图片。这样操作之后即使用户以后重新安装操作系统也没有问题。此外,如果用户有需求,还可以在保存上述提及的"folder.jpg"文件时再保存一个名为"albumartsmall.jpg"的较小的图片文件,这样做的好处是如果用户使用MPXP播放器播放音乐文件,但播放器的窗口小于200 X 200像素,该播放器便可以直接显示这幅较小的图片,否则播放器需要对"folder.jpg"进行处理,调整其大小,以便显示在较小的窗口,而这自然会对文件调用的速度产生一定影响。

 ◆9、便捷地硬盘碎片整理

  电脑使用一段时间后硬盘会产生大量文件碎片,用户需要定期调用磁盘碎片整理程序进行清理。为此,这里向你提供一个可以让你更加便捷地调用整理硬盘碎片程序的方法。使用“记事本”编辑一个名为"context_defrag.inf"的注册表导入文件,并在该文件中输入下列内容:

; context_defrag.INF

; Adds Defrag to the right click context menu in Windows XP

[version]

signature="$CHICAGO$"

[DefaultInstall]

AddReg=AddMe

[AddMe]

HKCR,"Drive\Shell\Defrag\command",,,"DEFRAG.EXE %1"

编辑完毕后用鼠标右击该文件并选择“安装”,安装后即在Windows XP操作系统内添加了一个文本菜单。用户需要整理硬盘时,打开“我的电脑”,用鼠标右击选中需要进行整理的硬盘盘符,从弹出的文本菜单中选择"defrag"项,这时系统就会自动调用内置的"defrag.exe"程序整理硬盘。如果用户需要将上述安装到系统注册表的信息删除,可使用regedit.exe注册表编辑器进行编辑修改,具体操作为寻找"HKEY_CLASSES_ROOT\Drive\shell\"目录项,删除其中的"defrag"文件夹即可。

 ◆10、清除共享文件夹

  WindowsXP操作系统一个比较不友好的用户界面是在“我的电脑”窗口上半部分显示所有共享的文件夹,如果用户设置的共享文件夹较多,每当打开“我的电脑”窗口时,就会列有很多共享文件夹信息。如何删除这些信息显示呢?使用注册表编辑器,找到"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\My Computer\NameSpace\DelegateFolders",在该主键下有一个名为{59031a47-3f72-44a7-89c5-5595fe6b30ee}的副键,删除该副键便可清除那些共享文件夹信息。

 ◆11、显示共享设置标签

  具体的修改方法如下:打开“我的电脑”中的“工具”,选择“文件夹属性”,调出“查看”标签,在“高级设置”部分滚动至最底部将"Use simple file sharing (Recommended)"前面的选择取消,另外如果选项栏里还有"Mickey Mouse"项也将其选择取消。这样修改后用户就可以象使用Windows2000一样对文件夹属性进行方便修改了。

 ◆12、调用系统声音方案

  WindowsXP提供了更加优秀的声音方案,但系统默认却没有调用该方案。为激活该方案,我们需操作:打开“控制面板”,选择“声音、语音、音频设备”项,从中找到“修改声音方案”的任务栏,在打开的对话框中选择“Windows默认”,此时系统会提示用户是否保存以前的声音方案设置,用户可以选择“否”并点击“确认”。

 ◆13、让欢迎窗口更清晰

  打开注册表编辑器找到这两个主键"(default user)HKEY_USERS\.Default\Control Panel\Desktop\FontSmoothing(String Value)"和"HKEY_USERS\.Default\Control Panel\Desktop\FontSmoothingType(Hexadecimal DWORD Value)",将键值修改为“2”,便可以实现清晰显示效果了。

 ◆14、激活显示

  运行栏中输入:oobe/msoobe /a 如果出现“Windows 产品启用”,表明Windows已经启用。

 ◆15、制做dos启动盘

  右键点击“3.5软盘”,选格式化,再选“建立一个MS-DOS开机磁盘”。

 ◆16、解决任务栏假死(权威的消除QQ、IE等引起任务栏假死)

  “控制面板”-“区域和语言选项”-“语言”-“详细信息”,在弹出的“设置窗口”中选择“首选项”的“语言栏”,关闭“在桌面上显示语言栏”,在第三项“在通知区域显示其他语言栏图标”复选框上打上勾。如果不需要手写识别、语音识别的话,也可以再勾选最后一项“关闭高级文字服务”。

 ◆17、解决某些软件与WindowsXP不兼容问题

  将那些不能安装的软件的安装文件或是已安装但不兼容的软件拖拽到WindowsXP桌面上,然后用鼠标右键单击文件图标,选择“属性”选项,并选择需要的作系统兼容模式,这样就可以正常安装或使用软件了。

 ◆18、双操作系统,卸载XP

  先用启动盘启动,然后键入“a:\sys c:”,再从硬盘重新启动,然后删去 boot.ini, bootsect.dos, ntdetect.com, ntldr ,然后把XP的windows, program files, Documents and Settings等目录直接删去,或格式化WinXP的硬盘(如果你的XP和Win98不在一个分区上的话)。

 ◆19、如何判断XP是不是中文正式版

  打开看安装文件夹i386,找到SETUPP.INI,用记事本打开,如果内容为:

如果和下面一样,那就是用英文版 corpfiles patch 的。

[Pid]

ExtraData=796674736977656D7A622E385892A4

Pid=55274270

目前流出的中文企业版SETUPP.INI 内容是

[Pid]

ExtraData=766E74737A7B787061627428828710

Pid=55394270

 ◆20、在线更新不能升级的解决方法

  在C:\WINDOWS\system32\drivers\etc\hosts中最后一行添加207.68.131.21www.download.windowsupdate.com就可以在线升级了。修改后的文件应该是这样的:

# Copyright (c) 1993-1999 Microsoft Corp.

#

# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.

#

# This file contains the mappings of IP addresses to host names. Each

# entry should be kept on an individual line. The IP address should

# be placed in the first column followed by the corresponding host name.

# The IP address and the host name should be separated by at least one

# space.

#

# Additionally, comments (such as these) may be inserted on individual

# lines or following the machine name denoted by a \'#\' symbol.

#

# For example:

#

# 102.54.94.97 rhino.acme.com # source server

# 38.25.63.10 x.acme.com # x client host

127.0.0.1 localhost

207.68.131.21www.download.windowsupdate.com




posted @ 2008-04-27 08:41 可冉 阅读(85) | 评论 (0)编辑 收藏

CCNP认证试题

1) When configuring dialer information. Which statement is correct?
! Values of dialer-group and dialer-list must match

! Values of dialer-group and dialer-list must be different

! Values of dialer-group and dialer-list can match or differ

! If you set a value for dialer-group you must not set a value for dialer-list

2) Which of the following is a logical entity, and may be configured with one or more

dial strings?

! Dialer interface

! Dialer map class

! Dialer profile

! Dialer pool

3) Which of the following is used to define characteristics (such as line speed) about a

specified dial string?

! Dialer interface

! Dialer map class

! Dialer profile

! Dialer pool

4) Which of the following would you use to prioritized dial interfaces?

! Dialer interface

! Dialer map class

! Dialer profile

! Dialer pool

5) What are the elements of a dialer profile?

! Dialer interface

! Dialer map class

! Dialer pool

6) True/False: One physical interface can belong to multiple dialer pools?

! True

! False

7) What process normally occurs when you use dynamic NAT

! Your address is always translated to the same address

! Your address is always translated to a different address

! Your address is incremented round robin

! Your address is dynamically chosen from a pool of available addresses

 

 

8) Which command blocks routing broadcasts on a interface?

! dialer-list

! no routing

! passive-interface

! redistribute route

9) What are two advantages of xDSL?

! xDSL uses in place copper loops

! xDSL uses inexpensive modems

! higher rates over longer distances

! basic telephone services available on the same line

10) What command do you use to define a global address pool?

! ip local-pool

! ip global pool

! ip global-pool

! ip address-pool

11) Which are 3 default profiles in 700 series?

! LAN

! Internal

! Global

! User

! Standard

12) Which two compression methods are used on Cisco routers?

! lha

! predictor

! stacker

! byte recursive

13) What command do you use to define an local address pool?

! ip local pool

! ip global pool

! ip address-pool

14) Type command to enable stacker compression

! enable stac

! enable compression high

! compress stac

! no compression predicator

15) The info from "show sessions" can be displayed with

! where

! show all

! show lat

! show users

16) What does command "logging host" do

! Sends snmp traps to the specified host

! sends logging info to a unix syslog server

! sends logs to a workstation running the ciscoworks network management software

 

17) Which command do you use to log messages to the internal buffer?

! Logging save

! logging buffered

! logging nvram

! logging ro

18) Which two statements are true re: limiting VT access to router? (2)

! Blocking outbound telnet on all physical interfaces prevents remote access

! Since all VTY抯 use telnet only one type of VTY ACL is necessary

! You should always set identical restrictions on all virtual lines

! Cisco routers support 4 simultaneous virtual sessions

19) Which of the following two statements are true regarding 56kbps modems?

! Speeds are limited to 53kbps by fcc regulations

! Digital data is not converted back to analog data

! Isdn framing of analog signals creates lower overhead

! Out of band signaling increases available bandwidth

! The download speed is faster than the upload speed

! 56kb modems are compatible with isdn but at a slower speed

20) What is the function of the l2f protocol in virtual private networks?

! User authentication

! Network authentication

! Tunneling link level protocols over higher protocols

! Establishing multiple virtual paths to a remote destination

21) VPDN enables service providers to?

! Buy fewer routers

! Increase bandwidth

! Decrease broadcast traffic

! Replace corporate dialup services

22) What command is used to specify that any traffic causes an ISDN call?

! Group dialer-ip all

! Dialer-list 1 protocol ip permit

! Dialer traffic ip

23) What is the command to require a password to access the console terminal?

! Set pass console

! Password line

! Line 1 console

! Enable password

24) What are the three options for the dialer map command?

! Name hostname

! Chat-script

! Ip address

! Modem-script

! System-script

! Dial number

 

25) What are the three components of a dialer profile? (3)

! Destination profile

! Dialer interface

! Dialer map class

! Interface map

! Dialer pool

26) Which command displays information about b1 and b2 channels?

! Show int bri0 1 2

! Show int isdn bri 2 1

! Show int bri1 bri2

! Show int bri1

27) Configure dial backup for the indicated interface (1)

! Backup dial interface-name

! Backup dial interface interface-name

! Dial-backup interface-name

! Dial-backup interface interface-name

! Backup interface interface-name

28) Which two statements are true regarding the command telnet 1.2.3.4 2003

! Establishes a reverse telnet connection

! The data is sent to rotary group 3

! The data is sent to individual line 3

! The data is sent to line 1

! The data is sent to rotary group 3 which is a VPDN

29) Which three functions does pat provide for cisco 700 series routers

! Address translations

! Ip address conservation

! Remote host location on behalf of local clients

! Firewall protection by hiding local clients

! Downloads configuration to local clients

30) Which command executes the menu named sales when the user jane logs in through

any line

! Username jane autocommand menu sales

! Autocommand menu sales user jane

! Autocommand menu jane user

! Username auto select user jane

31) Which two characteristics apply to the pri but do not apply to the bri

! PRI uses a csu/dsu

! Uses a t1 or e1 for isdn

! The channel is 56k

! The speed is 1.544 or 2.048mb

32) Regarding terminal connections, which one describes a reverse connection?

! Incoming asynchronous line

! Outgoing asynchronous line

! Support for a remote host printing on the local network

! Support for a remote host dialing into a asynchronous interface

 

33) What command should you use to verify the current configuration that an access

server line is using? ______

! ________________

34) What are two options of the ISDN t1/e1 pri configuration command for framing?

! Esf

! crc4

! Ppp

! hdlc

35) What two events can trigger a chat script to execute? (2)

! Line reset

! Dialer triggered by ddr

! Interesting traffic

! Routing information update

! Pinging a TCP Port Address

36) Why is ipx and spx spoofing important?

! Spoofing enables to networks to be hidden from unauthorized users

! Spoofing avoids constant updates that might keep expensive ddr lines in use

! Spoofing allows clients to find less expensive routes to resources

! Spoofing causes spx to respond as if it where ipx to cut down overhead

37) How does xDSL achieve such a high data rate over the phone lines?

! XDSL uses higher frequencies for data transmissions

! Digital data is not converted back to analog at the service provider

! Multiple Phone lines are used

! Statistical multiplexing is used.

38) Which command allows you to troubleshoot your VPDN operation?

! Show nas

! Debug vpdn

! Show vpdn events

! Debug vpdn event

39) You are configuring dial backup for primary links. Which command do you use to

indicate the backup interface in the case of a primary link failure.

! Backup ip interface-name

! Backup dial interface-name

! Backup interface interface-name

! Backup dial interface interface-name

40) which function on a cisco access server draws ibm 3270 screens by turning ibm

directives into dumb terminal commands

! ttycap

! keymap

! keymap-type

! emulation

41) What is the operation of a dhcp servers

! Dhcp manage ip addresses and assign ip configuration parameters at client request

 

! Dhcp servers hide internal addresses from the outside world

! Dhcp servers keep a database of network routers that can be used by other routing protocols

! Dhcp servers act on behalf of network clients to find routes to remote networks

42) Assuming you have just configured an asynchronous interface below as a dial backup

line, active the line when the load for the primary interface reaches 90% and

deactivate when the combined load in both directions reaches 40%.Type the

command:

! ___________________

43) Which examples are two options that modem auto-configuration is necessary.

! Modem using called ID

! Modem reinitilization after failure

! Configuring a modem from a central location

! Modem configuration without using modem configuration commands

44) You are configuring a static route on a router. You would like to configure it so that if

the interface associated with the route goes down the route will still remain in the

routing table. Which ip routing parmeter causes this?

! Keep

! Permanent

! Continuous

! Backup

45) What is a profile and how is it used with a cisco 700 series router

! A configuration customized for a specific remote device

! Access privileges associated with users

! Access privileges to routing services

! Access privileges associated remote system

! Access privileges to the local network

! Configuration files users can download to their router for quick setup

46) Which three access servers are used in the access path integrated access solution

! Cisco 7200

! As5200

! Cisco 3600

! Cisco 2511

! Cisco 1600

47) What is the key advantage of chap over pap?

! Chap never sends a visible password

! Chap authentication takes fewer steps

! Pap has a higher overhead

! If authentication fails at any time pap drops the call

48) Which signal indicates that the DTE is available to accept a call?

! Dsr up

! Rts up

! Cts up

! Dtr up

 

 

49) Type the complete command to display a list of servers discovered through sap

advertisements?

! ____________

50) In addition to viewing routing tables, what command can you use to determine a

router is using the best path when forwarding a packet to a specific network?

! ____________

51) What is the purpose of a dialer rotary group?

! Define interesting traffic

! Define ddr connection

Configure dial backup connections

! Apply a single interface configuration to mulitple interfaces

52) Which two services are available through Cisco NAT?

Address resolution

! Domain lookup

! Tcp load distribution

! Specific address filtration

! Static address translation

53) Which resource node services link layer protocol provided by cisco access servers is

preferred because it has low overhead, available compression, multiple protocol

support, good security options

! PPP

! ALL5

! ARAP

! SLIP

54) Which are the two frame types for T1 lines?

! Super frame

! Extended superframe

! Q39.1T

! Dma

55) How does NAT allow for more hosts than there are available ip addresses

! Manipulating the ip authentication field

! Never using the same address twice

! Modifying tcp port numbers

! Restricting the number of hosts allowed to communicate on the network simultaneously

56) What is true regarding default routes?

! They are always specified by an individual host

! They always have static routes

! They are not available for isdn

! They must be configured at the end of each link

57) Ppp defines which two authentication protocols?

! Pip pap

! Pop pap

! Pap chap

! Pop arp

 

 

58) What is the effect of the following configuration line? (1)

Dialer load-threshold 128 either

! Another line will be dialed when inbound utilization reaches 128kbps

! Another line will be dialed when outbound utilization reaches 128kbps

! Another line will be dialed when bidirectional utilization reaches 128kbps

! Another line will be dialed when bidirectional utilization reaches 50%

59) Which command sets up modem autodiscovery?

! Modem auto-discovery

! Modem autoconfigure discovery

! Autoconfigure modem discovery

60) what prevents tunneling of the link layer frames through a vpdn?

! l2f

! l2e

! lte

! ltf

61) What characteristics describe remote node instead of remote control? (2)

! Provides access to all network resources

! Host end run at lan speed

! Does not require a dedicated host at the remote site

! Provides good performance with legacy applications

62) What command associates an access list with a dialer group

! Dialer-list listnum

! Dialer-group list Access-list

! Dialer-list groupnum list listnum

! dialer-list dialer-group list access-list

! Dialer-group protocol protocol-list Access-list

! access-list dialer-group groupnumber

63) Which of the following are ISDN reference points

! The user reference point

! The routing reference point

! The terminal reference point

! The data reference point

64) What is the command to initiate the vpdn at an isp? (2)

! Vpdn enable

! Vpdn outgoing

! Enable vpdn incoming

! Enable vpdn outgoing

65) What command will enable a dialer rotary group

! Dialer group

! Dialer interface

! Interface dialer

! Dialer rotary-group

66) Why would the access list specified as access-list 101 deny igrp any any save money

when used with other access lists on a ddr interface?

! Only routing packets will bring up the line

 

 

! Routing packets will not bring up the line

! All traffic but igrp will bring up the line

! No traffic will bring up the line

67) Where all the logging messages directed by default?

! Console terminal

! Auxilary terminal

! Tty1 auxilary port

! Console port

68) Which of the following scenarios is an example of protocol translation?

! Connect to the access server using telnet to another host use telnet

! Connect to access server using telnet then use lat

! Connect to an access server using Ppp and use chap to authenticate

! Connect via tn3270 then telnet destination

69) Which command allows the remote dial in client to enter its own ip address?

! Async static-address

! Async dynamic address

! Remote ip

! address ip unnumbered

70) What process normally occurs when you use static NAT

! Your address is always translated to the same address

! Your address is always translated to a different address

! Your address is incremented round robin

! Your address is dynamically chosen through a pool

71) Clear dynamic NAT translation entries:

! Clear ip nat translation

! Clear ip nat translation*

72) Create static route for all traffic to net 150.27.0.0 to go out BRI0

! _________________

73) Which command will configure ddr to multiple destinations?

! Dialer map interface

! Dialer-map

! Ddr-map

! Interface dialer map

74) 3 functions PAT provides:

! address translation

! ip address conservation

! remote host on behalf of local clients

! firewall

! download config

75) Where is logging directed by default:

! VTY1

! Console

! Syslog host

 

 

! There is no default

76) Which feature of the Cisco IOS can be used to consolidate connection costs?

! DDR

! PPP Callback

! Shut off router

! IPX/SPX spoofing

77) Which command associates an access list with a dialer group?

! Dialer-list group-number protocol protocol-name {permit|deny|list access-list-number}

! Dialer-list group-number protocol-name {permit|deny|list access-list-number}

! Dialer-list group-number protocol-name access-list {permit|deny}

78) Which command would you use to troubleshoot VPDN operation?

! Show nas

! Debug VPDN incoming

! Show VPDN event

! Debug vpdn event

79) What is modem autoconfigure used for?

! Initialization after failure

! Configure remote modems

! Auto discovery of modem type

! Modem configuration with using commands

80) Framing for T1抯

! SF/ESF

! PPP/HDLC

! SLIP/PPP

! PAP/CHAP

81) What are 2 options for the ISDN T1/E1 PRI configuration command 揻raming?/P>

! Esf

! Ppp

! Hdlc

! Crc4

82) Which of the following are ISDN reference points:

! User reference

! Routing reference

! Terminal reference

! Data reference

83) Which two terminal services are provided by Cisco access servers?

! telnet

! slip

! ISDN

! LAT

84) What is the command to activate the line when the primary interface reaches 90%,

and deactivate when the line reaches 40%:

! ________________

 

 

85) True/False: A VPDN allows you to replace corporate dialup infrastructure?

! True

! False

86) What does a DDR allow you to do?

! Replace corporate dialup infrastructure

! Create secure connections to a host

! Establish a connection between routers when interesting traffic is present

! Tunnel frames between two Cisco routers

87) Which feature of the Cisco IOS can be used to lower connection costs for switched

circuits which are kept up by keepalives between clients and servers?

! DDR

! PPP Callback

! Shut off router

! IPX/SPX spoofing

88) Explain the statement: Dialer load-threshold 128 either

! Another line will be brought up when the line reaches 128kbps in either direction

! Another line will be brought up after 50%

! Another line will be brought up when the buffer has 128 packets in either direction

! Another line will be brought up when the the line has experienced 128 errors

89) Display info on B1 and B2:

! Show int bri

! Show int bri 1 2

! Show int isdn b1 b2

90) How does NAT allow more hosts than there are available IP addresses?

! Manipulating IP identification field

! Modify TCP port

! Restricting the number of hosts allowed to communicate simultaneously

91) Advantages of MPPP

! Increased bandwidth

! Multiple physical interfaces can be cascaded

! Supports strong encryption types

! Multiple routes for redundancy

92) Enter the command that sets up modem auto-discovery

! ________________

93) Why 56k modems work

! Uses ISDN signaling

! No analog conversion at CO

! Uses frame relay packet switching technology

! New FCC regulations allow higher frequencies

94) What command specifies all IP traffic triggers an ISDN call

! ____________________

 

 

95) What command executes menu named sales for Jane:

! ____________________

96) Concept: Why is ipx/spx spoofing important?

! ______________________

97) What command will enable dial-on-demand routing on any asychronous interface?

! Dialer in-band

! Backup interface

! Dialer dynamic routing

! Dialer enable

98) What command displays modem configuration during auto-configuration ?

! Debug line

! Debug autoconf

! Debug line field

! Debug confmodem

99) 3 features supported by T1 interface in AS5200?

! Channelized T1

! PRI

! Only single t1 line

! A single card w/Dual T1抯

! Up to 60 DS0 channels

100) VPDN is a way for service providers to:

! Replace dedicated corporate dialup service

! Buy fewer routers

! Increase bandwidth

101) Features which are available in remote node technology which are not

present in remote control?

! All network resources are available

! Host end runs lan speed

! No dedicated host

! Good performance with legacy apps

102) Features which are available in remote control technology which are not

present in remote node?

! All network resources are available

! Host end runs lan speed

! No dedicated host

! Good performance with legacy apps

103) What does PPP use to establish and config. Data link connections:

! PPP

! NCP

! CHAP

! LCP

104) Describe a reverse terminal connection:

 

 

! Incoming asynchronous line

! Outgoing asynchronous line

105) Why is PPP callback used?

! Bill consolidation, cost cutting.

! Line selection and reliability

! Ease of config

! End user savings

106) Overload is when NAT experiences:

! more hosts than addresses

! excessive CPU utilization

! no more static translations

! messages to fast for console

107) Describe telnet 1.2.3.4 3003 (3)

! The command establishes a reserve telnet connection

! The data is sent to rotary dialer groups

! The data is sent to line 1 which is connected to a modem

! The data is sent to the rotary group 3 which is connected to a modem or host

108) Configure a terminal with no default protocol:

! No transport protocol

! Transport protocol none

! Transport preferred none

! Transport disable

! Transport default null

109) Give an example of Protocol translation

! LAT to telnet

! Telnet to Telnet

! PAP to CHAP

110) When Cisco access servers allows another terminal to emulate an IBM

3270 terminal type what two types does the access server assume are attached (radio

button):

! tn 3270

! wyse 300

! vt100

! vt200

111) How does 56kb achieve such a high data rate

! digital data not converted to analog

! uses ISDN signaling over standard copper

112) What permits tunneling of link layer frames with a VPDN:

! LZF

! LZE

! L2E

! L2F

113) DHCP is used for:

 

 

! Dynamically assigning a mac address to a computer

! Dynamically assigning an ip address to a computer

! Dynamically booting the computer from the network

114) Which of the following characteristics are associated with BRI抯?

! 16kb D channel

! 64kb D channel

! 2B+1D

! 23B+1D

115) Which of the following characteristics are associated with PRI抯?

! 16kb D channel

! 64kb D channel

! 2B+1D

! 23B+1D

116) Which concern is increasing likely to become more important if an IPX

network grows and wan links are added? (1)

! The 16 hop limitation of IPX

! The amount of network broadcast traffic becoming signficant

! The limitations of IPX addressing

! Non routable novell protocols

117) What 3 commands will create a connection to a remote host from the

router exec prompt?

! telnet ip-address

! pad hostname

! connect hostname

! open hostname

118) You are configuring multilink PPP. Which command do you use to

configure the dialer interface if using dialer profiles

! Config ppp

! Config multilink

! Set multilink

! Ppp multilink

posted @ 2008-04-19 13:55 可冉 阅读(169) | 评论 (0)编辑 收藏

仅列出标题
共16页: First 8 9 10 11 12 13 14 15 16