12-15-2011, 05:41 PM
For process triggers QM uses Windows API function PsSetCreateProcessNotifyRoutine:
http://msdn.microsoft.com/en-us/library ... 85%29.aspx
On Windows Vista and later, max 64 clients supported. On 2000/XP only 8.
AVG uses the same function, maybe some other program too, and they occupy all the 8 slots. Then PsSetCreateProcessNotifyRoutine fails when QM calls it, and process triggers don't work. I cannot fix it, it is a Windows limitation. If you temporarily disable AVG, something in AVG may not work because PsSetCreateProcessNotifyRoutine will fail when AVG will call it.
http://msdn.microsoft.com/en-us/library ... 85%29.aspx
On Windows Vista and later, max 64 clients supported. On 2000/XP only 8.
AVG uses the same function, maybe some other program too, and they occupy all the 8 slots. Then PsSetCreateProcessNotifyRoutine fails when QM calls it, and process triggers don't work. I cannot fix it, it is a Windows limitation. If you temporarily disable AVG, something in AVG may not work because PsSetCreateProcessNotifyRoutine will fail when AVG will call it.