|
|
|
@ -14,6 +14,7 @@ choco upgrade -y $cache chocolatey |
|
|
|
# Common dependencies |
|
|
|
# Common dependencies |
|
|
|
choco upgrade -y $cache dotnet3.5 |
|
|
|
choco upgrade -y $cache dotnet3.5 |
|
|
|
choco upgrade -y $cache vcredist140 # VC++ for Visual Studio 2015-2019 |
|
|
|
choco upgrade -y $cache vcredist140 # VC++ for Visual Studio 2015-2019 |
|
|
|
|
|
|
|
Get-WindowsCapability -online | Where-Object -Property name -like "*mediafeaturepack*" | Add-WindowsCapability -Online # Media Feature Pack |
|
|
|
|
|
|
|
|
|
|
|
# Drivers |
|
|
|
# Drivers |
|
|
|
choco upgrade -y $cache nvidia-display-driver --version=425.31 --params "'/HDAudio'" # Latest version supporting the 670MX |
|
|
|
choco upgrade -y $cache nvidia-display-driver --version=425.31 --params "'/HDAudio'" # Latest version supporting the 670MX |
|
|
|
|