PowerShell no se iniciará

0

Recibo este mensaje cuando intento ejecutar PowerShell

Version v4.0.30319 of the .NET Framework is not installed and it is required to
run version 3 of Windows PowerShell.

He intentado reparar .NET Framework , y lo he intentado reinstalando .NET , sin embargo el mensaje persiste. que esta causando este problema?

Steven Penny
fuente

Respuestas:

0

Parece que el problema fue causado por una clave de registro faltante, este código lo solucionó

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework]
"InstallRoot"="C:\\Windows\\Microsoft.NET\\Framework64\\"
Steven Penny
fuente