powershell이 ​​어떻게 powershell의 경로에 포함되지 않을 수 있나요?

powershell이 ​​어떻게 powershell의 경로에 포함되지 않을 수 있나요?

한 컴퓨터에서는 잘 작동했지만 이상한 문제가 있습니다. 시작 메뉴, 실행 대화 상자, Explorer .lnk와 같은 위치에서만 PowerShell을 실행할 수 있습니다. 하지만 PowerShell 내에서는 PowerShell 양식을 실행할 수 없습니다.

PowerShell은 에 있지만 $env:path결과는 여전히 다음과 같습니다.

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

나는 달렸 sfc지만 dism아무런 결과도 얻지 못했습니다. PowerShell이 ​​스스로를 찾을 수 없는 시스템에 어떤 문제가 있을 수 있나요?

관련 정보