Answers for "how to open windows powershell in windows 10"

PHP
0

powershell open cmd

Start-Process -FilePath cmd.exe
Posted by: Guest on December-30-2020
0

how to open powershell in windows container

docker container exec -it <container-name/id> powershell
kubectl exec -it <pod-name> -n <namespace> -- powershell
Posted by: Guest on November-09-2021

Code answers related to "how to open windows powershell in windows 10"

Browse Popular Code Answers by Language