« Powershell 7 » : différence entre les versions
De Banane Atomic
Aller à la navigationAller à la recherche
Ligne 2 : | Ligne 2 : | ||
= Errors = | = Errors = | ||
== Error updating shortcut == | == Error updating shortcut == | ||
Unable to modify the terminal. | Unable to modify the terminal.<br> | ||
Copy the shortcut to the local user start menu: | Copy the shortcut to the local user start menu: | ||
* {{boxx|C:\ProgramData\Microsoft\Windows\Start Menu\Programs\PowerShell\PowerShell 7 (x64).lnk}} | * {{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}} | * {{boxx|$home\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\PowerShell\PowerShell 7 (x64).lnk}} | ||
Then pin the local user shortcut. | |||
= Installation = | = Installation = |
Version du 13 décembre 2021 à 00:36
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 |