Forum Discussion
I installed Windows Terminal which was not installed before, but PowerShell it gives me this error!
- Sep 19, 2022Does import-module appx -UseWindowsPowerShell work in PowerShell 7?
Thank you,
No, it starts and closes.
I restored a July image, but if I launched WPS from the quick menu it behaved the same way, ie it opened and closed.
I reset the system by deleting the last Qualitative Build, it is now 22000.739.
In these conditions it presents itself with the quick menu with the Terminal items and v.7.2.5 opens asking to update, while if I go to all the apps, I select Terminal (voice that wasn't there before), right button, it appears as in the image es and I start WindowsPowerShell in high I see the attached message .... while the others are fine ...
Thank you for your cooperation.
I hope not to cause confusion ...
- Alpha45Sep 18, 2022Brass Contributor
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell does not exist!
- Sep 18, 2022Could you save below to a .reg file and double-click/import it?
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1\PowerShellEngine]
"ApplicationBase"="C:\\Windows\\System32\\WindowsPowerShell\\v1.0"
"ConsoleHostAssemblyName"="Microsoft.PowerShell.ConsoleHost, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, ProcessorArchitecture=msil"
"ConsoleHostModuleName"="C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\Microsoft.PowerShell.ConsoleHost.dll"
"PowerShellVersion"="2.0"
"PSCompatibleVersion"="1.0, 2.0"
"RuntimeVersion"="v2.0.50727"- Alpha45Sep 18, 2022Brass Contributor
It is only possible to import binary registry files from the registry editor.
I'll manually enter them one by one if possible ...
in the meantime, thank you