¿Cómo es posible que PowerShell no termine en su camino?

¿Cómo es posible que PowerShell no termine en su camino?

En una computadora, que por lo demás funciona bien, hay un problema extraño: solo puede ejecutar PowerShell desde lugares como el menú Inicio, el diálogo Ejecutar, Explorer .lnk; pero no puede ejecutar el formulario de PowerShell dentro de PowerShell.

PowerShell está disponible $env:path, pero el resultado sigue siendo:

PS C:\Users\Laptop> powershell
powershell : The term 'powershell' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or
if a path was included, verify tha
t the path is correct and try again.
At line:1 char:1
+ powershell
+ ~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (powershell:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Corrí sfcy dismsin resultados. ¿Qué es lo que posiblemente esté mal en el sistema y que PowerShell no pueda encontrarlo por sí solo?

información relacionada