Tech Support > Microsoft Windows > Drivers > Re: Starting a process in kernel mode
Re: Starting a process in kernel mode
Posted by Don Burn on February 26th, 2004


There is no such capability (Ok Brian Catlin will jump in an point out you
can do anything in kernel mode with enough work). CreateProcess does a
number of things, and to run a windows application requires actions in user
and kernel mode. Use a service to invoke the CreateProcess.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply

"jens" <anonymous@discussions.microsoft.com> wrote in message
news:89E22E26-3502-4FB5-8E5C-CED518117E10@microsoft.com...



Posted by Alex on February 29th, 2004



"Don Burn" <burn@stopspam.acm.org> wrote in message
news:103rr8gl5599r2b@corp.supernews.com...
Or, get the "Windows 2000 Native API" book and do anything with not so much
work ;and at your risk since you will be using ndocumented functions.



Posted by Don Burn on March 1st, 2004


Please, if you believe this is so simple publish a piece of working code
that will invoke any windows process. I believe you will find that there is
a lot more to this than you believe. This has been discussed many times,
and bottom line is good luck if you try it.

--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply

"Alex" <AlX@a> wrote in message
news:u0FVz0x$DHA.2012@TK2MSFTNGP11.phx.gbl...