Install Powershell

[Solved] Install Powershell | Actionscript - Code Explorer | yomemimo.com
Question : install powershell using cmd windows 10

Answered by : alert-albatross-9isl2nckjq0z

# Install powershell using cmd command line
iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI"

Source : https://superuser.com/questions/1287032/update-powershell-through-command-line | Last Update : Sat, 14 May 22

Question : install powershell on windows

Answered by : xerothermic-xenomorph-l5mskt037ffk

winget install PowerShell

Source : https://www.thomasmaurer.ch/2019/07/how-to-install-and-update-powershell-7/ | Last Update : Tue, 31 May 22

Answers related to install powershell

Code Explorer Popular Question For Actionscript