重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁!
查看《购买须知》>>>
找答案首页 > 全部分类 > 计算机类考试
搜题
网友您好, 请在下方输入框内输入要搜索的题目:
搜题
题目内容 (请给出正确答案)
[主观题]

您有一台运行WindowsXP的计算机。这台计算机有一个分区。您在这台计算机上安装Windows7。您需要将一个用户配置文件从WindowsXP安装迁移到Windows7安装。首先您应该怎么做?()

A.在Windows7中,运行Scanstate.exe/offlineWinOld:c:\windows

B.在Windows7中,运行Scanstate.exe/offlineWinOld:c:\windows.old

C.在命令提示符处,运行Xcopy/s/e“c:\windows\users\*.*”c:\users\

D.在命令提示符处,运行Xcopy/s/e“c:\windows.old\documentsandsettings\*.*”c:\users\.

查看答案
更多“您有一台运行WindowsXP的计算机。这台计算机有一个分区。您在这台计算机上安装Windows7。您需要将一个用户配置文件从WindowsXP安装迁移到Windows7安装。首先您应该怎么做?()”相关的问题

第1题

Certkiller.com 已获批合约以创建专用的应用程序将转发的当地医院患者的信息给保险公司病人信息通过安全的 VPN 发送,以确保机密性。此外,您还需要保证数据的完整性,并验证的病人在医院的原始数据。为了实现这一目标,您选择使用非对称加密和数字签名技术。要使用哪些代码完成你的任务?()

A.

B.

C.

D.

点击查看答案

第2题

公司A使用的是SQLSERVER2005数据库。一个用户报告说:订单处理应用在处理一个订单事务的过程中停止响应。这个用户对应的SQLSERVER进程ID是54.你需要查出进程54是否被其他连接阻塞。如果是,你需要确定阻塞者的进程ID,下面哪两个方法可能达到这个目的?()

A.在SQLServerManagementStudio,打开活动监视器,打开进程信息页,查看进程54的阻塞者列信息

B.在SQLServerManagementStudio,打开活动监视器,打开按进程分类的锁页,查看进程54请求模式列

C.在SQLServerManagementStudio,打开新查询窗口并且执行如下语句:SELECT*FROMsys.dm_exec_requestsWHEREsession_id=54然后查看blocking_session_id列

D.在SQLServerManagementStudio,打开新查询窗口并且执行如下语句:SELECT*FROMsys.dm_exec_sessionsWHEREsession_id=54查看status列

点击查看答案

第3题

Yourcompanyhastwooffices.ThenetworkconsistsofasingleActiveDirectorydomain.Youhavetwodomain

controllersnamedDC2andDC3.AllserversrunWindowsServer2003ServicePack2(SP2).YouverifytheIPconfigurationofServer1asshowninthefollowingCommandPromptwindow.YouneedtoensurethatServer1canlocateadomaincontrollerifasingleserverfails.WhichIPconfigurationshouldyouchangeonServer1?()

A.Add10.10.0.2asaDNSserver.

B.Add10.10.0.2asaWINSserver.

C.Add10.11.0.20asaWINSserver.

D.AddasecondnetworkadapterthathasanIPaddressof10.10.0.20.

点击查看答案

第4题

You are the domain administrator for your company‘s Active Directory domain. All servers r

un WindowsServer 2003.The information technology (IT) department recently installed Windows Server Update Services (WSUS) to manage security updates. The server that runs WSUS is configured to automatically approve critical and security updates, and to synchronize automatically every day at 7:00 A.M. New critical security updates were released today at 9:00 A.M.You need to manually update the WSUS server and make the updates available to client computers.What should you do? ()

A. Log on to the WSUS server. Download and install the new security updates from Microsoft Update.

B. Download the new security updates from Microsoft Update to your local computer. Copy and paste the update files to the WSUSContent folder on the WSUS server.

C. Connect to the WSUS server home page. Click the Synchronize Now link.

D. Log on to the WSUS server. From the command line, run gpupdate /force.

点击查看答案

第5题

You are developing an application that connects to a Microsoft SQL Server database using t

he SqlConnection object. Your connection objects are being pooled. As the pool fills up, connection requests are queued. Some connection requests are rejected. You need to ensure that the application releases connections back to the pool as soon as possible. Also, you need to decrease the likelihood that connection requests will be rejected.Which three actions should you perform?()

A. Ensure that the Close method is called on each connection object after it has finished executing.

B. Ensure that each connection object is left open after it has finished executing.

C. Increase the Max Pool Size value inside the connection string.

D. Increase the Min Pool Size value inside the connection string.

E. Increase the Connection Lifetime value inside the connection string.

F. Increase the value of the ConnectionTimeout property of the SqlConnection object.

点击查看答案

第6题

您需要编写一个代码段中,该代码段将在应用程序内创建公共语言运行库(CLR)隔离单元。您应该使用哪个代码段?()

A.A

B.B

C.C

D.D

点击查看答案

第7题

YouneedtodesignastrategytologaccesstothecompanyWebsite.Whatshouldyoudo?()

A.EnableloggingonthecompanyWebsiteandselecttheNCSACommonLogFileFormat.StorethelogfilesonaSQLServercomputer

B.UseSystemMonitortocreateacounterlogthatcapturesnetworktraffictotheWebserverbyusingtheWebServiceobject.StorethelogfilesonaSQLServercomputer

C.RuntheNetworkMonitorontheWebserver.CreateacapturefilterfortheSNAprotocolandsavetheresultstoacapturefile.StorethecapturefileonaSQLServercomputer

D.EnableloggingonthecompanyWebsiteandselectODBCLogging.ConfiguretheODBClogging optionsbyusinganonadministrativeSQLaccount

点击查看答案

第8题

MultipleWindowsAzureapplicationsconnecttomultipleSQLAzureservers.On-premiseusersconnecttot

heSQLAzureserversforavarietyofpurposes.YousuccessfullydeployanewWindowsAzureapplicationwithitsownSQLAzureserver.Whenon-premiseusersattempttoconnecttothenewSQLAzureservertheyreceiveconnectionerrors.Youneedtorecommendanapproachformitigatingtheconnectivityissue.Whatshouldyourecommend?()

A.Openport1433onthenetworkfirewall.

B.UseSecuritySupportProviderInterface(SSPI).

C.DisablethevalidationoftheSSLcertificatefortheSQLAzureserverthroughtheconnectionstring.

D.ChangethefirewallrulesofthenewSQLAzureservertoallowaccessbycomputersontheinternalnetwork.

点击查看答案

第9题

You are the domain administrator for your company‘s Active Directory domain. All servers r

un WindowsServer 2003. All client computers run Windows XP Professional and have the latest service pack installed.You manage a server that has Windows Server Update Services (WSUS) installed. The latest updates weresynchronized and approved for installation on the client computers.You need to configure the client computers to download and automatically install the approved updates from the WSUS server.What should you do? ()

A. On the client computers, open the System Properties dialog box. On the Automatic Updates tab, configure the client computers to update automatically every day.

B. Create a Group Policy object (GPO) that has the appropriate Automatic Updates settings configured. Apply the GPO to an organizational unit (OU) that includes the client computers.

C. In Active Directory Users and Computers, modify the settings for the client computer accounts. Configure the Managed By property to specify the WSUS server account.

D. Create a local group on the WSUS server. Assign the group the Allow - Read and the Allow - Write permissions for the WSUSContent folder on the WSUS server. Add all the users of the client computers to the local group.

点击查看答案

第10题

YournetworkcontainsanActiveDirectorydomainnamedcontoso.com.Youremoveseveralcomputersfromth

enetwork.Youneedtoensurethatthehost(A)recordsfortheremovedcomputersareautomaticallydeletedfromthecontoso.comDNSzone.Whatshouldyoudo()

A.Configuredynamicupdates.

B.Configureagingandscavenging.

C.CreateascheduledtaskthatrunstheDnscmd/ClearCachecommand.

D.CreateascheduledtaskthatrunstheDnscmd/ZoneReloadcontoso.comcommand.

点击查看答案
下载上学吧APP
客服
TOP
重置密码
账号:
旧密码:
新密码:
确认密码:
确认修改
购买搜题卡查看答案
购买前请仔细阅读《购买须知》
请选择支付方式
微信支付
支付宝支付
选择优惠券
优惠券
请选择
点击支付即表示你同意并接受《服务协议》《购买须知》
立即支付
搜题卡使用说明

1. 搜题次数扣减规则:

功能 扣减规则
基础费
(查看答案)
加收费
(AI功能)
文字搜题、查看答案 1/每题 0/每次
语音搜题、查看答案 1/每题 2/每次
单题拍照识别、查看答案 1/每题 2/每次
整页拍照识别、查看答案 1/每题 5/每次

备注:网站、APP、小程序均支持文字搜题、查看答案;语音搜题、单题拍照识别、整页拍照识别仅APP、小程序支持。

2. 使用语音搜索、拍照搜索等AI功能需安装APP(或打开微信小程序)。

3. 搜题卡过期将作废,不支持退款,请在有效期内使用完毕。

请使用微信扫码支付(元)
订单号:
遇到问题请联系在线客服
请不要关闭本页面,支付完成后请点击【支付完成】按钮
遇到问题请联系在线客服
恭喜您,购买搜题卡成功 系统为您生成的账号密码如下:
重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁。
发送账号到微信 保存账号查看答案
怕账号密码记不住?建议关注微信公众号绑定微信,开通微信扫码登录功能
警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“上学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

- 微信扫码关注上学吧 -
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
- 微信扫码关注上学吧 -
请用微信扫码测试
选择优惠券
确认选择
谢谢您的反馈

您认为本题答案有误,我们将认真、仔细核查,如果您知道正确答案,欢迎您来纠错

上学吧找答案