Creating registry entries in Windows 2008 64bit
I wrote a bunch of unit tests to cover the windows registry reading/writing. They use the CRegKey ATL api. These worked fine on my desktop machine of XP Pro, but when the tests came to run on the build machine - a Windows 2008 x64 Server - the tests fail with ERROR_ACCESS_DENIED when trying to create a key via Create. The user who is ...