Need a very simple Visual C++ project…
Upon launch, it should read the version of Windows installed (Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows 7, Windows Server 2008), tell me if it’s the 32-bit version or 64-bit version of Windows installed.
It should also be able to check to see if a particular registry key exists, read the current key value, and change the value to “none”.
Must be a visual C++ 2008 console project and must be able to compile and build on visual C++ 2008 Express. Must compile as a 32-bit application, but work on both 64-bit and 32-bit versions of windows.
