One way to get rid of popups is to write a little monitor with a list of undesired window titles. Usually, sending a WM_CLOSE is sufficient, and polling every 100 ms will not have any effect on performance.
I just had one case of a nag window with no title, though. Bad luck, but Process Explorer showed me the executable's path, so I disabled it 8)