How to check if SNMP is enabled to your computer.
Open PowerShell (in Administrator mode).
Enter the command to check SNMP status.
Get-WindowsCapability -Online -Name "SNMP*"
To disable it, run this command.
Get-WindowsCapability -Online -Name "SNMP*"