Powershell 7
Apparence
Errors
Error updating shortcut
Unable to modify the terminal.
Copy the shortcut to the local user start menu:
- C:\ProgramData\Microsoft\Windows\Start Menu\Programs\PowerShell\PowerShell 7 (x64).lnk
- $home\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\PowerShell\PowerShell 7 (x64).lnk
Then pin the local user shortcut.
Installation
winget install Microsoft.PowerShell
# check the installed version
$PSVersionTable.PSVersion
|