Hi Rossi, you mean the (System Idle Process). I can't tell you exactly what it does as I don't know. But in general terms, a computer has to be doing something all the time, if you have a break in a program the computer will stop, or crash. If this is working like one of the computers I worked on in the navy. Then this is the primary loop, or process. Its main function is to service ALL the other process, when they need something done on time, they will set up what we called a flag. This loop checks for the flags, if no processes need anything done it just's loops back to its self. Which is why it has the biggest number. If you start doing something that is cpu intensive, you will see this number drop. If you can burn a cd, try looking at it then.