How do you pause a print job in Windows Server 2008?

What will be an ideal response?


In Windows Server 2008, to pause a print job, open the Printers window from Control Panel and double-click the appropriate printer. The resulting window shows a list of jobs to be printed, the status of each job, the owner, the number of pages to be printed, the size of the print file, and when the print job was submitted. Click the document you want to pause, click the Document menu, and then click Pause. The print job will stop printing until you highlight the document and click Resume or Restart on the Document menu. Resume starts printing at the point in the document where the printing was paused. Restart prints from the beginning of the document.

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. If the initial value is greater than the terminating value in a For...Next loop, the statements within are still executed one time. 2. When one For...Next loop is contained within another, the name of the counter variable for each For...Next loop may be the same. 3. A For...Next loop cannot be nested inside a Do loop. 4. The following code segment is valid. ``` If (firstLetter >"A") Then For x As Integer = 1 to 100 lstBox.Items.Add(x) Next End If ``` 5. In a For...Next loop, the initial value should be greater than or equal to the terminating value if a negative step is used and the body of the loop is to be executed at least once.

Computer Science & Information Technology

A ________ send is an example of ________ communication that requires the sender to wait for receipt notification before continuing program execution.

a) blocking, synchronous b) blocking, asynchronous c) nonblocking, synchronous d) nonblocking, asynchronous

Computer Science & Information Technology

Case-Based Critical Thinking Questions ?Case 6-2 Keira is presenting a PowerPoint 2016 presentation over the Internet for the first time. She is conducting a "trial run" of her presentation by showing it over the Internet to a few of her co-workers. To present a slide show online, once Keira is on the right tab, she goes to the Start Slide Show group, and clicks the ____ button to open the Present Online dialog box.

A. Broadcast B. Present Online C. Present Now D. Web Presentation

Computer Science & Information Technology

In the figure above, what is the color of the current stroke?

What will be an ideal response?

Computer Science & Information Technology