Answers for "install powershell using cmd windows 10"

3

install powershell using cmd windows 10

# Install powershell using cmd command line
iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI"
Posted by: Guest on May-07-2022

Code answers related to "install powershell using cmd windows 10"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language