Support FAQ:修订间差异
| 第524行: | 第524行: | ||
微软还提供了一个可用于安装任何东西的 .NET 相关脚本 [https://learn.microsoft.com/en-us/dotnet/core/install/windows#install-with-powershell here] | 微软还提供了一个可用于安装任何东西的 .NET 相关脚本 [https://learn.microsoft.com/en-us/dotnet/core/install/windows#install-with-powershell here] | ||
这在某些情况下 <i>可能</i> 更好, 但通常具有相同的最终效果 | |||
A simple usage of this script would be <code>dotnet-install.ps1 -Runtime windowsdesktop -Channel 6.0 -Architecture x86</code> to get the correct version for the PD2 Launcher | A simple usage of this script would be <code>dotnet-install.ps1 -Runtime windowsdesktop -Channel 6.0 -Architecture x86</code> to get the correct version for the PD2 Launcher | ||