what happened (to make the link between bugzilla entry and this fix):
* psapi tests expects msinfo32 (in wow64) to stay running while performing a couple of tests * msinfo32 (in new wow64) was not displaying any window (about shell) and returned immediately * msinfo32 (in new wow64) failed to create its window as the builtin classes where not registered (esp. the DIALOG one here) * this happens because of a crash in pSetForeGroundWindow() in a user mode callback, which was silently ignored (actually reported in warn:seh, but potentially overseen)