Correcting wrong AssemblyInfo Copyright and Vendor-information
Initial situation Normally all of our installations are registered to the company name. But now we have the effect that some (developer) tool seems to overwr...
Initial situation
Normally all of our installations are registered to the company name.
But now we have the effect that some (developer) tool seems to overwrite this registry entries. That results in the following:
License information from operation system in registry
If you run winver.exe from a command line you will see this output:

Copyright and vendor information from Assemblies
And in new projects the information in the AssemblyInfo are:

Origin of this problem
We don’t know it. Maybe it is a special Visual Studio extensions, because we see this effect only at machines of hardcore coders.
If someone knows this – please comment this post.
Fixing this problem
The colleague from the IT-department gave us the following tips:
- On Registry Editor Window go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion location by navigating in the left pane.
- From the right pane double-click on RegisteredOrganization key.
- On Edit String box under Value data text box type the name of new organization.