All Projects → craftwar → suspend

craftwar / suspend

Licence: GPL-3.0 license
suspend/resume a list of processes in Windows

Programming Languages

C++
36643 projects - #6 most used programming language
QMake
1090 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to suspend

RunDLL-NG
A better alternative to RunDLL32
Stars: ✭ 23 (+0%)
Mutual labels:  utility
Timesheet-Hero
Small utility to keep track of your time
Stars: ✭ 31 (+34.78%)
Mutual labels:  utility
hasmail
Simple tray icon for detecting new email on IMAP servers
Stars: ✭ 29 (+26.09%)
Mutual labels:  utility
sortr.py
sort files using python
Stars: ✭ 15 (-34.78%)
Mutual labels:  utility
web-mqtt-client
A better MQTT API for the browser
Stars: ✭ 48 (+108.7%)
Mutual labels:  utility
telegram-counter-bot
A simple, easy to use counter bot to keep track of all the amazing things in your Telegram group!
Stars: ✭ 29 (+26.09%)
Mutual labels:  utility
BlauBot
A discord bot providing a collection of useful and unrelated commands
Stars: ✭ 16 (-30.43%)
Mutual labels:  utility
js-utils
🔥 A collection of some JavaScript utility functions for everyday use
Stars: ✭ 16 (-30.43%)
Mutual labels:  utility
aws-docker-deploy
Scripts and templates for deploying docker containers to aws / elastic beanstalk
Stars: ✭ 18 (-21.74%)
Mutual labels:  utility
vstutils
Small framework for easy generates web-applications (SPA or Single Page Application).
Stars: ✭ 39 (+69.57%)
Mutual labels:  utility
emma.css
🍴 Emma.css { utility-classes: emmet-like; }
Stars: ✭ 53 (+130.43%)
Mutual labels:  utility
catsay
🐱 💻 like cowsay but cats
Stars: ✭ 33 (+43.48%)
Mutual labels:  utility
steam go
Simple steam auth util in golang
Stars: ✭ 22 (-4.35%)
Mutual labels:  utility
Tyval
Fast and extensible validator for JavaScript
Stars: ✭ 62 (+169.57%)
Mutual labels:  utility
UnitySettings
Runtime debugging menu (like setting on Android) for Unity.
Stars: ✭ 26 (+13.04%)
Mutual labels:  utility
as-a
Runs a given command with additional environment settings for simple local development
Stars: ✭ 60 (+160.87%)
Mutual labels:  utility
shelvery-aws-backups
Automating EBS RDS EC2 backups on lambda
Stars: ✭ 31 (+34.78%)
Mutual labels:  utility
eth-rpc-errors
Ethereum RPC Errors
Stars: ✭ 78 (+239.13%)
Mutual labels:  utility
whatsapp-jpeg-repair
A handy tool to fix jpeg files downloaded from WhatsApp and prevent errors upon opening these files in Adobe Photoshop.
Stars: ✭ 30 (+30.43%)
Mutual labels:  utility
chronoman
Utility class to simplify use of timers created by setTimeout
Stars: ✭ 15 (-34.78%)
Mutual labels:  utility

suspend

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 starts)

This program may be blocked by antivirus.(Add it to whitelist/exception if this happens)
lastest build

If you wana terminate mutiple processes. Taskkill /T /F /IM Firefox.exe /IM Iexplorer.exe /IM Chrome.exe

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].