且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

TFS Power Tools 2008 Powershell Snapin 无法在 64 位 Windows 2008 R2 上运行

更新时间:2022-12-01 16:13:05

Microsoft 的 Cathy Kong 非常友好地为我提供了解决此问题的方法.完整的详细信息可以在 MSDN TFS PowerTools 论坛中找到:http://social.msdn.microsoft.com/Forums/en-US/tfspowertools/thread/a116799a-0476-4c42-aa3e-45d8ba23739e/?prof=required

Cathy Kong of Microsoft was kind enough to provide me with a workaround for this issue. The full details can be found here in the MSDN TFS PowerTools forum: http://social.msdn.microsoft.com/Forums/en-US/tfspowertools/thread/a116799a-0476-4c42-aa3e-45d8ba23739e/?prof=required

修复如下,对我来说效果很好:

The fix is as follows and worked well for me:

请保存以下内容并将其另存为 *.reg 文件并导入到注册表(只需双击 *.reg文件,双击确定)

Please save the following content and save it as *.reg file and import to Registry(just double click the *.reg file, click OK double)

Windows 注册表编辑器 5.00 版

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftPowerShell1PowerShellSnapInsMicrosoft.TeamFoundation.PowerShell]"PowerShellVersion"="2.0"供应商"=微软公司""Description"="这是一个 PowerShell包含团队的管理单元Foundation Server cmdlet.""VendorIndirect"="Microsoft.TeamFoundation.PowerShell,Microsoft""DescriptionIndirect"="Microsoft.TeamFoundation.PowerShell,This是一个 PowerShell 管理单元,其中包括Team Foundation Server cmdlet."版本"=10.0.0.0""ApplicationBase"="C:Program Files(x86)Microsoft 团队基础Server 2010 电动工具""AssemblyName"="Microsoft.TeamFoundation.PowerTools.PowerShell,版本=10.0.0.0,文化=中性,PublicKeyToken=b03f5f7f11d50a3a""ModuleName"="C:Program Files(x86)Microsoft 团队基础服务器 2010 电源工具Microsoft.TeamFoundation.PowerTools.PowerShell.dll""CustomPSSnapInType"="Microsoft.TeamFoundation.PowerTools.PowerShell.TFPSSnapIn"

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftPowerShell1PowerShellSnapInsMicrosoft.TeamFoundation.PowerShell] "PowerShellVersion"="2.0" "Vendor"="Microsoft Corporation" "Description"="This is a PowerShell snap-in that includes the Team Foundation Server cmdlets." "VendorIndirect"="Microsoft.TeamFoundation.PowerShell,Microsoft" "DescriptionIndirect"="Microsoft.TeamFoundation.PowerShell,This is a PowerShell snap-in that includes the Team Foundation Server cmdlets." "Version"="10.0.0.0" "ApplicationBase"="C:Program Files (x86)Microsoft Team Foundation Server 2010 Power Tools" "AssemblyName"="Microsoft.TeamFoundation.PowerTools.PowerShell, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" "ModuleName"="C:Program Files (x86)Microsoft Team Foundation Server 2010 Power ToolsMicrosoft.TeamFoundation.PowerTools.PowerShell.dll" "CustomPSSnapInType"="Microsoft.TeamFoundation.PowerTools.PowerShell.TFPSSnapIn"