2

Is there an equivalent command in Powershell (windows terminal) for pausing execution similar to Unix CTRL+Z?

If yes, what is the equivalent command to resume it, similar to the fg command?

2
  • mcpmag.com/articles/2018/04/18/… - the PS-Specific Job management. Also, a shell like bash (mingw/cygwin) will operate on the process level; in this case PowerShell would be the process :} Commented Nov 16, 2018 at 0:30
  • superuser.com/questions/465238/… - appears the answer is "There is no direct equivalent". Commented Nov 16, 2018 at 0:37

1 Answer 1

2

You can with Pause Break, and resume with ENTER

Sign up to request clarification or add additional context in comments.

5 Comments

The question says "pause", but Ctrl+Z/fg actually relates to background jobs: a method of running and switching between multiple programs from a single console.
Sorry, what keys do I hit for "Pause Break"?
Nice pic, I'm using a mac and doing remote desktop. I'll try to google equivalent key on mac.
If the remote desktop is a windows machine, you can launch an on-screen keyboard with c:\Windows\System32\osk.exe
@ibaralf this one i.imgur.com/TNUGVw0.png

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.