BT下载 | 纯真下载 | 纯真证券 | 贴图助手 | IP代理 | IP小秘书
发新话题
打印

精品收藏常见电脑故障集

精品收藏常见电脑故障集

【常见电脑故障集】
玩电脑必修课之 揭开SVCHOST.exe进程之谜  
奇怪的内存故障种种  
Rundll32.exe做什么用?(98系统实用)  
解决组策略被禁用的问题  
常用端口对照详解  
Windows常见的进程列表(检查你是否中标)  
Windows Xp修复控制台详细的命令和用法  
寻找丢失的记忆——深入电脑数据恢复3  
Windows XP 恢复管理员密码的五大秘诀  
注册表解锁方法大全  
木马”万能查杀法和清除法除法!  
病毒杀不掉的原因以及处理方法  
PCI声卡爆音的原因及排除  
如何解除硬盘“逻辑锁”
Hosts文件的作用  
硬件的几种BIOS报警声  
故障硬盘故障硬盘数据拯救全攻略  
注册错误信息 ERROR  
基本错误信息  
bios报警信息  
综合类错误信息及其故障部位(或原因)  
13种BIOS报错信息及排除方法  
电脑软件故障  
电脑故障的种类   
会BIOS设置易解决电脑故障  
开机黑屏的一般解决方法  
三起黑屏故障排除  
上网易出现错误信息的分析  
电脑出现"致命异常错误"排除方法  
电脑出现"致命异常错误"排除方法 (续)  
电脑关机故障速解  
常见Windows故障全面排除  
电脑不能自动关机   
电脑死机的四大原因分析  
硬盘不能启动的常见故障分析及处理  
硬盘不启动的错误现象及解决方法  
硬盘的常见错误提示及解决方法  
木马入侵的常用手法及避免木马入侵的方法  
网上邻居找不到其他计算机  
硬盘的维护与优化  
硬盘引导故障怎么处理?  
用DEBUG修复硬盘不启动故障  
操作系统启动及关机故障  
用紧急修复盘恢复Win98/2000双启动  
全面深入了解电脑死机的原因  
硬盘分区丢失、坏道等相关问答五则  
硬盘故障及其解决  
系统错误报警声音祥解  
谨防由软件使用不当造成硬盘的“硬伤害”  
忘记Win2000管理员密码的解决方法  
实战FDisk  
Windows 非法操作详解  
硬盘软故障完全修复手册  
“内存不足”的解决方法  
BIOS问答   
不用专门软件照样修复硬盘分区表  
【Windows非法操作代码含义】     
   
非法操作      
内存故障详解     
   
光电鼠标常见故障全解决     
CMOS数据丢失现象的处理  
WIN98 SE不能关机的原因及解决办法  
Windows 98 死机密码     
内存的几个常见疑问     
浏览器问题总结

TOP

楼主
玩电脑必修课之 揭开SVCHOST.exe进程之谜
svchost.exe是nt核心系统的非常重要的进程,对于2000、xp来说,不可或缺。很多病毒、木马也会调用它。所以,深入了解这个程序,是玩电脑的必修课之一。  
      大家对windows操作系统一定不陌生,但你是否注意到系统中“svchost.exe”这个文件呢?细心的朋友会发现windows中存在多个 “svchost”进程(通过“ctrl+alt+del”键打开任务管理器,这里的“进程”标签中就可看到了),为什么会这样呢?下面就来揭开它神秘的面纱。  
发现  
       在基于nt内核的windows操作系统家族中,不同版本的windows系统,存在不同数量的“svchost”进程,用户使用“任务管理器”可查看其进程数目。一般来说,win2000有两个svchost进程,winxp中则有四个或四个以上的svchost进程(以后看到系统中有多个这种进程,千万别立即判定系统有病毒了哟),而win2003 server中则更多。这些svchost进程提供很多系统服务,如:rpcss服务(remote procedure call)、dmserver服务(logical disk manager)、dhcp服务(dhcp client)等。  
      如果要了解每个svchost进程到底提供了多少系统服务,可以在win2000的命令提示符窗口中输入“tlist -s”命令来查看,该命令是win2000 support tools提供的。在winxp则使用“tasklist /svc”命令。  
svchost中可以包含多个服务  
深入  
      windows系统进程分为独立进程和共享进程两种,“svchost.exe”文件存在于“%systemroot% system32”目录下,它属于共享进程。随着windows系统服务不断增多,为了节省系统资源,微软把很多服务做成共享方式,交由 svchost.exe进程来启动。但svchost进程只作为服务宿主,并不能实现任何服务功能,即它只能提供条件让其他服务在这里被启动,而它自己却不能给用户提供任何服务。那这些服务是如何实现的呢?  
         原来这些系统服务是以动态链接库(dll)形式实现的,它们把可执行程序指向 svchost,由svchost调用相应服务的动态链接库来启动服务。那svchost又怎么知道某个系统服务该调用哪个动态链接库呢?这是通过系统服务在注册表中设置的参数来实现。下面就以rpcss(remote procedure call)服务为例,进行讲解。  
        从启动参数中可见服务是靠svchost来启动的。  
实例  
        以windows xp为例,点击“开始”/“运行”,输入“services.msc”命令,弹出服务对话框,然后打开“remote procedure call”属性对话框,可以看到rpcss服务的可执行文件的路径为“c:windowssystem32svchost -k rpcss”,这说明rpcss服务是依靠svchost调用“rpcss”参数来实现的,而参数的内容则是存放在系统注册表中的。  
        在运行对话框中输入“regedit.exe”后回车,打开注册表编辑器,找到[hkey_local_machine systemcurrentcontrolsetservicesrpcss]项,找到类型为“reg_expand_sz”的键“magepath”,其键值为“%systemroot%system32svchost -k rpcss”(这就是在服务窗口中看到的服务启动命令),另外在“parameters”子项中有个名为“servicedll”的键,其值为“% systemroot%system32rpcss.dll”,其中“rpcss.dll”就是rpcss服务要使用的动态链接库文件。这样 svchost进程通过读取“rpcss”服务注册表信息,就能启动该服务了。  
解惑  
        因为svchost进程启动各种服务,所以病毒、木马也想尽办法来利用它,企图利用它的特性来迷惑用户,达到感染、入侵、破坏的目的(如冲击波变种病毒“w32.welchia.worm”)。但windows系统存在多个svchost进程是很正常的,在受感染的机器中到底哪个是病毒进程呢?这里仅举一例来说明。  
       假设windows xp系统被“w32.welchia.worm”感染了。正常的svchost文件存在于“c:windowssystem32”目录下,如果发现该文件出现在其他目录下就要小心了。“w32.welchia.worm”病毒存在于“c:windowssystem32wins”目录中,因此使用进程管理器查看svchost进程的执行文件路径就很容易发现系统是否感染了病毒。windows系统自带的任务管理器不能够查看进程的路径,可以使用第三方进程管理软件,如“windows优化大师”进程管理器,通过这些工具就可很容易地查看到所有的svchost进程的执行文件路径,一旦发现其执行路径为不平常的位置就应该马上进行检测和处理。  
        由于篇幅的关系,不能对svchost全部功能进行详细介绍,这是一个windows中的一个特殊进程,有兴趣的可参考有关技术资料进一步去了解它。  
讨论  
        并不是启动一个相关服务就多一个svchost进程的,而是根据命令参数分组,一般是一组服务就有一个svchost进程,如TT举例的那个c:windowssystem32svchost -k rpcss,这个属于rpcss组。

TOP

沙发
奇怪的内存故障种种
内存做为电脑的五大部件之一,对电脑工作的稳定性和可靠性起着至关重要的作用。内存质量的好坏和可靠性的高低直接影响着计算机能否长时间稳定的工作。同时内存也是故障率最高的部件之一,我们在平时对电脑故障维修过程中,接触最多的也就是常说的“内存报警,开机黑屏”。在这里,我把常见的几种内存故障的表现及其原因总结出来,供大家参考。  
  一、最常见故障:内存损坏,导致开机内存报警  
  这种故障大家经常遇到,多数是头天晚上还好好的,第二天早晨一开机,听到的不是平时“嘀”的一声,而是“嘀,嘀,嘀...”响个不停,显示器也没有图像显示。这种故障多数时候是因为电脑的使用环境不好,湿度过大,在长时间使用过程中,内存的金手指表面氧化,造成内存金手指与内存插槽的接触电阻增大,阻碍电流通过,因而内存自检错误。表现为一开机就“嘀嘀”的响个不停,也就是我们通常所说的“内存报警”。  
  处理方法也很简单,就是取下内存,使用橡皮将内存两面的金手指仔细的擦洗干净,再插回内存插槽就可以了。  
  注意:在擦洗金手指时,一定不要用手直接接触金手指,因为手上汗液会附着在金手指上,在使用一段时间后会再次造成金手指氧化,重复出现同样的故障。  
  不过,此类内存报警还有其他几种原因:  
  1.内存与主板兼容性不好  
  把内存插在其他主板上,长时间运行稳定可靠;把其他内存插在故障主板上也运行可靠稳定,没有报警出现。但是把二者放在一起,就出现“嘀嘀”的报警声。此类故障只能更换内存来解决。  
  2.主板的内存插槽质量低劣  
  表现为更换多个品牌内存都出现“嘀嘀”的报警声,偶尔有某一个内存不报警,但可能关机重启后又会报警。此类故障的主要出现在二三百元的低档的主板上,原因是主板的价格低,使用的内存插槽质量也差,只能更换主板解决。  
3.内存某芯片故障  
  此类故障相对比较严重,在开机自检时主机能够发现内存存在错误缺陷,不能够通过自检,发出“嘀嘀”的报警声,提示用户检查内存。这种故障要把内存插在其他主机上,检查是否有同样的“嘀嘀”声。如果有,就可以断定是内存有问题;如果没有,就可能属于上述第1个或每2个原因。  
  4.其他故障造成的内存报警  
  这类故障不常见,有可能是主板故障或CPU故障,造成内存报警,只能用排除法逐一替换解决。  
  二、常见故障1:内存损坏导致系统经常报注册表错误  
  这类故障比较常见,表现为能够正常启动系统,但是在进入桌面时,系统会提示注册表读取错误,需要重新启动电脑修复该错误,但是再次启动电脑后,仍旧是同样的故障。对于此类问题,我们可以进入安全模式,在运行中敲入“MSCONFIG”命令,将“启动”项中的ScanRegistry前面的“V”去除,然后再重新启动电脑。如果故障排除,说明该问题真的是由注册表错误引起的;如果故障仍然存在,基本上就可以断定该机器内存有问题,这时需要使用替换法,换上性能良好的内存条检验是否存在同样的故障。  
  有时候,长时间不进行磁盘碎片整理,没有进行错误检查时,也会造成系统错误而提示注册表错误,但对于此类问题在禁止运行“ScanRegistry”后,系统就可以正常运行,但速度会明显的变慢。对于此类问题,解决的最好方法就是先备份重要资料,然后重新安装WIN98。  
  三、常见故障2:内存损坏导致安装系统时提示“解压缩文件时出错,无法正确解开某一文件”  
  这类故障常见于安装系统过程中,会经常意外的退出安装。实际上这也经常是因为内存的质量不良或稳定性差造成的,多数问题在更换内存后故障解决。此类问题无论是直接从光盘安装还是从硬盘安装都会出现同样的提示信息。虽然有点类似于我们在安装WIN98、WIN2K及XP过程遇到的无法正常读取某一文件,请选择“忽略,终止,放弃”,但那类问题多数是因为光盘的质量差或光驱的使用时间过久,读盘性能下降造成的,同时还会有光驱灯慢闪,并伴随着间断读盘时的“哗哗”声。  
  如果我们在维修电脑故障过程中遇到此问题时,最好直接更换内存检测,看是否仍旧出现同样的故障。如故障消失,说明原来内存有问题;如果故障依旧,多数是因为光盘质量差或光驱读盘下降造成的,也可能是硬盘上的系统安装文件损坏。  
  四、内存短路导致主机无法加电  
  这种情况内存损坏得比较严重,但是内存芯片表面,金手指、阻容并不一定有明显的烧灼痕迹,有时和完好的内存条子一模一样。不过将此内存插入主板后,主板无法加电。当把电源插入电源插头后,按下电源开关,主机无任何反应,CPU风扇和电源风扇都不工作,电源指示灯也不亮,和没有加电时一模一样。  
故障的判别也很简单,使用排除法和最小系统法。如果遇到一台主机是此类的故障现象,第一步是排除电源故障,如果手中有其他正常电源最好,直接替换。如果没有,可将电源取下,用导线直接短路绿线和黑线,观察电源风扇是否工作,并用耳朵仔细聆听电源内部是否有吱吱的异响。如果有说明电源有问题,质量不稳定,需要更换。第二步是将声卡、Modem、硬盘、光驱、软驱、显卡、内存、CPU全部去除,只留下CPU风扇,再插入DEBUG卡(如果没有,那需要观察CPU风扇和电源风扇是否转动),开始对主板加电,观察DEBUG卡的指示灯和数码管是否有指示;然后再插入CPU,加电试机;接着再插入内存,一步一步的添加其他部件。如果到某一部件时出现上述的故障现象,那就说明是该部件有问题,需要更换或维修。此方法对于排除系统启动速度慢,死机等也适用。  
  五、内存损坏导致系统运行不稳定,经常出现蓝屏或无法正常顺利安装系统,总无规律的提示文件读取或解压错误  
  对于此类问题,首先应排除软件问题。第一步,先对C盘的重要数据进行备份,然后使用“Format C:/u /c /s”命令对C盘进行强制完全格式化,并仔细观察格式化过程,是否格式化顺利,硬盘是否有坏道。因为硬盘坏道会使系统文件被破坏,造成系统运行不稳定,容易死机。第二步,重新安装操作系统,并注意观察在安装过程中是否有文件无法打开,文件找不到之类的错误。如果没有,基本上就说明硬件方面没有问题,系统不稳定,容易死机,很有可能是系统长时间使用,没有定期进行磁盘扫描和碎片整理,造成系统文件过多的丢失或破坏,而导致系统无法正常稳定的工作。如果在安装过程中出现蓝屏,就需要使用排除法,对内存和CPU进行替换排除。在对CPU和内存替换后故障依旧时,那就必须更换主板进行查验。  
  说明:有些光驱的读盘性能非常好,在使用两三年后,还是“呜呜”的高速读盘,但是此时因其纠错率下降,使光驱读入的错误数据过多。这些数据如果是用来播放VCD,那不会产生特别大的影响,但是这类光驱读入的数据用于安装系统就极可能会出现上面的类似错误,报文件找不到或解压错误,即使偶尔安装成功,也经常出现“非法操作”,系统非常的不稳定。这类故障比较难于判断,会被判别为内存和CPU的问题,而耽误好多维修时间。  
  六、内存损坏,导致计算机频繁重启,无法正常运行  
  对于此类故障,先直接更换内存,看故障是否还仍然出现。如果故障消失,就可以直接判断是内存故障。如果故障依旧,那就需要按第五种故障的排除方法,重新安装操作系统,检查是不是由于系统的原因造成的。  
  计算机自动重启的故障原因比较多,较常见的是电源功率不足。当计算机满负荷工作,消耗的电力大时,就容易自动重启。还有就是市电电压不稳,变化范围太大或者市电的电源插座接触不良也会产生计算机自动重启故障。但内存损坏后造成计算机自动重启的故障并不多见。  
  七、内存损坏导致系统启动后不能正常运行,快进入桌面时就自动关机  
  此问题也需要采用第五类故障中的排除方法解决。  
  提示一点:因为WIN98系统本身的问题,该操作系统很容易遭到破坏。如果我们把C:\WINDOWS\FONTS的目录名改为其他字母,这时当你再启动系统时,系统就会在出现蓝天白云后,快进入桌面时自动关机。解决的方法也很简单,在启动时按住“CRTL”进入DOS状态,使用REN命令将该目录名改为“FONTS”就可以了。如果是人为的破坏系统,那将会使计算机维修人员费很大的周折,浪费好多的时间,所以做为计算机的服务人员,也应该了解一些操作系统的启动原理和主要文件。  
八、内存损坏导致光驱狂读  
  此类问题我遇到过两次,都是一模一样的表现。只要一开机,自检过后,快进入系统时,光驱开始“呜呜”的高速旋转。即使你不放入光盘它也照转,挺吓人的。在自检过程中也没有任何错误提示,但是在使用替换法更换内存后故障消失。把故障内存放在别的机器上(主板不一样),开机就“嘀嘀”的报警。

TOP

板凳
Rundll32.exe做什么用?(98系统实用)
常用Windows9x的朋友一定对Rundll32.exe和Rundll.exe这两个档案不会陌生吧,不过,由於这两个程式的功能原先只限於在微软内部使用,因而真正知道如何使用它们的朋友想必不多。那么好,如果你还不清楚的话,那么就让我来告诉你吧。  
  首先,请你做个小实验(请事先保存好你正在执行的程式的结果,否则...):点击“开始-程式-Ms-Dos方式”,进入Dos视窗,然後键入"rundll32.exe user.exe,restartwindows",再按下回车键,这时你将看到,机器被重启了!怎么样,是不是很有趣?  
  当然,Rundll的功能绝不仅仅是重启你的机器。其实,Rundll者,顾名思义,执行Dll也,它的功能就是以命令列的方式呼叫Windows的动态链结库,Rundll32.exe与Rundll.exe的区别就在於前者是呼叫32位的链结库,而後者是运用於16位的链结库,它们的命令格式是:  
  RUNDLL.EXE ,,  
  这里要注意三点:1.Dll档案名中不能含有空格,比如该档案位於c:\Program Files\目录,你要把这个路径改成c:\Progra~1\;2.Dll档案名与Dll入口点间的逗号不能少,否则程式将出错并且不会给出任何资讯!3.这是最重要的一点:Rundll不能用来呼叫含返回值参数的Dll,例如Win32API中的GetUserName(),GetTextFace()等。在Visual Basic中,提供了一条执行外部程式的指令Shell,格式为:  
  Shell “命令列”  
  如果能配合Rundll32.exe用好Shell指令,会使您的VB程式拥有用其他方法难以甚至无法实现的效果:仍以重启为例,传统的方法需要你在VB工程中先建立一个模组,然後写入WinAPI的声明,最後才能在程式中呼叫。而现在只需一句:  
  Shell “rundll32.exe user.exe,restartwindows”就搞定了!是不是方便多了?  
  实际上,Rundll32.exe在呼叫各种Windows控制面板和系统选项方面有著独特的优势。下面,我就将本人在因特网上收集的有关Rundll的指令列举如下(很有用的,能省去你很多呼叫Windows API的时间!!),供大家在程式设计中引用:  
  命令列: rundll32.exe shell32.dll,Control_RunDLL  
  功能: 显示控制面板  
  命令列: rundll32.exe shell32.dll,Control_RunDLL access.cpl,,1  
  功能: 显示“控制面板-辅助选项-键盘”选项视窗  
  命令列: rundll32.exe shell32.dll,Control_RunDLL access.cpl,,2  
  功能: 显示“控制面板-辅助选项-声音”选项视窗  
  命令列: rundll32.exe shell32.dll,Control_RunDLL access.cpl,,3  
  功能: 显示“控制面板-辅助选项-显示”选项视窗  
  命令列: rundll32.exe shell32.dll,Control_RunDLL access.cpl,,4  
  功能: 显示“控制面板-辅助选项-滑鼠”选项视窗  
  命令列: rundll32.exe shell32.dll,Control_RunDLL access.cpl,,5  
  功能: 显示“控制面板-辅助选项-传统”选项视窗  
  命令列: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl @1  
  功能: 执行“控制面板-添加新硬体”向导。  
  命令列: rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL AddPrinter  
  功能: 执行“控制面板-添加新印表机”向导。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,1  
  功能: 显示 “控制面板-添加/删除程式-安装/卸载” 面板。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,2  
  功能: 显示 “控制面板-添加/删除程式-安装Windows” 面板。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL appwiz.cpl,,3  
  功能: 显示 “控制面板-添加/删除程式-启动盘” 面板。  
  命令列: rundll32.exe syncui.dll,Briefcase_Create  
  功能: 在桌面上建立一个新的“我的公文包”。  
  命令列: rundll32.exe diskcopy.dll,DiskCopyRunDll  
  功能: 显示复制软碟视窗  
  命令列: rundll32.exe apwiz.cpl,NewLinkHere %1  
  功能: 显示“建立快捷方式”的对话框,所建立的快捷方式的位置由%1参数决定。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL timedate.cpl,,0  
  功能: 显示“日期与时间”选项视窗。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL timedate.cpl,,1  
  功能: 显示“时区”选项视窗。  
  命令列: rundll32.exe rnaui.dll,RnaDial [某个拨号连接的名称]  
  功能: 显示某个拨号连接的拨号视窗。如果已经拨号连接,则显示目前的连接状态的视窗。  
  命令列: rundll32.exe rnaui.dll,RnaWizard  
  功能: 显示“新建拨号连接”向导的视窗。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,0  
  功能: 显示“显示属性-背景”选项视窗。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,1  
  功能: 显示“显示属性-萤屏保护”选项视窗。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,2  
  功能: 显示“显示属性-外观”选项视窗。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL desk.cpl,,3  
  功能: 显示显示“显示属性-属性”选项视窗。  
  命令列: rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL FontsFolder  
  功能: 显示Windows的“字体”档案夹。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL main.cpl @3  
  功能: 同样是显示Windows的“字体”档案夹。  
  命令列: rundll32.exe shell32.dll,SHformatDrive  
  功能: 显示格式化软碟对话框。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL joy.cpl,,0  
  功能: 显示“控制面板-游戏控制器-一般”选项视窗。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL joy.cpl,,1  
  功能: 显示“控制面板-游戏控制器-进阶”选项视窗。  
  命令列: rundll32.exe mshtml.dll,PrintHTML (HTML文档)  
  功能: 列印HTML文档。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL mlcfg32.cpl  
  功能: 显示Microsoft Exchange一般选项视窗。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL main.cpl @0  
  功能: 显示“控制面板-滑鼠” 选项 。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL main.cpl @1  
  功能: 显示 “控制面板-键盘属性-速度”选项视窗。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL main.cpl @1,,1  
  功能: 显示 “控制面板-键盘属性-语言”选项视窗。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL main.cpl @2  
  功能: 显示Windows“印表机”档案夹。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL main.cpl @3  
  功能: 显示Windows“字体”档案夹。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL main.cpl @4  
  功能: 显示“控制面板-输入法属性-输入法”选项视窗。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL modem.cpl,,add  
  功能: 执行“添加新调制解调器”向导。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,0  
  功能: 显示“控制面板-多媒体属性-音频”属性页。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,1  
  功能: 显示“控制面板-多媒体属性-视频”属性页。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,2  
  功能: 显示“控制面板-多媒体属性-MIDI”属性页。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,3  
  功能: 显示“控制面板-多媒体属性-CD音乐”属性页。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl,,4  
  功能: 显示“控制面板-多媒体属性-设备”属性页。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL mmsys.cpl @1  
  功能: 显示“控制面板-声音”选项视窗。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL netcpl.cpl  
  功能: 显示“控制面板-网路”选项视窗。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL odbccp32.cpl  
  功能: 显示ODBC32资料管理选项视窗。  
  命令列: rundll32.exe shell32.dll,OpenAs_RunDLL {drive:\path\filename}  
功能: 显示指定档案(drive:\path\filename)的“打开方式”对话框。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL password.cpl  
  功能: 显示“控制面板-密码”选项视窗。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL powercfg.cpl  
  功能: 显示“控制面板-电源管理属性”选项视窗。  
  命令列: rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL PrintersFolder  
  功能: 显示Windows“印表机”档案夹。(同rundll32.exe shell32.dll,Control_RunDLL main.cpl @2)  
  命令列: rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,0  
  功能: 显示“控制面板-区域设置属性-区域设置”选项视窗。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,1  
  功能: 显示“控制面板-区域设置属性-数字”选项视窗。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,2  
  功能: 显示“控制面板-区域设置属性-货币”选项视窗。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,3  
  功能: 显示“控制面板-区域设置属性-时间”选项视窗。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,4  
  功能: 显示“控制面板-区域设置属性-日期”选项视窗。  
  命令列: rundll32.exe desk.cpl,InstallScreenSaver [萤屏保护档案名]  
  功能: 将指定的萤屏保护档案设置为Windows的屏保,并显示萤屏保护属性视窗。  
  命令列: rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl,,0  
  功能: 显示“控制面板-系统属性

TOP

4楼
解决组策略被禁用的问题。
笔者想利用组策略在计算机上禁止运行QQ,所以在组策略中展开“用户配置→管理模板→系统”,双击“只运行许可的Windows应用程序”项,选中“已启用”,并添加Notepad、Gpedit.msc等允许运行的应用程序。没想到在退出组策略后问题出现了——无法进入组策略编辑器和其它应用程序,总是出现“本次操作由于这台计算机的限制而被取消……”的提示。  
经过摸索,笔者终于找到了解决方法,希望对朋友们有帮助。  
1.控制台法  
重新启动计算机,按下F8键,在Windows高级选项菜单里选择“带命令行提示的安全模式”,进入安全模式;键入MMC,打开控制台窗口,单击“文件→添加/删除管理单元”,在“独立”选项卡中单击“添加”按钮,选择“组策略”管理单元,单击“添加”按钮,再分别单击“完成”、“关闭”、“确定”即可;这样,添加的组策略管理单元将出现在控制台窗口中,接下来把设置改回去(即设为“未配置”);最后,按下“Ctrl+Alt+Del”组合键,点击“关机”按钮,选择“重新启动”即可。  
提示:在“带命令行提示的安全模式”中,是看不到“开始”菜单和系统任务栏的,不过,我们可以键入“explorer”打开它们。  
2.命令行法  
首先进入“带命令行提示的安全模式”;然后键入“reg add HKCU\Software\M  
icrosoft\Windows\CurrentVersion\Policies\Explorer /v RestrictRun /t reg_dword /d 0”命令,回车之后,系统会提示是否覆盖存在的“RestrictRun”键值项,键入“Y”并回车即可。这样,注册表里相应的内容已经被恢复了。  
3.注册表法  
通过直接修改注册表的方法也可以解决该问题。首先进入“带命令行提示的安全模式”,在命令提示符下键入“regedit”,打开“注册表编辑器”,展开分支“HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer”,将“RestrictRun”(DWORD值)键的值修改为0即可。

TOP

5楼
常用端口对照详解  

端口:0  
服务:Reserved  
说明:通常用于分析操作系统。这一方法能够工作是因为在一些系统中“0”是无效端口,当你试图使用通常的闭合端口连接它时将产生不同的结果。一种典型的扫描,使用 IP地址为0.0.0.0,设置ACK位并在以太网层广播。  
端口:1  
服务:tcpmux  
说明:这显示有人在寻找SGI Irix机器。Irix是实现tcpmux的主要提供者,默认情况下tcpmux在这种系统中被打开。Irix机器在发布是含有几个默认的无密码的帐户,如: IP、GUEST UUCP、NUUCP、DEMOS 、TUTOR、DIAG、OUTOFBOX等。许多管理员在安装后忘 记删除这些帐户。因此HACKER在INTERNET上搜索tcpmux并利用这些帐户。  

端口:7  
服务:Echo  
说明:能看到许多人搜索Fraggle放大器时,发送到X.X.X.0和X.X.X.255的信息。  

端口:19  
服务:Character Generator  
说明:这是一种仅仅发送字符的服务。UDP版本将会在收到UDP包后回应含有垃圾字符的包。TCP连接时会发送含有垃圾字符的数据流直到连接关闭。HACKER利用IP欺骗可以发 动DoS攻击。伪造两个chargen服务器之间的UDP包。同样Fraggle DoS攻击向目标地址的 这个端口广播一个带有伪造受害者IP的数据包,受害者为了回应这些数据而过载。  

端口:21  
服务:FTP  
说明:FTP服务器所开放的端口,用于上传、下载。最常见的攻击者用于寻找打开anonymous的FTP服务器的方法。这些服务器带有可读写的目录。木马Doly Trojan、Fore、Invisible FTP、WebEx、WinCrash和Blade Runner所开放的端口。  

端口:22  
服务:Ssh  
说明:PcAnywhere建立的TCP和这一端口的连接可能是为了寻找ssh。这一服务有许多弱点,如果配置成特定的模式,许多使用RSAREF库的版本就会有不少的漏洞存在。  

端口:23  
服务:Telnet  
说明:远程登录,入侵者在搜索远程登录UNIX的服务。大多数情况下扫描这一端口是为了找到机器运行的操作系统。还有使用其他技术,入侵者也会找到密码。木马TinyTelnet Server就开放这个端口。  

端口:25  
服务:SMTP  
说明:SMTP服务器所开放的端口,用于发送邮件。入侵者寻找SMTP服务器是为了传递他们的SPAM。入侵者的帐户被关闭,他们需要连接到高带宽的E-MAIL服务器上,将简单的信息传递到不同的地址。木马Antigen、Email Password Sender、Haebu Coceda、Shtrilitz Stealth、WinPC、WinSpy都开放这个端口。  

端口:31  
服务:MSG Authentication  
说明:木马Master Paradise、Hackers Paradise开放此端口。  

端口:42  
服务:WINS Replication  
说明:WINS复制  

端口:53  
服务:Domain Name Server(DNS)  
说明:DNS服务器所开放的端口,入侵者可能是试图进行区域传递(TCP),欺骗DNS(UDP)或隐藏其他的通信。因此防火墙常常过滤或记录此端口。  

端口:67  
服务:Bootstrap Protocol Server  
说明:通过DSL和Cable modem的防火墙常会看见大量发送到广播地址255.255.255.255的数据。这些机器在向DHCP服务器请求一个地址。HACKER常进入它们,分配一个地址把自己作为局部路由器而发起大量中间人(man-in-middle)攻击。客户端向68端口广播请求配置,服务器向67端口广播回应请求。这种回应使用广播是因为客户端还不知道可以发送的IP地址。  

端口:69  
服务:Trival File Transfer  
说明:许多服务器与bootp一起提供这项服务,便于从系统下载启动代码。但是它们常  
常由于错误配置而使入侵者能从系统中窃取任何 文件。它们也可用于系统写入文件。  

端口:79  
服务:Finger Server  
说明:入侵者用于获得用户信息,查询操作系统,探测已知的缓冲区溢出错误,回应从自己机器到其他机器Finger扫描。  

端口:80  
服务:HTTP  
说明:用于网页浏览。木马Executor开放此端口。  

端口:99  
服务:Metagram Relay  
说明:后门程序ncx99开放此端口。  

端口:102  
服务:Message transfer agent(MTA)-X.400 over TCP/IP  
说明:消息传输代理。

端口:109  
服务:Post Office Protocol -Version3  
说明:POP3服务器开放此端口,用于接收邮件,客户端访问服务器端的邮件服务。POP3服务有许多公认的弱点。关于用户名和密码交 换缓冲区溢出的弱点至少有20个,这意味着入侵者可以在真正登陆前进入系统。成功登陆后还有其他缓冲区溢出错误。  

端口:110  
服务:SUN公司的RPC服务所有端口  
说明:常见RPC服务有rpc.mountd、NFS、rpc.statd、rpc.csmd、rpc.ttybd、amd等  

端口:113  
服务:Authentication Service  
说明:这是一个许多计算机上运行的协议,用于鉴别TCP连接的用户。使用标准的这种服务可以获得许多计算机的信息。但是它可作为许多服务的记录器,尤其是FTP、POP、IMAP、SMTP和IRC等服务。通常如果有许多客户通过防火墙访问这些服务,将会看到许多这个端口的连接请求。记住,如果阻断这个端口客户端会感觉到在防火墙另一边与E-MAIL服务器的缓慢连接。许多防火墙支持TCP连接的阻断过程中发回RST。这将会停止缓慢的连接。  

端口:119  
服务:Network News Transfer Protocol  
说明:NEWS新闻组传输协议,承载USENET通信。这个端口的连接通常是人们在寻找USENET服务器。多数ISP限制,只有他们的客户才能访问他们的新闻组服务器。打开新闻组服务器将允许发/读任何人的帖子,访问被限制的新闻组服务器,匿名发帖或发送SPAM。  

端口:135  
服务:Location Service  
说明:Microsoft在这个端口运行DCE RPC end-point mapper为它的DCOM服务。这与UNIX 111端口的功能很相似。使用DCOM和RPC的服务利用计算机上的end-point mapper注册它们的位置。远端客户连接到计算机时,它们查找end-point mapper找到服务的位置。HACKER扫描计算机的这个端口是为了找到这个计算机上运行Exchange Server吗?什么版本?还有些DOS攻击直接针对这个端口。  

端口:137、138、139  
服务:NETBIOS Name Service  
说明:其中137、138是UDP端口,当通过网上邻居传输文件时用这个端口。而139端口:通过这个端口进入的连接试图获得NetBIOS/SMB服务。这个协议被用于windows文件和打印机共享和SAMBA。还有WINS Regisrtation也用它。  

端口:143  
服务:Interim Mail Access Protocol v2  
说明:和POP3的安全问题一样,许多IMAP服务器存在有缓冲区溢出漏洞。记住:一种LINUX蠕虫(admv0rm)会通过这个端口繁殖,因此许多这个端口的扫描来自不知情的已经被感染的用户。当REDHAT在他们的LINUX发布版本中默认允许IMAP后,这些漏洞变的很流行。这一端口还被用于IMAP2,但并不流行。  

端口:161  
服务:SNMP  
说明:SNMP允许远程管理设备。所有配置和运行信息的储存在数据库中,通过SNMP可获得这些信息。许多管理员的错误配置将被暴露在Internet。Cackers将试图使用默认的密码public、private访问系统。他们可能会试验所有可能的组合。SNMP包可能会被错误的指向用户的网络。  

端口:177  
服务:X Display Manager Control Protocol  
说明:许多入侵者通过它访问X-windows操作台,它同时需要打开6000端口。  

端口:389  
服务:LDAP、ILS  
说明:轻型目录访问协议和NetMeeting Internet Locator Server共用这一端口。  

端口:443  
服务:Https  
说明:网页浏览端口,能提供加密和通过安全端口传输的另一种HTTP。  

端口:456  
服务:[NULL]  
说明:木马HACKERS PARADISE开放此端口。  

端口:513  
服务:Login,remote login  
说明:是从使用cable modem或DSL登陆到子网中的UNIX计算机发出的广播。这些人为入侵者进入他们的系统提供了信息。  

端口:544  
服务:[NULL]  
说明:kerberos kshell  

端口:548  
服务:Macintosh,File Services(AFP/IP)  
说明:Macintosh,文件服务。  

端口:553  
服务:CORBA IIOP (UDP)  
说明:使用cable modem、DSL或VLAN将会看到这个端口的广播。CORBA是一种面向对象的RPC系统。入侵者可以利用这些信息进入系统。  

端口:555  
服务:DSF  
说明:木马PhAse1.0、Stealth Spy、IniKiller开放此端口。  

端口:568  
服务:Membership DPA  
说明:成员资格 DPA。  

端口:569  
服务:Membership MSN  
说明:成员资格 MSN。

端口:635  
服务:mountd  
说明:Linux的mountd Bug。这是扫描的一个流行BUG。大多数对这个端口的扫描是基于UDP的,但是基于TCP的mountd有所增加(mountd同时运行于两个端口)。记住mountd可运行于任何端口(到底是哪个端口,需要在端口111做portmap查询),只是Linux默认端口是635,就像NFS通常运行于2049端口。  

端口:636  
服务:LDAP  
说明:SSL(Secure Sockets layer)  

端口:666  
服务:Doom Id Software  
说明:木马Attack FTP、Satanz Backdoor开放此端口  

端口:993  
服务:IMAP  
说明:SSL(Secure Sockets layer)  

端口:1001、1011  
服务:[NULL]  
说明:木马Silencer、WebEx开放1001端口。木马Doly Trojan开放1011端口。  

端口:1024  
服务:Reserved  
说明:它是动态端口的开始,许多程序并不在乎用哪个端口连接网络,它们请求系统为它们分配下一个闲置端口。基于这一点分配从端口1024开始。这就是说第一个向系统发出请求的会分配到1024端口。你可以重启机器,打开Telnet,再打开一个窗口运行natstat -a 将会看到Telnet被分配1024端口。还有SQL session也用此端口和5000端口。  

端口:1025、1033  
服务:1025:network blackjack 1033:[NULL]  
说明:木马netspy开放这2个端口。  

端口:1080  
服务:SOCKS  
说明:这一协议以通道方式穿过防火墙,允许防火墙后面的人通过一个IP地址访问INTERNET。理论上它应该只允许内部的通信向外到达INTERNET。但是由于错误的配置,它会允许位于防火墙外部的攻击穿过防火墙。WinGate常会发生这种错误,在加入IRC聊天室时常会看到这种情况。  

端口:1170  
服务:[NULL]  
说明:木马Streaming Audio Trojan、Psyber Stream Server、Voice开放此端口。  

端口:1234、1243、6711、6776  
服务:[NULL]  
说明:木马SubSeven2.0、Ultors Trojan开放1234、6776端口。木马SubSeven1.0/1.9开放1243、6711、6776端口。  

端口:1245  
服务:[NULL]  
说明:木马Vodoo开放此端口。  

端口:1433  
服务:SQL  
说明:Microsoft的SQL服务开放的端口。  

端口:1492  
服务:stone-design-1  
说明:木马FTP99CMP开放此端口。  

端口:1500  
服务:RPC client fixed port session queries  
说明:RPC客户固定端口会话查询  

端口:1503  
服务:NetMeeting T.120  
说明:NetMeeting T.120  

端口:1524  
服务:ingress  
说明:许多攻击脚本将安装一个后门SHELL于这个端口,尤其是针对SUN系统中Sendmail和RPC服务漏洞的脚本。如果刚安装了防火墙就看到在这个端口上的连接企图,很可能是上述原因。可以试试Telnet到用户的计算机上的这个端口,看看它是否会给你一个SHELL。连接到600/pcserver也存在这个问题。  

端口:1600  
服务:issd  
说明:木马Shivka-Burka开放此端口。  

端口:1720  
服务:NetMeeting  
说明:NetMeeting H.233 call Setup。  

端口:1731  
服务:NetMeeting Audio Call Control  
说明:NetMeeting音频调用控制。  

端口:1807  
服务:[NULL]  
说明:木马SpySender开放此端口。  

端口:1981  
服务:[NULL]  
说明:木马ShockRave开放此端口。  

端口:1999  
服务:cisco identification port  
说明:木马BackDoor开放此端口。  

端口:2000  
服务:[NULL]  
说明:木马GirlFriend 1.3、Millenium 1.0开放此端口。  

端口:2001  
服务:[NULL]  
说明:木马Millenium 1.0、Trojan Cow开放此端口。  

端口:2023  
服务:xinuexpansion 4  
说明:木马Pass Ripper开放此端口。  

端口:2049  
服务:NFS  
说明:NFS程序常运行于这个端口。通常需要访问Portmapper查询这个服务运行于哪个端口。  

端口:2115  
服务:[NULL]  
说明:木马Bugs开放此端口。

端口:2140、3150  
服务:[NULL]  
说明:木马Deep Throat 1.0/3.0开放此端口。  

端口:2500  
服务:RPC client using a fixed port session replication  
说明:应用固定端口会话复制的RPC客户  

端口:2583  
服务:[NULL]  
说明:木马Wincrash 2.0开放此端口。  

端口:2801  
服务:[NULL]  
说明:木马Phineas Phucker开放此端口。  

端口:3024、4092  
服务:[NULL]  
说明:木马WinCrash开放此端口。  

端口:3128  
服务:squid  
说明:这是squid HTTP代理服务器的默认端口。攻击者扫描这个端口是为了搜寻一个代理服务器而匿名访问Internet。也会看到搜索其他代理服务器的端口8000、8001、8080、8888。扫描这个端口的另一个原因是用户正在进入聊天室。其他用户也会检验这个端口以确定用户的机器是否支持代理。  

端口:3129  
服务:[NULL]  
说明:木马Master Paradise开放此端口。  

端口:3150  
服务:[NULL]  
说明:木马The Invasor开放此端口。  

端口:3210、4321  
服务:[NULL]  
说明:木马SchoolBus开放此端口  

端口:3333  
服务:dec-notes  
说明:木马Prosiak开放此端口  

端口:3389  
服务:超级终端  
说明:WINDOWS 2000终端开放此端口。  

端口:3700  
服务:[NULL]  
说明:木马Portal of Doom开放此端口  

端口:3996、4060  
服务:[NULL]  
说明:木马RemoteAnything开放此端口  

端口:4000  
服务:QQ客户端  
说明:腾讯QQ客户端开放此端口。  

端口:4092  
服务:[NULL]  
说明:木马WinCrash开放此端口。  

端口:4590  
服务:[NULL]  
说明:木马ICQTrojan开放此端口。  

端口:5000、5001、5321、50505  
服务:[NULL]  
说明:木马blazer5开放5000端口。木马Sockets de Troie开放5000、5001、5321、50505端口。  

端口:5400、5401、5402  
服务:[NULL]  
说明:木马Blade Runner开放此端口。  

端口:5550  
服务:[NULL]  
说明:木马xtcp开放此端口。  

端口:5569  
服务:[NULL]  
说明:木马Robo-Hack开放此端口。  

端口:5632  
服务:pcAnywere  
说明:有时会看到很多这个端口的扫描,这依赖于用户所在的位置。当用户打开pcAnywere时,它会自动扫描局域网C类网以寻找可能的代理(这里的代理是指agent而不是proxy)。入侵者也会寻找开放这种服务的计算机。,所以应该查看这种扫描的源地址。一些搜寻pcAnywere的扫描包常含端口22的UDP数据包。  

端口:5742  
服务:[NULL]  
说明:木马WinCrash1.03开放此端口。  

端口:6267  
服务:[NULL]  
说明:木马广外女生开放此端口。  

端口:6400  
服务:[NULL]  
说明:木马The tHing开放此端口。  

端口:6670、6671  
服务:[NULL]  
说明:木马Deep Throat开放6670端口。而Deep Throat 3.0开放6671端口。  

端口:6883  
服务:[NULL]  
说明:木马DeltaSource开放此端口。  

端口:6969  
服务:[NULL]  
说明:木马Gatecrasher、Priority开放此端口。  

端口:6970  
服务:RealAudio  
说明:RealAudio客户将从服务器的6970-7170的UDP端口接收音频数据流。这是由TCP-7070端口外向控制连接设置的。  

端口:7000  
服务:[NULL]  
说明:木马Remote Grab开放此端口。  

端口:7300、7301、7306、7307、7308  
服务:[NULL]  
说明:木马NetMonitor开放此端口。另外NetSpy1.0也开放7306端口。  

端口:7323  
服务:[NULL]  
说明:Sygate服务器端。  

端口:7626  
服务:[NULL]  
说明:木马Giscier开放此端口。  

端口:7789  
服务:[NULL]  
说明:木马ICKiller开放此端口。  

端口:8000  
服务:OICQ  
说明:腾讯QQ服务器端开放此端口。

端口:8010  
服务:Wingate  
说明:Wingate代理开放此端口。  

端口:8080  
服务:代理端口  
说明:WWW代理开放此端口。  

端口:9400、9401、9402  
服务:[NULL]  
说明:木马Incommand 1.0开放此端口。  

端口:9872、9873、9874、9875、10067、10167  
服务:[NULL]  
说明:木马Portal of Doom开放此端口。  

端口:9989  
服务:[NULL]  
说明:木马iNi-Killer开放此端口。  

端口:11000  
服务:[NULL]  
说明:木马SennaSpy开放此端口。  

端口:11223  
服务:[NULL]  
说明:木马Progenic trojan开放此端口。  

端口:12076、61466  
服务:[NULL]  
说明:木马Telecommando开放此端口。  

端口:12223  
服务:[NULL]  
说明:木马Hack'99 KeyLogger开放此端口。  

端口:12345、12346  
服务:[NULL]  
说明:木马NetBus1.60/1.70、GabanBus开放此端口。  

端口:12361  
服务:[NULL]  
说明:木马Whack-a-mole开放此端口。  

端口:13223  
服务:PowWow  
说明:PowWow是Tribal Voice的聊天程序。它允许用户在此端口打开私人聊天的连接。这一程序对于建立连接非常具有攻击性。它会驻扎在这个TCP端口等回应。造成类似心跳间隔的连接请求。如果一个拨号用户从另一个聊天者手中继承了IP地址就会发生好象有很多不同的人在测试这个端口的情况。这一协议使用OPNG作为其连接请求的前4个字节。  

端口:16969  
服务:[NULL]  
说明:木马Priority开放此端口。  

端口:17027  
服务:Conducent  
说明:这是一个外向连接。这是由于公司内部有人安装了带有Conducent"adbot"的共享软件。Conducent"adbot"是为共享软件显示广告服务的。使用这种服务的一种流行的软件是Pkware。  

端口:19191  
服务:[NULL]  
说明:木马蓝色火焰开放此端口。  

端口:20000、20001  
服务:[NULL]  
说明:木马Millennium开放此端口。  

端口:20034  
服务:[NULL]  
说明:木马NetBus Pro开放此端口。  

端口:21554  
服务:[NULL]  
说明:木马GirlFriend开放此端口。  

端口:22222  
服务:[NULL]  
说明:木马Prosiak开放此端口。  

端口:23456  
服务:[NULL]  
说明:木马Evil FTP、Ugly FTP开放此端口。  

端口:26274、47262  
服务:[NULL]  
说明:木马Delta开放此端口。  

端口:27374  
服务:[NULL]  
说明:木马Subseven 2.1开放此端口。  

端口:30100  
服务:[NULL]  
说明:木马NetSphere开放此端口。

端口:30303  
服务:[NULL]  
说明:木马Socket23开放此端口。  

端口:30999  
服务:[NULL]  
说明:木马Kuang开放此端口。  

端口:31337、31338  
服务:[NULL]  
说明:木马BO(Back Orifice)开放此端口。另外木马DeepBO也开放31338端口。  

端口:31339  
服务:[NULL]  
说明:木马NetSpy DK开放此端口。  

端口:31666  
服务:[NULL]  
说明:木马BOWhack开放此端口。  

端口:33333  
服务:[NULL]  
说明:木马Prosiak开放此端口。  

端口:34324  
服务:[NULL]  
说明:木马Tiny Telnet Server、BigGluck、TN开放此端口。  

端口:40412  
服务:[NULL]  
说明:木马The Spy开放此端口。  

端口:40421、40422、40423、40426、  
服务:[NULL]  
说明:木马Masters Paradise开放此端口。  

端口:43210、54321  
服务:[NULL]  
说明:木马SchoolBus 1.0/2.0开放此端口。  

端口:44445  
服务:[NULL]  
说明:木马Happypig开放此端口。  

端口:50766  
服务:[NULL]  
说明:木马Fore开放此端口。  

端口:53001  
服务:[NULL]  
说明:木马Remote Windows Shutdown开放此端口。  

端口:65000  
服务:[NULL]  
说明:木马Devil 1.03开放此端口。

端口:88  
说明:Kerberos krb5。另外TCP的88端口也是这个用途。  

端口:137  
说明:SQL Named Pipes encryption over other protocols name lookup(其他协议名称查找上的SQL命名管道加密技术)和SQL RPC encryption over other protocols namelookup(其他协议名称查找上的SQL RPC加密技术)和Wins NetBT name service(WINSNetBT名称服务)和Wins Proxy都用这个端口。  

端口:161  
说明:Simple Network Management Protocol(SMTP)(简单网络管理协议)。  

端口:162  
说明:SNMP Trap(SNMP陷阱)  

端口:445  
说明:Common Internet File System(CIFS)(公共Internet文件系统)  

端口:464  
说明:Kerberos kpasswd(v5)。另外TCP的464端口也是这个用途。  

端口:500  
说明:Internet Key Exchange(IKE)(Internet密钥交换)  

端口:1645、1812  
说明:Remot Authentication Dial-In User  
Service(RADIUS)authentication(Routing and Remote Access)(远程认证拨号用户服务)  

端口:1646、1813  
说明:RADIUS accounting(Routing and Remote Access)(RADIUS记帐(路由和远程访问)  

端口:1701  
说明:Layer Two Tunneling Protocol(L2TP)(第2层隧道协议)  

端口:1801、3527  
说明:Microsoft Message Queue Server(Microsoft消息队列服务器)。还有TCP的135、1801、2101、2103、2105也是同样的用途。  

端口:2504  
说明:Network Load Balancing(网络平衡负荷

TOP

6楼
Windows常见的进程列表(检查你是否中标)
前一阵总结了一些Windows下的进程,分为系统进程与应用进程,现在分别列出来,方便大家查看与对照,防止中了标还不知道。  
系统进程列表  
1、system process - system process - Process Information  
Process File: system process or system process  
Process Name: Windows Memory Handler System Process  
Description: The Windows Memory Handler System Process zeroes any free pages of RAM and is the only process with priority 0  
Common Errors: N/A  
System Process: Yes  
2、alg - alg.exe - Process Information  
Process File: alg or alg.exe  
Process Name: Application Layer Gateway Service  
Description: The Application Layer Gateway Service is Used for Internet Connection Sharing  
Common Errors: N/A  
System Process: Yes  
3、csrss - csrss.exe - Process Information  
Process File: csrss or csrss.exe  
Process Name: Client/Server Runtime Server Subsystem  
Description: The Windows Client Server Runtime Subsystem handles Windows and Graphics Functions for all Subsystems  
Common Errors: N/A  
System Process: Yes  
4、ddhelp - ddhelp.exe - Process Information  
Process File: ddhelp or ddhelp.exe  
Process Name: DirectDraw Helper  
Description: DirectDraw Helper is part of DirectX and is used for graphics related services  
Common Errors: N/A  
System Process: Yes  
5、dllhost - dllhost.exe - Process Information  
Process File: dllhost or dllhost.exe  
Process Name: DCOM DLL Host Process  
Description: The DCOM DLL Host process supports DLL based COM objects and is used by many Windows programs  
Common Errors: N/A  
System Process: Yes  
6、explorer - explorer.exe - Process Information  
Process File: explorer or explorer.exe  
Process Name: Program Manager  
Description: The Windows Program Manager or Windows Explorer handles the Windows Graphical Shell including the Start-menu, Taskbar, Desktop and File Manager  
Common Errors: N/A  
System Process: Yes  
7、inetinfo - inetinfo.exe - Process Information  
Process File: inetinfo or inetinfo.exe  
Process Name: IIS Admin Service Helper  
Description: InetInfo is Part of Microsoft Internet Infomation Services (IIS) and is used for debugging  
Common Errors: N/A  
System Process: Yes  
8、internat - internat.exe - Process Information  
Process File: internat or internat.exe  
Process Name: Input Locales  
Description: The Input Locales Traybar icon is used to change regional settings such as Keyboard type, Currency or Date Format  
Common Errors: N/A  
System Process: Yes  
9、kernel32 - kernel32.dll - Process Information  
Process File: kernel32 or kernel32.dll  
Process Name: Windows Kernel Process  
Description: The Windows Kernel provides System Services for managing Threads, Memory, and Resources  
Common Errors: N/A  
System Process: Yes  
10、lsass - lsass.exe - Process Information  
Process File: lsass or lsass.exe  
Process Name: Local Security Authority Service  
Description: The Windows Local Security Authority Server Process Handles Windows Security Mechanisms  
Common Errors: N/A  
System Process: Yes  
11、mdm - mdm.exe - Process Information  
Process File: mdm or mdm.exe  
Process Name: Machine Debug Manager  
Description: The Machine Debug Manager is used for Debugging Applications and is Installed by the Microsoft Script Editor which is included in Microsoft Office  
Common Errors: N/A  
System Process: Yes  
12、mmtask - mmtask.tsk - Process Information  
Process File: mmtask or mmtask.tsk  
Process Name: Multimedia Support Task  
Description: The Windows Multimedia Background Task Support Module handles multimedia services like MIDI  
Common Errors: N/A  
System Process: Yes  
13、mprexe - mprexe.exe - Process Information  
Process File: mprexe or mprexe.exe  
Process Name: Windows Routing ProcessThe Windows Routing Process Routes incoming network requests to the appropriate network provider  
Description:  
Common Errors: N/A  
System Process: Yes  
14、msgsrv32 - msgsrv32.exe - Process Information  
Process File: msgsrv32 or msgsrv32.exe  
Process Name: Windows Message Server  
Description: The Windows Message Server Loads Windows Drivers and the Program Manager at start up  
Common Errors: N/A  
System Process: Yes  
15、mstask - mstask.exe - Process Information  
Process File: mstask or mstask.exe  
Process Name: Windows Task Scheduler  
Description: The Windows Task Scheduler is used to schedule tasks such at backups or updates to run at certain times or dates  
Common Errors: N/A  
System Process: Yes  
16、regsvc - regsvc.exe - Process Information  
Process File: regsvc or regsvc.exe  
Process Name: Remote Registry Service  
Description: The Remote Registry Service allows Access to the Windows Registry from Remote Computers  
Common Errors: N/A  
System Process: Yes  
17、rpcss - rpcss.exe - Process Information  
Process File: rpcss or rpcss.exe  
Process Name: RPC Portmapper  
Description: The Windows RPC portmapper process handles RPC-calls (Remote Procedure Calls) and maps them to the appropriate service provider  
Common Errors: N/A  
System Process: Yes  
18、services - services.exe - Process Information  
Process File: services or services.exe  
Process Name: Windows Service Controller  
Description: Managers Windows Services  
Common Errors: N/A  
System Process: Yes  
19、smss - smss.exe - Process Information  
Process File: smss or smss.exe  
Process Name: Session Manager Subsystem  
Description: The Session Manager Subsystem initializes system environment variables, MS-DOS devices names such as LPT1 and COM1, loads the kernel for the Win32 subsystem, and starts the Windows Logon Process  
Common Errors: N/A  
System Process: Yes  
20、snmp - snmp.exe - Process Information  
Process File: snmp or snmp.exe  
Process Name: Microsoft SNMP Agent  
Description: The Windows Simple Network Managment Protocol (SNMP) Agent is a proxy that listens for requests and hands them off to the appropriate network provider  
Common Errors: N/A  
System Process: Yes  
21、spool32 - spool32.exe - Process Information  
Process File: spool32 or spool32.exe  
Process Name: Printer Spooler  
Description: The Windows Printer Spooler stores printer jobs and forwards them to the printer when it is ready  
Common Errors: N/A  
System Process: Yes  
22、spoolsv - spoolsv.exe - Process Information  
Process File: spoolsv or spoolsv.exe  
Process Name: Printer Spooler Service  
Description: The Windows Printer Spooler stores printer jobs and forwards them to the printer when it is ready  
Common Errors: N/A  
System Process: Yes  
23、stisvc - stisvc.exe - Process Information  
Process File: stisvc or stisvc.exe  
Process Name: Still Image Service  
Description: The Still Image Service handles scanners and digital cameras and is installed by Windows if a Scanner or Camera is connected to the computer  
Common Errors: N/A  
System Process: Yes  
24、svchost - svchost.exe - Process Information  
Process File: svchost or svchost.exe  
Process Name: Service Host Process  
Description: The Service Host Process is generic host process for services that are run from dynamic-link libraries (DLLs)  
Common Errors: N/A  
System Process: Yes  
   
25、taskmon - taskmon.exe - Process Information  
Process File: taskmon or taskmon.exe  
Process Name: Windows Task Optimizer  
Description: The Windows Task Optimizer monitors how often you use a program and is used by defrag to optimize the harddisk for loading commonly used programs  
Common Errors: N/A  
System Process: Yes  
26、tcpsvcs - tcpsvcs.exe - Process Information  
Process File: tcpsvcs or tcpsvcs.exe  
Process Name: TCP/IP Services  
Description: The TCP/IP Services Application supports network and internet communication through TCP/IP  
Common Errors: N/A  
System Process: Yes  
27、winlogon - winlogon.exe - Process Information  
Process File: winlogon or winlogon.exe  
Process Name: Windows Logon Process  
Description: The Windows NT Logon Utility handles user logons  
Common Errors: N/A  
System Process: Yes  
28、winmgmt - winmgmt.exe - Process Information  
Process File: winmgmt or winmgmt.exe  
Process Name: Windows Management Service  
Description: The Windows Management Service handles requests for Windows Management Instrumentation data (WMI) from client applications  
Common Errors: N/A  
System Process: Yes

TOP

7楼
普通进程:  
1、absr - absr.exe - Process Information  
Process File: absr or absr.exe  
Process Name: Backdoor.Autoupder Virus  
Description: This Process is create by the Backdoor.Autoupder Virus  
Common Errors: N/A  
System Process: No  
2、agentsvr - agentsvr.exe - Process Information  
Process File: agentsvr or agentsvr.exe  
Process Name: OLE automation server  
Description: OLE Automation Server is a Part of Microsoft Agent  
Common Errors: N/A  
System Process: No  
3、aim - aim.exe - Process Information  
Process File: aim or aim.exe  
Process Name: AOL Instant Messenger  
Description: AOL Instant Messenger is an Online Chat and Instant Messaging Client  
Common Errors: N/A  
System Process: No  
4、airsvcu - airsvcu.exe - Process Information  
Process File: airsvcu or airsvcu.exe  
Process Name: Microsoft Media Manager  
Description: The Microsoft Media Manager loads at Startup and Indexes Files and Folders on the Harddrive. It can be disabled from the Control Panel.  
Common Errors: N/A  
System Process: No  
5、alogserv - alogserv.exe - Process Information  
Process File: alogserv or alogserv.exe  
Process Name: McAfee VirusScan  
Description: McAfee VirusScan is an Anti-Virus program which Scans your Files and Emails for Viruses  
Common Errors: N/A  
System Process: No  
6、avconsol - avconsol.exe - Process Information  
Process File: avconsol or avconsol.exe  
Process Name: McAfee VirusScan  
Description: McAfee VirusScan is an Anti-Virus program which Scans your Files and Emails for Viruses  
Common Errors: N/A  
System Process: No  
7、avsynmgr - avsynmgr.exe - Process Information  
Process File: avsynmgr or avsynmgr.exe  
Process Name: McAfee VirusScan  
Description: McAfee VirusScan is an Anti-Virus program which Scans your Files and Emails for Viruses  
Common Errors: N/A  
System Process: No  
8、bcb - bcb.exe - Process Information  
Process File: bcb or bcb.exe  
Process Name: Borland C++ Builder  
Description: Borland C++ Builder  
Common Errors: N/A  
System Process: No  
9、calc - calc.exe - Process Information  
Process File: calc or calc.exe  
Process Name: Calculator  
Description: Microsoft Windows Calculator  
Common Errors: N/A  
System Process: No  
10、ccapp - ccapp.exe - Process Information  
Process File: ccapp or ccapp.exe  
Process Name: Symantec Common Client  
Description: The Symantec Common Client Application is included with Norton AntiVirus 2003 and Norton Personal Firewall 2003  
Common Errors: N/A  
System Process: No  
11、charmap - charmap.exe - Process Information  
Process File: charmap or charmap.exe  
Process Name: Windows Character Map  
Description: The Microsoft Windows Character Map Utility Helps you find unusual Characters  
Common Errors: N/A  
System Process: No  
12、cidaemon - cidaemon.exe - Process Information  
Process File: cidaemon or cidaemon.exe  
Process Name: Microsoft Indexing Service  
Description: The Indexing Service runs in the background and catalogues files so that you can search for files containing a specific text string  
Common Errors: N/A  
System Process: No  
13、cisvc - cisvc.exe - Process Information  
Process File: cisvc or cisvc.exe  
Process Name: Microsoft Index Service Helper  
Description: The Microsoft Index Service Helper monitors the memory usage of Microsoft Indexing Service (cidaemon.exe) and automatically restarts cidaemon.exe if it uses more than 40Mb of memory  
Common Errors: N/A  
System Process: No  
14、cmd - cmd.exe - Process Information  
Process File: cmd or cmd.exe  
Process Name: Windows Command PromptMicrosoft Windows Command Prompt. Unlike the old command.com, cmd.exe is a 32bit command prompt used in WinNT/2000/XP  
Description:  
Common Errors: N/A  
System Process: No  
15、cmesys - cmesys.exe - Process Information  
Process File: cmesys or cmesys.exe  
Process Name: Gator GAIN Adware  
Description: The Gator GAIN Adware is installed by certain free softwares and is an advertising spyware which runs in the background and displays advertisements  
Common Errors: N/A  
System Process: No  
16、ctfmon - ctfmon.exe - Process Information  
Process File: ctfmon or ctfmon.exe  
Process Name: Alternative User Input Services  
Description: Handles Alternative User Input Text Processor (TIP) and the Microsoft Office Language Bar. Ctfmon.exe provides text input support for speech recognition, handwriting recognition, keyboard, translation, and other alternative user input technologies  
Common Errors: N/A  
System Process: No  
17、ctsvccda - ctsvccda.exe - Process Information  
Process File: ctsvccda or ctsvccda.exe  
Process Name: Create CD-ROM Services  
Description: Creative Services for CD-ROM Access service in W9X  
Common Errors: N/A  
System Process: No  
18、defwatch - defwatch.exe - Process Information  
Process File: defwatch or defwatch.exe  
Process Name: Norton AntiVirus  
Description: Norton Anti-Virus scans you files and email for viruses  
Common Errors: N/A  
System Process: No  
19、devldr32 - devldr32.exe - Process Information  
Process File: devldr32 or devldr32.exe  
Process Name: Create Device Loader  
Description: Creative Device Loader is a Create Soundblaster Driver  
Common Errors: N/A  
System Process: No  
20、directcd - directcd.exe - Process Information  
Process File: directcd or directcd.exe  
Process Name: Adaptec DirectCD  
Description: Adaptec DirectCD is used to write/read files to/from DirectCD formatted CDs directly using the Windows Filemanager  
Common Errors: N/A  
System Process: No  
21、em_exec - em_exec.exe - Process Information  
Process File: em_exec or em_exec.exe  
Process Name: Logitech Mouse Settings  
Description: The Logitech MouseWare Trayicon from which you can access the Control Panel Mouse properties and the MouseWare help  
Common Errors: N/A  
System Process: No  
22、findfast - findfast.exe - Process Information  
Process File: findfast or findfast.exe  
Process Name: Microsoft Office Indexing  
Description: The Microsoft Office Indexing process is Used by Microsoft Office applications to index Office Documents to speed up search operations  
Common Errors: N/A  
System Process: No  
23、gmt - gmt.exe - Process Information  
Process File: gmt or gmt.exe  
Process Name: Gator Spyware Component  
Description: The Gator Spyware Component is installed with Gator and is started when you open Gator  
Common Errors: N/A  
System Process: No  
24、hh - hh.exe - Process Information  
Process File: hh or hh.exe  
Process Name: Windows HelpThe Windows Help Program is used to open Help files and Documentation included with many Windows Programs  
Description:  
Common Errors: N/A  
System Process: No  
25、hidserv - hidserv.exe - Process Information  
Process File: hidserv or hidserv.exe  
Process Name: Microsoft Human Interface Device Audio Service  
Description: Backround Service which provides support for USB Audio Devices and USB Multimedia keyboards  
Common Errors: N/A  
System Process: No  
26、iexplore - iexplore.exe - Process Information  
Process File: iexplore or iexplore.exe  
Process Name: Internet Explorer  
Description: The Microsoft Internet Explorer Web Browser is used to Browse the World Wide Web through HTTP  
Common Errors: N/A  
System Process: No
27、irmon - irmon.exe - Process Information  
Process File: irmon or irmon.exe  
Process Name: Windows Infrared Port Monitor  
Description: The Windows IRMon Process Monitors the Infrared port activity  
Common Errors: N/A  
System Process: No  
28、loadqm - loadqm.exe - Process Information  
Process File: loadqm or loadqm.exe  
Process Name: MSN Queue Manager Loader  
Description: The MSN Queue Manager Loader is installed with MSN Explorer and MSN Messenger. It can somtimes use a lot of system resources  
Common Errors: N/A  
System Process: No  
29、loadwc - loadwc.exe - Process Information  
Process File: loadwc or loadwc.exe  
Process Name: Load WebCheck  
Description: Load WebCheck customizes some of the settings in Internet Explorer, adds, removes, and updates subscriptions and propagates settings for user profiles  
Common Errors: N/A  
System Process: No  
30、mad - mad.exe - Process Information  
Process File: mad or mad.exe  
Process Name: System Attendant Service  
Description: The System Attendant Service for Microsoft Exchange Server runs in the background and is needed by Microsoft Exchange Server. It loads DLLs for Microsoft Exchange, writes log messages and generates the offline address books  
Common Errors: N/A  
System Process: No  
31、mcshield - mcshield.exe - Process Information  
Process File: mcshield or mcshield.exe  
Process Name: McAfee VirusScan  
Description: McAfee VirusScan is an Anti-Virus program which Scans your Files and Emails for Viruses  
Common Errors: N/A  
System Process: No  
32、mgabg - mgabg.exe - Process Information  
Process File: mgabg or mgabg.exe  
Process Name: Matrox BIOS Guard  
Description: Matrox BIOS Guard Process  
Common Errors: N/A  
System Process: No  
33、mmc - mmc.exe - Process Information  
Process File: mmc or mmc.exe  
Process Name: Windows Disk Defragmenter  
Description: Windows Disk Defragmenter is used to Defragment fragmented Harddrives for increased Performance  
Common Errors: N/A  
System Process: No  
34、mobsync - mobsync.exe - Process Information  
Process File: mobsync or mobsync.exe  
Process Name: Microsoft Synchronization Manager  
Description: Part of Internet Explorer which runs in the background and handles the View Pages Offline" feature  
Common Errors: N/A  
System Process: No  
35、msbb - msbb.exe - Process Information  
Process File: msbb or msbb.exe  
Process Name: MSBB Web3000 Spyware Application  
Description: The MSBB Web3000 Spyware Application is included with some adware products and is started from the registry when Windows is loaded  
Common Errors: N/A  
System Process: No  
36、msdtc - msdtc.exe - Process Information  
Process File: msdtc or msdtc.exe  
Process Name: Distributed Transaction Coordinator  
Description: The Microsoft Distributed Transaction Coordinator handles transactions across multiple servers and is installed by Microsoft Personal Web Server and Microsoft SQL Server  
Common Errors: N/A  
System Process: No  
37、msiexec - msiexec.exe - Process Information  
Process File: msiexec or msiexec.exe  
Process Name: Windows Installer Component  
Description: Windows Installer Component which is used to install new programs that uses Windows Installer package files (MSI)  
Common Errors: N/A  
System Process: No  
38、msimn - msimn.exe - Process Information  
Process File: msimn or msimn.exe  
Process Name: Microsoft Outlook Express  
Description: Microsoft Outlook Express is an Email and Newsgroup Client included with Microsoft Windows  
Common Errors: N/A  
System Process: No  
39、msmsgs - msmsgs.exe - Process Information  
Process File: msmsgs or msmsgs.exe  
Process Name: MSN Messenger Traybar Process  
Description: MSN Messenger is an Online Chat and Instant Messaging Client  
Common Errors: N/A  
System Process: No  
40、msoobe - msoobe.exe - Process Information  
Process File: msoobe or msoobe.exe  
Process Name: Windows Product Activation  
Description: Windows Product Activation is used to Active an Windows XP License  
Common Errors: N/A  
System Process: No  
41、mspmspsv - mspmspsv.exe - Process Information  
Process File: mspmspsv or mspmspsv.exe  
Process Name: WMDM PMSP Service  
Description: Helper Service needed installed by Windows Media Player 7  
Common Errors: N/A  
System Process: No  
42、navapsvc - navapsvc.exe - Process Information  
Process File: navapsvc or navapsvc.exe  
Process Name: Norton AntiVirus Auto-Protect Service  
Description: Norton Anti-Virus scans you files and email for viruses  
Common Errors: N/A  
System Process: No  
43、navapw32 - navapw32.exe - Process Information  
Process File: navapw32 or navapw32.exe  
Process Name: Norton AntiVirus Agent  
Description: Norton Anti-Virus scans you files and email for viruses  
Common Errors: N/A  
System Process: No  
44、ndetect - ndetect.exe - Process Information  
Process File: ndetect or ndetect.exe  
Process Name: ICQ Ndetect Agent  
Description: The ICQ Ndetect Agent is used by ICQ to detect an Internet Connection  
Common Errors: N/A  
System Process: No  
45、notepad - notepad.exe - Process Information  
Process File: notepad or notepad.exe  
Process Name: Notepad  
Description: The Notepad Text Editor is used to Open Text Documents and is included with Windows  
Common Errors: N/A  
System Process: No  
46、ntbackup - ntbackup.exe - Process Information  
Process File: ntbackup or ntbackup.exe  
Process Name: Windows Backup  
Description: The Windows Backup Utility is used to backup files and folders  
Common Errors: N/A  
System Process: No  
47、ntvdm - ntvdm.exe - Process Information  
Process File: ntvdm or ntvdm.exe  
Process Name: Windows 16-bit Virtual Machine  
Description: The Windows Virtual Machine for 16-bit Windows and Dos programs is used to run dos programs and old Windows programs inside a virtual machine  
Common Errors: N/A  
System Process: No  
48、nvsvc32 - nvsvc32.exe - Process Information  
Process File: nvsvc32 or nvsvc32.exe  
Process Name: NVIDIA Driver Helper Service  
Description: NVIDIA Driver Helper Service is installed by NVIDIA Graphics Card Drivers  
Common Errors: N/A  
System Process: No  
49、nwiz - nwiz.exe - Process Information  
Process File: nwiz or nwiz.exe  
Process Name: NVIDIA nView Control Panel  
Description: NVIDIA nView Control Panel is installed by NVIDIA Graphics Card Drivers provides desktop layout settings and optimizations  
Common Errors: N/A  
System Process: No  
50、osa - osa.exe - Process Information  
Process File: osa or osa.exe  
Process Name: Office Startup Assistant  
Description: The Microsoft Office Startup Assistant is loaded at Startup and improves performance by handling automation, office fonts, certain office commands and Outlook notifications  
Common Errors: N/A  
System Process: No  
51、powerpnt - powerpnt.exe - Process Information  
Process File: powerpnt or powerpnt.exe  
Process Name: Microsoft PowerPoint  
Description: Microsoft PowerPoint is a Presentation Program included with Microsoft Office  
Common Errors: N/A  
System Process: No  
52、pstores - pstores.exe - Process Information  
Process File: pstores or pstores.exe  
Process Name: Protected Storage Service  
Description: The Microsoft Protected Storage Service handles Protected Storage Passwords  
Common Errors: N/A  
System Process: No  
53、qttask - qttask.exe - Process Information  
Process File: qttask or qttask.exe  
Process Name: Quick Time Tray Icon  
Description: The Quick Time Tray Icon enables you to start Quick Time from the System Tray  
Common Errors: N/A  
System Process: No  
54、rnaapp - rnaapp.exe - Process Information  
Process File: rnaapp or rnaapp.exe  
Process Name: Windows Modem Connection  
Description: The Windows Modem Connection Process handles dial-up modem connections  
Common Errors: N/A  
System Process: No  
55、rtvscan - rtvscan.exe - Process Information  
Process File: rtvscan or rtvscan.exe  
Process Name: Norton AntiVirus  
Description: Norton Anti-Virus scans you files and email for viruses  
Common Errors: N/A  
System Process: No  
56、rundll32 - rundll32.exe - Process Information  
Process File: rundll32 or rundll32.exe  
Process Name: Windows RUNDLL32 Helper  
Description: The Windows Rundll32 Program is used to run DLLs as programs and is used by many programs to execute functions located in a DLL file  
Common Errors: N/A  
System Process: No
57、sndrec32 - sndrec32.exe - Process Information  
Process File: sndrec32 or sndrec32.exe  
Process Name: indows Sound Recorder  
Description: The Windows Sound Recorder is used to play and record sound files (.wav)  
Common Errors: N/A  
System Process: No  
58、spoolss - spoolss.exe - Process Information  
Process File: spoolss or spoolss.exe  
Process Name: Printer Spooler Subsystem  
Description: The Windows Printer Spooler Subsystem controls despooling of Printer data from Disk to Printer  
Common Errors: N/A  
System Process: No  
59、starter - starter.exe - Process Information  
Process File: starter or starter.exe  
Process Name: Creative Labs Ensoniq Mixer Tray icon  
Description: Tray Icon for opening the Creative Sound Mixer installed with Creative Soundcards (Soundblaster)  
Common Errors: N/A  
System Process: No  
60、systray - systray.exe - Process Information  
Process File: systray or systray.exe  
Process Name: Windows Power Management  
Description: The Windows power management process handles Energy saving functions and is loaded at startup  
Common Errors: N/A  
System Process: No  
61、tapisrv - tapisrv.exe - Process Information  
Process File: tapisrv or tapisrv.exe  
Process Name: TAPI Service  
Description: Background Service which provides Windows Telephony (TAPI) Support  
Common Errors: N/A  
System Process: No  
62、userinit - userinit.exe - Process Information  
Process File: userinit or userinit.exe  
Process Name: UserInit Process  
Description: The UserInit program runs logon scripts, reestablishes network connections and starts the Shell  
Common Errors: N/A  
System Process: No  
63、vptray - vptray.exe - Process Information  
Process File: vptray or vptray.exe  
Process Name: Norton AntiVirus  
Description: Norton Anti-Virus scans you files and email for viruses  
Common Errors: N/A  
System Process: No  
64、vshwin32 - vshwin32.exe - Process Information  
Process File: vshwin32 or vshwin32.exe  
Process Name: McAfee VirusScan  
Description: McAfee VirusScan is an Anti-Virus program which Scans your Files and Emails for Viruses  
Common Errors: N/A  
System Process: No  
65、vsmon - vsmon.exe - Process Information  
Process File: vsmon or vsmon.exe  
Process Name: True Vector Internet Monitor  
Description: The True Vector Internet Monitor is a component of the ZoneAlarm Personal FireWall which monitors internet traffic and generates alerts  
Common Errors: N/A  
System Process: No  
66、vsstat - vsstat.exe - Process Information  
Process File: vsstat or vsstat.exe  
Process Name: McAfee VirusScan  
Description: McAfee VirusScan is an Anti-Virus program which Scans your Files and Emails for Viruses  
Common Errors: N/A  
System Process: No  
67、wab - wab.exe - Process Information  
Process File: wab or wab.exe  
Process Name: Address BookThe Address Book stored email address and contact information and is used by Outlook  
Description:  
Common Errors: N/A  
System Process: No  
68、webscanx - webscanx.exe - Process Information  
Process File: webscanx or webscanx.exe  
Process Name: McAfee VirusScan  
Description: McAfee VirusScan is an Anti-Virus program which Scans your Files and Emails for Viruses  
Common Errors: N/A  
System Process: No  
69、winoa386 - winoa386.mod - Process Information  
Process File: winoa386 or winoa386.mod  
Process Name: MS-DOS Console  
Description: The Windows MS-DOS Console provides DOS console and script funtions in Windows  
Common Errors: N/A  
System Process: No  
70、winproj - winproj.exe - Process Information  
Process File: winproj or winproj.exe  
Process Name: Microsoft Project  
Description: Microsoft Project is a Project planning program  
Common Errors: N/A  
System Process: No  
71、winroute - winroute.exe - Process Information  
Process File: winroute or winroute.exe  
Process Name: WinRoute  
Description: WinRoute is a firewall/router/connection sharing software for Windows  
Common Errors: N/A  
System Process: No  
72、wkcalrem - wkcalrem.exe - Process Information  
Process File: wkcalrem or wkcalrem.exe  
Process Name: Microsoft Works Calendar Reminder  
Description: The Microsoft Works Calendar Reminders Background process shows popup reminders for scheduled events in your Works Calendar  
Common Errors: N/A  
System Process: No  
73、wkqkpick - wkqkpick.exe - Process Information  
Process File: wkqkpick or wkqkpick.exe  
Process Name: WinZip traybar icon  
Description: The WinZip traybar icon allows you to start WinZip from the traybar  
Common Errors: N/A  
System Process: No  
74、wordpad - wordpad.exe - Process Information  
Process File: wordpad or wordpad.exe  
Process Name: Wordpad  
Description: Wordpad is a text editor used to open and edit txt and rtf documents  
Common Errors: N/A  
System Process: No  
75、wowexec - wowexec.exe - Process Information  
Process File: wowexec or wowexec.exe  
Process Name: Windows On Windows Execution Process  
Description: Windows On Windows Execution Support Process provides support for 16-bit Windows applications together with ntvdm.exe  
Common Errors: N/A  
System Process: No

TOP

8楼