« Powershell 7 » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
|||
Ligne 3 : | Ligne 3 : | ||
== Error updating shortcut == | == Error updating shortcut == | ||
Unable to modify the terminal. | Unable to modify the terminal. | ||
Copy the shortcut to the local user start menu: | |||
* {{boxx|C:\ProgramData\Microsoft\Windows\Start Menu\Programs\PowerShell\PowerShell 7 (x64).lnk}} | |||
* {{boxx|$home\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\PowerShell\PowerShell 7 (x64).lnk}} | |||
= Installation = | = Installation = |
Version du 13 décembre 2021 à 00:35
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
Installation
winget install Microsoft.PowerShell # check the installed version $PSVersionTable.PSVersion |