网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

your company has servers that run windows server 2008. All client computers run windows XP service pack 2 (SP2.). windows 2000 professional, or windows vista. You need to ensure all computers can use the IPv6 protocol. What should you do?()

A.Install service pack 4 on all windows 2000 professional computers.

B.Upgrade the windows 2000 professional computers to windows XP SP2.

C.Run the IPv6.exe tool on the windows 2000 professional and windows XP computers.

D.Install active directory client extenticon. (DSClient.exe) on the windows 2000 professional and windows XP computers.


参考答案

更多 “ your company has servers that run windows server 2008. All client computers run windows XP service pack 2 (SP2.). windows 2000 professional, or windows vista. You need to ensure all computers can use the IPv6 protocol. What should you do?()A.Install service pack 4 on all windows 2000 professional computers.B.Upgrade the windows 2000 professional computers to windows XP SP2.C.Run the IPv6.exe tool on the windows 2000 professional and windows XP computers.D.Install active directory client extenticon. (DSClient.exe) on the windows 2000 professional and windows XP computers. ” 相关考题
考题 下列关于Windows2003Server的叙述不正确的是( )A.Windows2003Server是开放系统的先驱和代表B.Windows2003Server是微软公司开发的C.Windows2003Server操作比较简单D.Windows2003Server具有友好的界面

考题 PersonalWebServer主要针对()用户。 A.Windows 95/98B.WindowsNT4.0WorkstationC.Windows32D.WindowsNT4.0 Server和Windows 2000/XP

考题 已知在某Windows_Form应用程序中,主窗口类为Form1,程序入口为静态方法,则在Main方法中打开主窗口的正确代码是()A. Application.Run(new_Form1());B. Application.Open(new_Form1());C. (new_Form1()).Open();D. (new_Form1()).Run();

考题 YouneedtocreateatriggertolocatetheProductreportintheRpt_Server,runthereport,andtestthestatusofthereport.Whichthreebuilt-inswouldyouusetoaccomplishthistask?() A.RUN_PRODUCTB.SET_REPORT_OBJECT_PROPERTYC.RUN_REPORT_OBJECTD.FIND_REPORT_OBJECTE.REPORT_OBJECT_STATUSF.COPY_REPORT_OBJECT_OUTPUT

考题 下列关于X-Windows体系结构说法正确的是()。 A.X-Server用于管理客户端硬件B.X-Server接受鼠标键盘灯发送的信息C.X-client为X-Server提供数据D.X-Client是应用程序

考题 下列关于Windows2000Server的描述,哪个是正确的?()A.Windows2000Server的内部采用64位体系结构B.Windows2000Server以“域”为单位集中管理网络资源C.Windows2000Server只支持TCP/IP协议D.Windows2000Server没有融入对UNIX的支持

考题 U31安装补丁的方法是() A.\uuf\packages目录下,windows环境下运行..\uuf\run-patch.bat脚本B.\uif\packages目录下,windows环境下运行..\uuf\run-patch.bat脚本C.\ums-client\packages目录下,windows环境下运行..\uuf\run-patch.bat脚本D.\ums-server\packages目录下,windows环境下运行..\uuf\run-patch.bat脚本

考题 下列哪项不属于Windows自启动机制()。 A.自启动文件和文件夹B.注册表Run设置C.注册表系统服务D.系统环境变量

考题 已知在某Windows应用程序中,主窗体类为Form1,程序入口为静态方法From1.Main。如下所示: public class Form1 : System.Windows.Forms.Form { //其他代码 static void Main() { //在此添加合适代码 } } 则在Main方法中打开主窗体的正确代码是()。A.Application.Open(new Form1());B.Application.Run(new Form1());C.(new Form1()).Open();D.(new Form1()).Run();

考题 1、myDog是Dog类的对象,使用该对象myDog调用run()方法,语句正确的是()。A.Dog.run();B.myDog.run();C.Dog.run;D.MyDog.run;