Microsoft PowerShell | endoflife.date https://endoflife.date/powershell PowerShell/PowerShell: PowerShell for every system! https://github.com/PowerShell/PowerShell/releases/latest --- 在 Windows 上安裝 PowerShell - PowerShell | Microsoft Learn https://learn.microsoft.com/zh-tw/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.4 ⌨️複製下列指令貼上到PowerShell開始查詢PowerShell最新版的版本號碼 winget search Microsoft.PowerShell ⌨️複製下列指令貼上到PowerShell開始進行安裝PowerShell winget install --id Microsoft.PowerShell --source winget ⌨️複製下列指令貼上到PowerShell可以查詢目前版本 $PSVersionTable --- ### 更新Windows 10上的PowerShell 5到最新版本: ⌨️按下Win+X按鍵,然後選擇「」“Windows PowerShell(系統管理員)”。 ⌨️複製下列指令貼上到PowerShell開始進行安裝最新版本 Install-Module -Name PowerShellGet -Force -AllowClobber Install-Module -Name PSWindowsUpdate -Force -AllowClobber Update-Module -Name PSWindowsUpdate