格力空调拆装:rundll32.exe是干什么用的,是不是病毒?怎么进程关不掉?

来源:百度文库 编辑:神马品牌网 时间:2024/05/03 06:11:43

进程文件: rundll32 or rundll32.exe
进程名称: Microsoft Rundll32
进程类别:其他进程
英文描述:
rundll32.exe is a process which executes DLLs an places their libraries into the memory, so they can be used more efficiently by applications.This program is important for the stable and secure running of your computer and should not be terminated.
中文参考:
rundll32.exe用于在内存中运行DLL文件,它们会在应用程序中被使用。这个程序对你系统的正常运行是非常重要的。注意:rundll32.exe也可能是W32.Miroot.Worm病毒。该病毒允许攻击者访问你的计算机,窃取密码和个人数据。该进程的安全等级是建议立即删除。
出品者:Microsoft Corp.
属于:Microsoft Windows Operating System
系统进程:Yes
后台程序:Yes
网络相关:No
常见错误:N/A
内存使用:N/A
安全等级 (0-5): 0
间谍软件:No
广告软件:No
病毒:No
木马:No

Rundll32.exe是 Windows系统提供的一个命令,它用来调用32位的DLL函数
(16位的DLL文件用Rundll.exe来调用。DLL文件是Windows的基础,所有的
API函数都是在DLL中实现的,它不能独立运行,一般由进程加载并调用,
运行DLL文件最简单的方法是利用Rundll32.exe,它的命令格式是
“Rundll32.exe 动态链接库名 函数名 参数名”。