I have a TFS build that runs on a server and requires a registry key to be available. More details about this here:
https://stackoverflow.com/a/25054572/426422
My problem is that once in a while this key vanishes from HKCU without a trace.
To my knowledge there aren't any server restores or anything going on. The user account the key is under is a tfs service account and so no user is logging in and doing anything out of the ordinary either.
What could cause a registry key in HKCU to just intermittently disappear like this?