Disabling Windows Device Setup Manager Service

44,495

Solution 1

Device Setup Manager just goes out and pings windows update every night to see if any devices that are installed and set up to use windows up date to update drivers.

Since this is an internal server there probably aren't too many devices attached to it who's drivers update frequently. It shouldn't matter too much to disable it, so long as you have the drivers up to date.

I would be a little concerned that it can't connect to WSUS, WSUS should bring down hardware updates too if you tell it to. Maybe if WSUS is a version previous to 2012 the DriverSetupManager service doesn't play nice.

Solution 2

1.Start Local Group Policy Object Editor. Click Start , and then in the Start Search box, type mmc gpedit.msc.

2.If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Yes .

3.Open Local Computer Policy , Computer Configuration , Administrative Templates , System , Internet Communication Management , and then Internet Communication Settings .

4.In the right-hand pane, double-click Turn off Windows Update device driver searching .

5.Select Enabled to prevent Windows from searching Windows Update.

Share:
44,495

Related videos on Youtube

bigmac
Author by

bigmac

Updated on September 18, 2022

Comments

  • bigmac
    bigmac almost 2 years

    I have a Windows 2012 server that is running SQL and therefore doesn't have any internet connectivity at all (only access to the domain network). I have it configured to receive updates via a WSUS server on our local network. I am getting numerous warnings in the event log for this server under the source of DeviceSetupManager with the following details:

    • A connection to the Windows Update service could not be established. (ID: 200)
    • The Network List Manager reports no connectivity to the internet. (ID: 202)

    Can I simply disable the "Device Setup Manager" in services to prevent these warnings? I worry because in the description for this service it states "If this service is disabled, devices may be configured with outdated software, and may not work correctly". Has anyone else disabled this service and if so, did you encounter any issues? Or if I should keep this service enabled, is there some configuration I am missing for a computer not connected to the internet? FYI, normal Windows Updates on this server work as expected by checking our WSUS server.

  • bonga86
    bonga86 about 11 years
    And leave the server without critical patches and updates? I think his better of finding the root cause of the problem in this case.
  • Eirik Toft
    Eirik Toft about 11 years
    The server has no internet connectivity. That is the root cause.
  • bigmac
    bigmac about 11 years
    Thanks for the information (and sorry for the delay). One clarification, the system CAN connect to our WSUS server. It is a 2008 version though, so I'll see if that has any effect on it.
  • bonga86
    bonga86 about 11 years
    Thanks Snow, maybe I didn't understand the question correctly. We definitely test before deployment, when you say 'shouldn't allow production servers to automatically update' do you mean all updates must be installed manually on servers? We have an OU with our test servers we first deploy updates too and test the update, when satisfied we approve it for our live systems. The install on the live systems is automatic as were already satisfied with the patch/update, so should this step be done manually? Thanks
  • Thomas
    Thomas over 4 years
    This answer is way out of date and way too sparse. While justified in the comments, the pertinent information supporting this recommendation needs to be in the answer itself. Also, manual updating of every server is a bit old-school way of thinking. On an enterprise level it might still make sense if one of your application owners insists upon a dedicated maintenance window for updates, but that should be the exception and not the rule.
  • stackprotector
    stackprotector almost 4 years
    Seriously? You recommend to disable the logging of the events to not see the events?
  • stackprotector
    stackprotector almost 4 years
    Good idea! Unfortunately, doesn't help as the events still get generated.