进程列表中的system和idle进程对应的文件名和路径是?

解决方案 »

  1.   

    可以到网上找工具来查看!!!!或者自己写,很简单DLL注入后GetModuleFileName
      

  2.   

    System是系统线程的容器Idle是空闲进程,一个特殊的进程
      

  3.   

    The following system processes appear on every Windows system. (Two of these—Idle and 
    System—are not full processes, as they are not running a user-mode executable.) 
    ■ Idle process (contains one thread per CPU to account for idle CPU time) 
    ■ System process (contains the majority of the kernel-mode system threads) 
      

  4.   

    Processes are identified by their image name. However, this process (as well as the process named System) isn’t running a real user-mode image (in that there is no “System Idle Process.exe” in the \Windows directory). In addition, the name shown for this process differs from utility to utility (because of implementation details).