A couple of tests (ntdll, psapi, dbghelp) were failing when running on Windows 11 platform. These tests were creating a new process out of c:\windows\syswow64\notepad.exe and expecting a wow64 32bit child process. Under Windows 11, notepad has been migrated into the UWP framework and the operation above creates a 64bit process. This series replace all the cases above with msinfo32.exe which still have the properties we expected for such an application.