Yves DolceMCS Partner ISVThe OEM Ready Program and RMTool.exe- June 12, 2008 On the The OEM Ready Program page, OEMs can download the OEM Ready Program Test Cases for Windows Vista. The 7th test is to verify that the application is Restart Manager Aware. To test this, you must use RMTool.exe but where do you get it from Mentioned in the appendix of the document is a link to the Vista Logo Tools. Once installed: gci 'C:Program Files (x86)Microsoft CorporationLogo Testing Tools for Windows' -r % if (!$_.PSIsContainer) $_.FullnameC:Program...http://blogs.msdn.com/yvesdolc/archive/2008/06/12/the-oem-ready-program-and-rmtool-exe.asp... Windows Resource Protection API call and PowerShell 2.0- June 11, 2008 A month ago, I was lucky enough to give a presentation on Isolated Applications and Side-by-side Assemblies to an ISV. Later, Maarten asked me if the side-by-side cache was protected by Windows Resource Protection. I checked and answered (Yes) but still wished I had a tool to quickly check if a file was protected or not. So I took this opportunity to learn a bit more about Boost: include <wtypes.h> include <boostfilesystem.hpp> include <iostream> include...http://blogs.msdn.com/yvesdolc/archive/2008/06/11/windows-resource-protection-api-call-and... |