Table of contents
This document will guide you in uninstalling the SNMP component in your windows machine.
Leverage the sysocmgr.exe file to uninstall SNMP components in the computers for the following operating systems,
The first step in using sysocmgr.exe is to create a text file with the following information.
[Components]
SNMP = off
Note: /q - runs sysocmgr.exe in quiet mode (without display pages) and /r - suppresses reboot (if needed).
To disable SNMP components from a machine:
Enter the following command in the Uninstallation Command with Switches/Arguments field:
For computers using OS released before Windows Vista follow the uninstall command mentioned below.
%windir%\system32\sysocmgr.exe /i:%windir%\inf\sysoc.inf /u:"<Path-To-Answer-File>" /q /r
Note: The <path-to-answer-file> must be the path to the text file in your network share. For example, %windir%\system32\sysocmgr.exe /i:%windir%\inf\sysoc.inf /u: "\\machine1\DCSWRepository\option.txt " /q /r
You can ocssetup.exe to uninstall SNMP component in client computes using the following operating systems,
To uninstall the SNMP components, follow the steps mentioned below:
Enter the following command in the Uninstallation Command with Switches/Argumentsfield:
start /wait ocsetup.exe SNMP /uninstall /quiet /norestart
Note: The <path-to-answer-file> must be a path to the text file in your network share. For example, %windir%\system32\ocsetup.exe /i:%windir%\inf\sysoc.inf /u: "\\machine1\DCSWRepository\option.txt " /q /r