『求助』无法加载dll

来源:百度知道 编辑:UC知道 时间:2024/05/16 10:36:19
电脑刚中了毒,感染的文件是bhgmi.dll和hmqgbo50.dll将它们删除后,电脑启动时就会提示无法加载这两个东东。我去注册表查这两个文件没找到(事实上应该怎样查?)。该怎么办?

载入。。。先下载
注册表项目

[HKEY_CLASSES_ROOT\dllfile\shell\Unregister]
"Command"="regsvr32 %1 /u"

[HKEY_CLASSES_ROOT\dllfile\shell\Register]
"Command"="regsvr32 %1"

当我们需要注册或者反注册dll时,只要在该dll文件上按下鼠标右键即可!

反注册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 [/u] [/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