如何更好的使用 Windows 终端

安装 PowerShell 官方安装教程 https://learn.microsoft.com/zh-cn/powershell/scripting/install/installing-powershell?view=powershell-7.5 查找 PowerShell 版本 1winget search Microsoft.PowerShell Name Id Version Source --------------------------------------------------------------- PowerShell Microsoft.PowerShell 7.5.1.0 winget PowerShell Preview Microsoft.PowerShell.Preview 7.6.0.4 winget 进行安装 1winget install --id Microsoft.PowerShell --source winget 1winget install --id Microsoft.PowerShell.Preview --source winget 配置 PowerShell 首次在系统上安装 PowerShell 时,配置文件脚本文件和它们所属的目录不存在。 以下命令创建“当前用户,当前主机”配置文件脚本文件(如果不存在)。 ...

2025-06-09 · 2 分钟 · 404 Blog