Starting and Stopping the Device Update Agent Service

The Device Update Agent (DUA) runs as a service on your client device, and you can start and stop the service at any time. You can choose to disable DUA unless you know an update is required. Disabling the service when it is not required can improve the security of your run-time image.

You can start and stop the Device Update Agent service by using the Computer Management snap-in for the Microsoft Management Console (MMC).

Adding the Computer Management Snap-in to the MMC Console

  1. Open the Microsoft Management Console (MMC) from the Start menu by choosing Run, then typing mmc. The Microsoft Management Console appears.
  2. To view the services that are running on the system, you must add the Computer Management (Local) Snap-in to the MMC interface. From the File menu, choose Add/Remove Snap-in. The Add/Remove Snap-in window appears.
  3. Choose Add, the Add Standalone Snap-in window appears.
  4. Select the Computer Management snap-in and choose Add. When prompted, select Local Administration and choose Finish.
  5. The Computer Management snap-in is added to the MMC Console.

To start or stop the DUA service from the MMC

  1. Open the Microsoft Management Console (MMC) from the Start Menu by choosing Run, then typing mmc. The Microsoft Management Console appears.
  2. Expand the Computer Management node, then select Services and Applications,
  3. In the details pane, choose Services. The Services window opens.
  4. Right-click the Device Update Agent Service and select either Start or Stop to start or stop the service.

To start or stop the DUA service from the command line

  1. To start the DUA service from a command line, type:

    net start "Device Update Agent" 
    
  2. To stop the DUA service from a command line, type:

    net stop "Device Update Agent Service"
    

See Also

Device Update Agent | How to Configure DUA to Poll a Web Server | How to Configure DUA to Poll a Media Device

Last updated on Wednesday, October 18, 2006

© 2006 Microsoft Corporation. All rights reserved.