In which level windows services are running ( Low , Kernel, Application )
-
Hai, I have a doubt regarding Windows Services whether In which level windows services are running ( Low , Kernel, Application ) Regards, Chinna
Most Services are basically normal applications, they can be run as a specific user account or quite often as the 'LocalSystem' account. There are obviously security issues running as LocalSystem, including the fact that you cannot access network shares easily (without impersonating another user). It's not the Service which is either Kernel or User mode, it's the code itself, e.g. Most code will be User mode but things like EnterCriticalSection() can cause a switch to Kernel mode if necessary. regards,
Jonathan Wilkes Darka [Xanya.net]
-
Hai, I have a doubt regarding Windows Services whether In which level windows services are running ( Low , Kernel, Application ) Regards, Chinna
Kotesh.N wrote:
Hai, I have a doubt regarding Windows Services whether In which level windows services are running ( Low , Kernel, Application ) Regards,
application level.. but is running under System Account(Most Powerful account)!..
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and you