One of our applications recently got installed in a system that is tightly locked down.
On startup, the application tries to modify the registry at HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\AutoDetect. There are no known references to that location in the source code. In fact the application in question should not be making any modifications to the registry.
Can anyone suggest what might be wrong with the application which would cause it (or the .NET framework) to access the registry in this way?