regsvr32.exe文件及進程分析
regsvr32.exe - regsvr32 進程文件: regsvr32 or regsvr32.exe
進程名稱: Microsoft DLL Registration Service
進程類別:其他進程
英文描述:
regsvr32.exe is a processes belonging to the Windows OS and is used to register dynamic-link libraries and ActiveX controls in the registry. This program is important for the stable and secure running of your computer and should not be terminated.
中文參考:
regsvr32.exe用於注冊Windows操作系統的動態鏈接庫和ActiveX控件。這個程序對你系統的正常運行是非常重要的。
出品者:Microsoft Corp.
屬於:Microsoft Windows Operating System
系統進程:Yes
後台程序:Yes
網絡相關:No
常見錯誤:N/A
內存使用:N/A
安全等級 (0-5): 0
間諜軟件:No
廣告軟件:No
病毒:No
木馬:No 文字
regsvr32.exe使用詳解
regsvr32.exe是32位系統下使用的DLL注冊和反注冊工具,使用它必須通過命令行的方式使用,格式是:
regsvr32 [/u] [/s] [/n] [/i[:cmdline]] DLL文件名
命令可以在“開始→運行”的文本框中,也可以事先在bat批處理文檔中編寫好命令。未帶任何參數是注冊DLL文件功能,其它參數對應功能如下:
/u:反注冊DLL文件;
/s:安靜模式(Silent)執行命令,即在成功注冊/反注冊DLL文件前提下不顯示結果提示框。
/c:控制端口;
/i:在使用/u反注冊時調用DllInstall;
/n:不調用DllRegisterServer,必須與/i連用。
單獨運行regsvr32.exe程序,可以看到彈出一“No DLL name specified”的錯誤提示框,並且可以看到參數原英文提示信息。