I've been fighting with a specific Office 2010 registry key, and I haven't been able to find enough information about the key to stop it from reappearing once and for all.
I've been assisting a client using Office 2010 x64 across a number of machines. They use an application that opens an instance of Word whenever they select a Word document in its store. Word freezes when trying to launch the first instance of that user's session, but ONLY if the following registry value exists:
HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Common\Alerts\WRC_NextUpdate
I was able to isolate this value by trial and error after finding that it was specific to the user account that was logged in. If the user has the problem, and I delete the WRC_NextUpdate value entirely, the problem goes away. I created a logon script that attempts to remove the key if it exists, but it is sometimes recreated after the user has been logged in, and they begin experiencing the issue again.
Does anyone have any experience with this key, or know what generates it? I'm not sure if it is a possibility that this key is generated by an add-in or other process, but I'm looking for any extra information about this key that will either help me explain its existence or eliminate it entirely.