本文档提供了在远程客户端计算机中卸载SNMP组件所需的步骤。
使用sysocmgr.exe为以下操作系统的计算机卸载SNMP组件,
使用sysocmgr.exe的第一步是创建一个的文本文件,内容如下:
[Components]
SNMP = off
注意:/ q-以静默模式(没有显示页面)运行sysocmgr.exe,/ r-禁止重新引导(如果需要)。
要从远程客户端系统中删除SNMP组件,请执行以下步骤:
%windir%\system32\sysocmgr.exe /i:%windir%\inf\sysoc.inf /u:"<Path-To-Answer-File>" /q /r
注意:<path-to-answer-file>是网络共享中的文本文件的路径。例如,%windir%\system32\sysocmgr.exe /i:%windir%\inf\sysoc.inf /u: "\machine1\DCSWRepository\option.txt " /q /r
通过ocssetup.exe来卸载以下操作系统的客户端计算中的SNMP组件,
要卸载SNMP组件,请执行以下步骤:
start /wait ocsetup.exe SNMP /uninstall /quiet /norestart
注意:<path-to-answer-file>是网络共享中的文本文件的路径。例如,%windir%\system32\ocsetup.exe /i:%windir%\inf\sysoc.inf /u: "\machine1\DCSWRepository\option.txt " /q /r