哈雷彗星 (@Haleclipse) 在 《CC终极版FAQ指南》 中发帖
– 施工中 –
安装部分
Windows
1. Windows Terminal
[image-20250720191904599]
安装好后 设定默认打开 系统内置Powershell并且给予默认为管理员权限
[image-20250720194855580]
后续右键能够直接在所处文件夹内打开对应的终端Shell
[image]
2. WinGet
$progressPreference = 'silentlyContinue'
Install-PackageProvider -Name NuGet -Force | Out-Null
Install-Module -Name Microsoft.WinGet.Client -Force -Repository PSGallery | Out-Null
Write-Host "Using Repair-WinGetPa...