diff --git a/reactos/ntoskrnl/ps/process.c b/reactos/ntoskrnl/ps/process.c index 3f65bf92129..117dae59786 100644 --- a/reactos/ntoskrnl/ps/process.c +++ b/reactos/ntoskrnl/ps/process.c @@ -822,6 +822,9 @@ PspCreateProcess(OUT PHANDLE ProcessHandle, } _SEH2_END; + /* Run the Notification Routines */ + PspRunCreateProcessNotifyRoutines(Process, TRUE); + CleanupWithRef: /* * Dereference the process. For failures, kills the process and does