我应该从哪里下载 CorFlags.exe?
我正在运行 Windows Server 2008 64 位“工作站”,并且希望获取 corflags.exe。 我需要下载哪个 SDK?
我了解。 NET Framework 2.0 软件开发工具包 (SDK) (x64) 和 适用于 Windows Server 2008 和 .NET Framework 3.5 的 Windows SDK 但我希望找到较小的东西,因为这些下载量相当大。
另外,关于 2.0 SDK 的注释似乎建议下载 3.5 SDK,我应该遵循吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
当前的正式版本位于“适用于 Windows Server 2008 和 .NET Framework 3.5 的 Windows SDK”。 (需要 XP 或更高版本。)
您只需安装 .NET 开发工具子组件(开发人员工具 -> Windows 开发工具 -> .NET 开发工具)。
这应该将 corflags.exe 放在 Program Files\Microsoft SDKs\Windows\v6.1\Bin 中
The current official version is in the "Windows SDK for Windows Server 2008 and .NET Framework 3.5". (Requires XP or later.)
You just need to install the .NET Development Tools subcomponent (Developer Tools -> Windows Development Tools -> .NET Development Tools).
That should place corflags.exe in Program Files\Microsoft SDKs\Windows\v6.1\Bin
正如 rakslice 已经指出的那样,现在有最新版本的“适用于 Windows 7 和 .NET Framework 3.5 SP1 的 SDK”,位于适用于 Windows 7 和 .NET Framework 3.5 SP1 的 Microsoft Windows SDK。
它也可以在 Windows XP 及更高版本下运行,并且仍然包含 corflags.exe。
请注意,如果纯粹对
coreflags.exe
感兴趣,则选择仅安装“.NET 开发工具”子组件,大约 75 MB 的空间将被扔到硬盘上。这样做之后,我在
C:\Program Files\Microsoft SDKs\Windows\v7.0\Bin\CorFlags.exe
中找到了所需的工具。As rakslice already pointed out, there is now the 'SDK for Windows 7 and .NET Framework 3.5 SP1' available as the latest version at Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1.
This can also be run under Windows XP and later and still contains corflags.exe.
Note that if one is purely interested in the
coreflags.exe
, one chooses to only install the '.NET Development Tools' subcomponent, about 75 MB will be thrown on the harddisk.After doing so, I found the desired tool at
C:\Program Files\Microsoft SDKs\Windows\v7.0\Bin\CorFlags.exe
.如果你安装了.NET框架(你应该已经有了它),它将位于C:\Program Files (x86)\Microsoft.NET\SDK\v2.0\Bin\corflags.exe
想想看,你可能需要安装
来自 .NET Framework 2.0 软件开发工具包 (SDK) (x64) - 首先检查该文件。
If you install the .NET framework (you should already have it), it'll be at C:\Program Files (x86)\Microsoft.NET\SDK\v2.0\Bin\corflags.exe
Come to think of it, you may need to install
the Microsoft .NET 2.0 SDK from .NET Framework 2.0 Software Development Kit (SDK) (x64) -- check for that file first.
请参阅Windows SDK适用于 Windows Server 2008 和 .NET Framework 3.5。 .NET SDK 已与 Windows SDK 捆绑在一起。
See Windows SDK for Windows Server 2008 and .NET Framework 3.5. The .NET SDK has been bundled with the Windows SDK.
最新版本是10.1。
从此处下载并安装 http://msdn.microsoft.com/windows/bb980924.aspx< /a>,
或者像我一样,使用巧克力 (https://chocolatey.org/install):
32 位
CorFlags.exe
文件位于C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6 Tools
,64 位版本位于
C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6 Tools\x64
。The newest version is 10.1.
Either download and install from here http://msdn.microsoft.com/windows/bb980924.aspx,
or, as I did, use chocolatey (https://chocolatey.org/install):
The 32bit
CorFlags.exe
file is inC:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6 Tools
,the 64bit version in
C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6 Tools\x64
.