[SOLVED] Power Shell
Published: February 18, 2026 - 5:54 PM
Hello,
I'm unable to use the winget command through PowerShell. An error message tells me it doesn't recognize the term, even though it's installed correctly (the command line works locally under PowerShell).
The command used is:
`winget install 9NBLGGH5R558 --source msstore`.
The error message is:
<S S="Error">winget : Le terme «winget» n\'est pas reconnu comme nom d\'applet de commande, fonction, fichier de script ou programme _x000D__x000A_</S>
<S S="Error">exécutable. Vérifiez l\'orthographe du nom, ou si un chemin d\'accès existe, vérifiez que le chemin d\'accès est correct _x000D__x000A_</S>
<S S="Error">et réessayez._x000D__x000A_</S><S S="Error">Au caractère Ligne:2 : 1_x000D__x000A_</S>
<S S="Error">+ winget install 9NBLGGH5R558 --source msstore | ConvertTo-Json_x000D__x000A_</S>
<S S="Error">+ ~~~~~~_x000D__x000A_</S>
<S S="Error"> + CategoryInfo : ObjectNotFound: (winget:String) [], CommandNotFoundException_x000D__x000A_</S>
<S S="Error"> + FullyQualifiedErrorId : CommandNotFoundException_x000D__x000A_</S><S S="Error"> _x000D__x000A_</S>
I'm unable to use the winget command through PowerShell. An error message tells me it doesn't recognize the term, even though it's installed correctly (the command line works locally under PowerShell).
The command used is:
`winget install 9NBLGGH5R558 --source msstore`.
The error message is:
<S S="Error">winget : Le terme «winget» n\'est pas reconnu comme nom d\'applet de commande, fonction, fichier de script ou programme _x000D__x000A_</S>
<S S="Error">exécutable. Vérifiez l\'orthographe du nom, ou si un chemin d\'accès existe, vérifiez que le chemin d\'accès est correct _x000D__x000A_</S>
<S S="Error">et réessayez._x000D__x000A_</S><S S="Error">Au caractère Ligne:2 : 1_x000D__x000A_</S>
<S S="Error">+ winget install 9NBLGGH5R558 --source msstore | ConvertTo-Json_x000D__x000A_</S>
<S S="Error">+ ~~~~~~_x000D__x000A_</S>
<S S="Error"> + CategoryInfo : ObjectNotFound: (winget:String) [], CommandNotFoundException_x000D__x000A_</S>
<S S="Error"> + FullyQualifiedErrorId : CommandNotFoundException_x000D__x000A_</S><S S="Error"> _x000D__x000A_</S>