Users are having trouble printing in terminal services. The administrator finds that whenever a certain user prints the print spooler crashes. Which of the following is the MOST likely problem?()A. The user is using a PostScript driver.B. The printer is n

题目
Users are having trouble printing in terminal services. The administrator finds that whenever a certain user prints the print spooler crashes. Which of the following is the MOST likely problem?()

A. The user is using a PostScript driver.

B. The printer is not on the HCL.

C. The user does not have the appropriate permissions to print.

D. The printer driver is not installed on the terminal server.


相似考题
参考答案和解析
参考答案:A
更多“Users are having trouble printing in terminal services. The administrator finds that whenever a certain user prints the print spooler crashes. Which of the following is the MOST likely problem?() ”相关问题
  • 第1题:

    系统中有用户user1和user2,同属于users组。在user1用户目录下有一文件file1,它拥有644的权限,如果user2用户想修改user1用户目录下的file1文件,应拥有()权限。

    A.744

    B.664

    C.646

    D.746


    正确答案:B

  • 第2题:

    1、对于注册表的访问许可是将访问权限赋予计算机系统的用户组,如Administrator、Users、Creator/Owner组等。


    正确

  • 第3题:

    5、要在命令行下使用adb shell命令,应将()目录添加到系统Path环境变量中?

    A.C:\Users\Administrator\AppData\Local\Android\Sdk\bin

    B.C:\Users\Administrator\AppData\Local\Android\Sdk\platforms

    C.\Users\Administrator\AppData\Local\Android\Sdk\build-tools

    D.C:\Users\Administrator\AppData\Local\Android\Sdk\platform-tools


    bash

  • 第4题:

    5、已知字典 dic={'小欣':90, '小蕊':92, '小微':87},存放了学生的姓名及成绩。假设变量user存放了某学生的姓名,则以下哪个程序不能够实现功能:在字典中查询该学生信息是否存在,如果存在,输出其成绩,否则输出'该学生不存在!'

    A.if dic.get(user,'error')=='error': print('该学生不存在!') else: print(dic[user])

    B.if user in dic: print(dic[user]) else: print('该学生不存在!')

    C.if user not in dic: print('该学生不存在!') else: print(dic[user])

    D.if dic.count(user)==0: print('该学生不存在!') else: print(dic[user])


    if dic.count(user)==0: print('该学生不存在!') else: print(dic[user])

  • 第5题:

    25、下列哪个选项符合RESTful设计?

    A.GET /user/1234

    B.GET /users/1234/

    C.GET /deleteUser/1234

    D.GET /users?role=admin


    B

  • 第6题:

    下列哪个选项符合RESTful设计?

    A.GET /user/1234

    B.GET /users/1234/

    C.GET /deleteUser/1234

    D.GET /users?role=admin


    GET /users?role=admin