How do I uninstall "System Idle Process"?
Collapse
X
-
Tags: None
-
This is actually like a counter and it shows you how much of your resources are AVAILABLE, not how much is being used. Kinda misleading but that's how I understand this process works. So you're actually good.Kroy
The Invisible Hand
Say Hello
"The stone age didn't end because they ran out of stones..." - S. Yamani -
Comment
-
Comment
-
Comment
-
In Windows NT operating systems, the System Idle Process is a kernel thread, which runs when no other runnable thread can be scheduled on a CPU. For example, there may be no runnable thread in the system, or all runnable threads are already running on a different CPU.
The System Idle Process is used by Windows NT to implement CPU power saving. The exact power saving scheme depends on the hardware and firmware capabilities of the system in question. For instance, on x86 processors, the process will run a loop of HLT instructions, which causes the CPU to turn off many internal components and wait until an IRQ arrives.
The CPU time consumed by the System Idle Process is commonly of interest for end users, as it is a measure of the CPU utilization in their system which is easily accessible through Windows' Task Manager program. There are, however, more detailed sources of such information available through Windows' performance monitoring system (accessible with the perfmon program), which includes more finely grained categorization of CPU time spending. A limited subset of the CPU time categorization is also accessible through the Task Manager, which can display CPU usage by CPU, and categorized by time spent in user vs. kernel code. It should be noted, though, that that information is not calculated from information about the System Idle Process, but from the system's global performance counters.
Comment
-
ahhh try this
format c: /y
that will make it go away ;-)hit me! ICQ: 498192465
get hookin up! jismfactory.com! tapthatbabe.com! some tits n ass! more tits n azz!
get the gator - Unlimited Domain Hosting Only $9.95 a Month
Never take life too seriously. Nobody gets out alive anywayComment
-
-
Comment



Comment