暫停程式/程序/suspend program/process (replacing pssuspend.exe in Sysinternals)
https://github.com/craftwar/suspend
download
Use AVX2 if your processor supports it. (It may work on CPU with AVX only?)
https://github.com/craftwar/suspend/releases/tag/git
usage guide and sample batch file
suspend/resume a list of processes in Windows
Not all process can be suspened/resumed properly, use in caution
I write this for replacing pssuspend.exe in Sysinternals.
add features that aren't in pssuspend.exe: unicode support, multiple target processes
Suspend processes temporarily to save resource usage(CPU, GPU...etc) and resume them later. It is faster than closing and restarting.
ex: suspend a game to play another game smoothly or use as fast game specific mute. suspend the other game when lol (League of Legends) starts
This is my first github project.
I wana say **** Windows SDK **** msdn docs. Many function behaviors are strange (not the same as docs), I need try and make it work in some way.
If you wana terminate mutiple processes.
Taskkill /T /F /IM Firefox.exe /IM Iexplorer.exe /IM Chrome.exe
暫停程式減少CPU使用,可以讓其他程式/遊戲跑更順,等要用的時候再回復,比關掉重開快
配合Sandboxie 可多開同一遊戲,一個查攻略,切回遊戲時把查攻略的暫停
取代Sysinternals內古老的pssuspend.exe
ex:
lol (League of Legends)排隊時,去玩別的遊戲,排到後暫停其他遊戲,減少CPU/GPU使用,停止其他遊戲的聲音干擾,等打完再恢復繼續玩
download
Use AVX2 if your processor supports it. (It may work on CPU with AVX only?)
https://github.com/craftwar/suspend/releases/tag/git
usage guide and sample batch file
suspend/resume a list of processes in Windows
Not all process can be suspened/resumed properly, use in caution
I write this for replacing pssuspend.exe in Sysinternals.
add features that aren't in pssuspend.exe: unicode support, multiple target processes
Suspend processes temporarily to save resource usage(CPU, GPU...etc) and resume them later. It is faster than closing and restarting.
ex: suspend a game to play another game smoothly or use as fast game specific mute. suspend the other game when lol (League of Legends) starts
This is my first github project.
I wana say **** Windows SDK **** msdn docs. Many function behaviors are strange (not the same as docs), I need try and make it work in some way.
If you wana terminate mutiple processes.
Taskkill /T /F /IM Firefox.exe /IM Iexplorer.exe /IM Chrome.exe
暫停程式減少CPU使用,可以讓其他程式/遊戲跑更順,等要用的時候再回復,比關掉重開快
配合Sandboxie 可多開同一遊戲,一個查攻略,切回遊戲時把查攻略的暫停
取代Sysinternals內古老的pssuspend.exe
ex:
lol (League of Legends)排隊時,去玩別的遊戲,排到後暫停其他遊戲,減少CPU/GPU使用,停止其他遊戲的聲音干擾,等打完再恢復繼續玩
留言
張貼留言