Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/visual-studio/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio 在哪里更改assemblyinformation默认值?_Visual Studio_Assemblyinfo - Fatal编程技术网

Visual studio 在哪里更改assemblyinformation默认值?

Visual studio 在哪里更改assemblyinformation默认值?,visual-studio,assemblyinfo,Visual Studio,Assemblyinfo,我们的系统管理员在我的电脑上安装了visual studio 2008,但没有输入我们公司的名称。现在我有一个问题,我总是必须手动更改部件信息中的名称,因为pc制造商会自动插入到部件信息中。有谁知道我可以在哪里更改visual studio中AssemblyInformation的默认值,因为我总是忘记更改公司和版权值。试试这个。这将帮助您通过注册表永久设置“公司名称”属性 答:为HKLM\Software\Microsoft\Windows NT\CurrentVersion\Register

我们的系统管理员在我的电脑上安装了visual studio 2008,但没有输入我们公司的名称。现在我有一个问题,我总是必须手动更改部件信息中的名称,因为pc制造商会自动插入到部件信息中。有谁知道我可以在哪里更改visual studio中AssemblyInformation的默认值,因为我总是忘记更改公司和版权值。

试试这个。这将帮助您通过注册表永久设置“公司名称”属性


答:为
HKLM\Software\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization
设置注册表项的值对于64位操作系统,注册表项为
HKLM\Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization

不要仅给出链接作为答案。答:为64位操作系统的HKLM\Software\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization设置注册表项的值,注册表项为HKLM\Software\Wow6432Node\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization