如何卸载注册的ocx

如题所述

1、注册
regsvr32 名称.ocx
2、卸载
regsvr32 /u 名称.ocx
3、注册的BAT文件
@echo off
regsvr32 /s 名称.ocx
if errorlevel 1 goto fail
echo 安装完成。
goto end
:fail
echo 安装失败,请检查文件是否存在,并参阅说明文档。
:endpause
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答