將下面的文字貼上到文字編輯器中,然後存為以.reg為副檔名的檔案。雙擊後將資訊新增到登錄檔中。然後用滑鼠右鍵點選一個動態連結庫或OCX控制元件,在彈出的環境選單中你將會看到Register和Unregister的選項。運用這個方法的前提是你的計算機上必須有regsvr32.exe檔案。
REGEDIT4
[HKEY_CLASSES_ROOT\.ocx]
@="ocxfile"
[HKEY_CLASSES_ROOT\ocxfile]
@=”OCX”
[HKEY_CLASSES_ROOT\ocxfile\shell\Register\command]
@="RegSvr32 \"%1\""
[HKEY_CLASSES_ROOT\ocxfile\shell\Unregister\command]
@="RegSvr32 /u \"%1\""
[HKEY_CLASSES_ROOT\.dll]
@="dllfile"
[HKEY_CLASSES_ROOT\dllfile]
@=”DLL”
[HKEY_CLASSES_ROOT\dllfile\shell\Register\command]
[HKEY_CLASSES_ROOT\dllfile\shell\Unregister\command]
將下面的文字貼上到文字編輯器中,然後存為以.reg為副檔名的檔案。雙擊後將資訊新增到登錄檔中。然後用滑鼠右鍵點選一個動態連結庫或OCX控制元件,在彈出的環境選單中你將會看到Register和Unregister的選項。運用這個方法的前提是你的計算機上必須有regsvr32.exe檔案。
REGEDIT4
[HKEY_CLASSES_ROOT\.ocx]
@="ocxfile"
[HKEY_CLASSES_ROOT\ocxfile]
@=”OCX”
[HKEY_CLASSES_ROOT\ocxfile\shell\Register\command]
@="RegSvr32 \"%1\""
[HKEY_CLASSES_ROOT\ocxfile\shell\Unregister\command]
@="RegSvr32 /u \"%1\""
REGEDIT4
[HKEY_CLASSES_ROOT\.dll]
@="dllfile"
[HKEY_CLASSES_ROOT\dllfile]
@=”DLL”
[HKEY_CLASSES_ROOT\dllfile\shell\Register\command]
@="RegSvr32 \"%1\""
[HKEY_CLASSES_ROOT\dllfile\shell\Unregister\command]
@="RegSvr32 /u \"%1\""