windows 为什么我的平台环境变量定义为“BNB”?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2507856/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 14:10:54  来源:igfitidea点击:

Why is my Platform environment variable defined as 'BNB'?

windowsvisual-studiowinapi

提问by Scott Langham

Something, maybe the windows sdk or visual studio installer, has defined the Platform environment variable and given it the value BNB.

某些东西,可能是 windows sdk 或 Visual Studio 安装程序,已经定义了平台环境变量并赋予它值 BNB。

What does BNB mean, and why is Platform set to BNB?

BNB 是什么意思,为什么 Platform 设置为 BNB?

Thanks.

谢谢。



I've seen this, but it doesn't answer my question:

我见过这个,但它没有回答我的问题:

http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/1d229d75-aa89-42bf-809b-ef98f42072bb

http://social.msdn.microsoft.com/Forums/en-US/msbuild/thread/1d229d75-aa89-42bf-809b-ef98f42072bb

回答by Alex K.

"HP Easy Setup" ? It creates a PLATFORM environmental variable that msbuild will default to if its not directly provided, see http://social.msdn.microsoft.com/forums/en-US/roboticssimulation/thread/8c158025-c48e-4ae1-9921-b8ee4f390bac/

“惠普简易设置”?它创建了一个平台环境变量,如果不直接提供,msbuild 将默认使用该变量,请参阅http://social.msdn.microsoft.com/forums/en-US/roboticssimulation/thread/8c158025-c48e-4ae1-9921-b8ee4f390bac/

回答by MrHam

I used the EnvironmentVariables route, this worked & no reboot required

我使用了 EnvironmentVariables 路线,这有效且无需重新启动