Jagjeet said:
What is the difference in End Process & End process tree,These option are
displayed in the task manager in the process Tab when we right clic any
process.
Also how the priority setting can be helpfull .
Regards
In Windows one process can potentially 'spawn' (ie. trigger) another process
and another and another.
Go to
www.sysinternals.com and download (free) Process Explorer and run it.
You'll see what I mean.
In this scenario a process tree can potentially encompass more than one
process, so you are either ending a single specific Process or potentially
multiple processes at once, when ending a Process tree.
The priority setting can be useful if you want the system 'to pay more
attention' to this particular process, ie. it gets priority when assigning
cpu-cycles by the scheduler to do its job.
Processing priorities range from 0 to 31 (or was it 1-32

?), with 8
being 'normal'.
All user processes get started with 'normal' priority and the
system-scheduler evaluates 'who's next in line' to get control of the cpu.
Processes with higher priority are thus more frequently served.
Real-time priority (can only be assigned by administrators) sounds cool, but
it also implies that every other process suffers, ie. won't be able to do
much of anything.
hth
george