国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 課堂 > 電腦知識 > 正文

DLL(OCX)文件注冊與反注冊方法(regsvr32用法)

2024-05-08 13:47:33
字體:
來源:轉載
供稿:網友
注冊DLL與反注冊DLL文件的方法

如果經常需要注冊與反注冊dll可以用注冊表文件

復制代碼
代碼如下:
[HKEY_CLASSES_ROOT/dllfile/shell/Unregister]
"Command"="regsvr32 %1 /u"
[HKEY_CLASSES_ROOT/dllfile/shell/Register]
"Command"="regsvr32 %1"

當我們需要注冊或者反注冊dll時,只要在該dll文件上按下鼠標右鍵即可!

由于下面的方法太過啰嗦,這里簡單的說下,注冊dll

一般情況下,為了經常使用,建議將dll復制到系統盤的windows/system32目錄,如果不是的,有時候需要加上dll的完整路徑
注冊dll

復制代碼
代碼如下:
regsvr32 /s winshow.dll

反注冊dll

復制代碼
代碼如下:
regsvr32 /u winshow.dll


ocx 控件注冊方法

ocx 控件的安裝方式有很多種,這里介紹最簡單的一種。
OCX 控件文件復制到某個目錄

步驟:

1.將需要安裝的目錄,例如 C 盤根目錄下。
2.進入開始菜單,點擊“運行”
3.在出現的框中鍵入regsvr32 C:/xxxx.ocx 。(XXXX 為 控件名,C:/為目錄)
4.點擊確認后等待出現提醒注冊成功即可。

如果是偶爾一個軟件使用,將這個ocx文件復制到軟件目錄即可。

反注冊DLL大法
UnRegister DLLs
You can use the Regsvr32 tool (Regsvr32.exe) to register and unregister object linking and
embedding (OLE) controls such as dynamic-link library (DLL) or ActiveX Controls (OCX) files
that are self-registerable.

RegSvr32.exe has the following command-line options:
Regsvr32 [/n] [/i[:cmdline]] dllname
/u - Unregister server
/i - Call DllInstall passing it an optional [cmdline]; when used with /u calls dll
uninstall
/n - do not call DllRegisterServer; this option must be used with /i
When you use Regsvr32.exe, it attempts to load the component and call its DLLSelfRegister
function. If this attempt is successful, Regsvr32.exe displays a dialog indicating success.
If the attempt is unsuccessful, Regsvr32.exe returns an error message, which may include a
Win32 error code.
Example: To unregister Winshow's winshow.dll:
Click the Start button, and select Run
Enter this command line:
regsvr32 /u [systemroot]/winshow.dll
For example, in a Windows XP machine in which your systemroot was at c:/winnt, you would
enter:
regsvr32 /u c:/winnt/winshow.dll
你能構使用Regsvr32工具Regsvr32.exe注冊和反注冊目標鏈接和深層OLE控制器類似于自動注冊的動態鏈接庫(DLL)和ActiveX控件。
(OCX)文件。
Regsvr32命令行參數:
格式:Regsvr32 [/n] [/i[:cmdline命令行]] dllnamedll文件名
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 法库县| 汉中市| 襄樊市| 二连浩特市| 太仆寺旗| 田东县| 杭锦后旗| 茂名市| 凌源市| 福清市| 彩票| 奇台县| 温泉县| 疏勒县| 六盘水市| 论坛| 郧西县| 探索| 贵溪市| 延川县| 汽车| 右玉县| 那坡县| 长寿区| 南江县| 墨竹工卡县| 广丰县| 五莲县| 涟水县| 乌海市| 肇州县| 永仁县| 沂水县| 崇明县| 印江| 宣武区| 娱乐| 抚宁县| 罗城| 玉林市| 麻城市|