When a user account logs off, the two child processes of the Asset service (uMediaLibrary.exe and Asset-uPNP.exe) exit. They don't restart themselves. I am using XP Home SP3.
Could this perhaps be a case of reacting to a WM_QUERYENDSESSION/WM_ENDSESSION message without screening for the ENDSESSION_LOGOFF bit? I've had this before with compiled scripts running under a service parent.
Could this perhaps be a case of reacting to a WM_QUERYENDSESSION/WM_ENDSESSION message without screening for the ENDSESSION_LOGOFF bit? I've had this before with compiled scripts running under a service parent.
Comment