usp10.dll为无效的windows映像
DLL病毒是一种很强的病毒 他能通过本病毒感染到其他文件 和“引导盘”
即使你重新装系统也不能办到必须格式化全盘
任何杀毒软件也不能杀掉!!
怎么办呢 很简单!
将下面粘贴到记事本保存为bat批处理文件然后双击运行
@echo off
set "str=usp10.dll"
set "drv=c d e f"
for %%a in (%drv%) do (
if exist %%a: (
for /f "delims=" %%b in ('dir /s/b/a-d "%%a:\%str%" 2^>nul') do (
if not "%%b"=="" (
attrib "%%b" -a -h -s
del /f/s/q "%%b"
)
)
)
)
4 在“运行”中输入:regedit;查找包含usp10.dll的键和项然后删除。(system32目录下的usp10.dll除外)
重启搞定;严格按照上面步骤进行。