You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
powershell (Get-CimInstance -ClassName Win32_OperatingSystem).caption is throwing an error win 10 pro.
see the screenshot referenced in ethereum/remix-desktop#147
feel free to reach out if you need more information to debug that issue.
Thanks
The text was updated successfully, but these errors were encountered:
Seems like my system does not have English language, so output of powershell cmd (Get-CimInstance -ClassName Win32_OperatingSystem).caption is in Unicode. In my point of view, that's what causes an error.
I just got an user with very similar issue but in German.
I translated and it says the command "powershell" is either misspelled or could not be found.
So I guess this is a case of a windows machine without powershell found in any of the PATH binary paths.
powershell (Get-CimInstance -ClassName Win32_OperatingSystem).caption
is throwing an error win 10 pro.see the screenshot referenced in ethereum/remix-desktop#147
feel free to reach out if you need more information to debug that issue.
Thanks
The text was updated successfully, but these errors were encountered: