Windows 11 Settings hangs when trying to add a printer

Brendan Godfrey 21 Reputation points
2022-05-27T02:19:01.493+00:00

Settings > Bluetooth & devices > Printers and scanners hangs when I click "Add device". I also have serious problems with Task Manager. Running scannow does not help.

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

3 answers

Sort by: Most helpful
  1. Limitless Technology 44,766 Reputation points
    2022-06-01T07:32:42.797+00:00

    Hello,

    Based On the experience We have
    Please Update the windows First, Since if you have the outdated windows then you will see these kind of issues normally.
    Secondly Please press windows key and r and type %temp% and then please delete all the files
    Meanwhile, we would suggest you to run this PowerShell Command and check.

    Press Windows + X key and select Windows PowerShell (Admin).

    Copy and paste this command, then press enter: Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

    Close the PowerShell command and restart the PC.


    --If the reply is helpful, please Upvote and Accept as answer--

    2 people found this answer helpful.

  2. Kapil Arya 8,456 Reputation points MVP Volunteer Moderator
    2022-05-28T02:11:15.44+00:00

    Hello,

    Try to re-register Settings app:

    1. Open administrative Windows PowerShell.
    2. In PowerShell window, type/paste following cmdlet and press Enter key:

    Get-AppXPackage -AllUsers -Name windows.immersivecontrolpanel | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" -Verbose}

    Let the command complete.

    Let us know if this helps!

    1 person found this answer helpful.

  3. Austin Williams 10 Reputation points
    2023-09-20T13:31:48.57+00:00

    Solution

    To resolve the issue, start the “Device Association Service” Windows service.

    1. Start the Services MMC (services.msc)
    2. Double-click Device Association Service.
    3. Set its Startup type to “Automatic”
    4. Click “Start” to start the service.
    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.