篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell Visual Studio Boxstarter相关的知识,希望对你有一定的参考价值。
# http://boxstarter.org/package/url?
# It's nice to be able to browse NuGet files if necessary
cinstm NugetPackageExplorer
# Visual Studio!
cinstm VisualStudio2012Professional
# Get rid of upper case menu in Visual Studio
Set-ItemProperty -Path HKCU:\Software\Microsoft\VisualStudio\11.0\General -Name SuppressUppercaseConversion -Type DWord -Value 1
# Run Visual Studio Update
if((Get-Item "$($Boxstarter.programFiles86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe").VersionInfo.ProductVersion -lt "11.0.60115.1") {
if(Test-PendingReboot){Invoke-Reboot}
Install-ChocolateyPackage 'vs update 2 ctp2' 'exe' '/passive /norestart' 'http://download.microsoft.com/download/8/9/3/89372D24-6707-4587-A7F0-10A29EECA317/vsupdate_KB2707250.exe'
}
# JetBrains ReSharper
cinstm resharper
以上是关于powershell Visual Studio Boxstarter的主要内容,如果未能解决你的问题,请参考以下文章