Just like e.g. people can press Ctrl+P when running a VirtualBox guest, it can pause the guest, after pressing again Ctrl+P it will continue right there where it was stopped. Are there any command line commands on Windows/Linux where I can do the same with a process? (the process is e.g.: Firefox, etc.)
Thank you!
| |||
|
feedback
|
|
For Windows, you want PsSuspend. The utility demands a PID, which is a column you can add in Task Manager. For Linux, seconding the above. kill -STOP and kill -CONT. | |||||
feedback
|
|
| |||
|
feedback
|
|
Not aware of a command line tool but on windows if you install AnVir Task Manager Free you can select a task and suspend it, then resume at a later time. | |||
|
feedback
|