6

our system-administrator has installed visual studio 2008 on my pc and didn't enter our companys name. Now i have the problem, that I always have to change the name in the assembly-information manually, because the pc-manufacturer is automatically inserted to the assembly-informations. Does anybody know where I can change the default-values for the assemblyinformations in visual-studio, because I alway forget to change the company and copyright value.

martin
  • 2,957
  • 3
  • 25
  • 46

1 Answers1

8

Try this post. This will help you set the company name attribute permanently via registry.

Answer: Set the value of the registry key for HKLM\Software\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization For 64 bit OS, the registry key is HKLM\Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization

Tanktalus
  • 21,664
  • 5
  • 41
  • 68
Ganesh R.
  • 4,337
  • 3
  • 30
  • 46
  • 2
    Do not only give a link as an answer. Answer: Set the value of the registry key for HKLM\Software\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization For 64 bit OS, the registry key is HKLM\Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization – StefanG Mar 19 '18 at 18:22