How to restore missing SNMP in Windows 10 Print

  • 0

  1. Enter PowerShell as the keyword in the search box.
  2. Right-click PowerShell and select Run as administrator.
  3. First, enter Get-WindowsCapability -Online -Name “SNMP*” and press Enter.
  4. Enter  Add-WindowsCapability -Online -Name “SNMP.Client~~~~0.0.1.0” and press Enter.
  5. Then enter Get-WindowsCapability -Online -Name “SNMP*” in PowerShell, and press Enter.
  6. Thereafter, press the Windows key + R keyboard shortcut.
  7. Input services.msc in Run, and click the OK button.
  8. Then users can check if the Services window includes the SNMP Service. If so, the above fix did the trick.

Was this answer helpful?

« Back