Jump to content

What are the 'core' windows processes and services that run?

- - - - -

  • Please log in to reply
4 replies to this topic

#1
liamzebedee

liamzebedee

    Programmer

  • Members
  • PipPipPipPip
  • 129 posts
For example in Windows Safe Mode, only core processes and services are used. What are these? I wish to, create a program, that will automatically end any programs that are not on this 'core' list.

In Win7.

#2
Marcoso

Marcoso

    Newbie

  • Members
  • PipPip
  • 12 posts
I don“t know, if I am right, but I think, that Core processes are those, what are in Windows Task Manager under the User name called SYSTEM.
I hope you know what I mean. :)

#3
DarkLordofthePenguins

DarkLordofthePenguins

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 409 posts
This should give you an idea:

Windows Architecture

List of Microsoft Windows components - Wikipedia, the free encyclopedia

The core processes are the processes that are absolutely necessary, such as Ntoskrnl.exe, Hal.dll, WinLogon, and a few others. Safe mode is meant for troubleshooting purposes because it lets you eliminate services that might be causing problems, such as services from non-Microsoft vendors that may have malicious code.
Programming is a journey, not a destination.

#4
Steve Davis

Steve Davis

    Newbie

  • Members
  • Pip
  • 4 posts
I am not sure but i think that you might get your desired feature on windows 7 and windows Vista.
seo

Edited by Steve Davis, 16 December 2011 - 08:59 PM.


#5
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
Killing all non-core processes is very likely to leave you unhappy. Networking support, for example, is not core, but comes in really handy.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users