https://github.com/jordan-haidee/pssuspend
An alternative to sysinternals/pssuspend tool on Windows platform.
https://github.com/jordan-haidee/pssuspend
process resume shell suspend windows
Last synced: 2 months ago
JSON representation
An alternative to sysinternals/pssuspend tool on Windows platform.
- Host: GitHub
- URL: https://github.com/jordan-haidee/pssuspend
- Owner: Jordan-Haidee
- Created: 2025-01-10T14:39:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T10:29:12.000Z (over 1 year ago)
- Last Synced: 2025-03-02T19:16:45.895Z (over 1 year ago)
- Topics: process, resume, shell, suspend, windows
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pssuspend
An alternative to sysinternals/pssuspend tool on Windows platform.
## Usage
```powershell
pssuspend 2379 # suspend process with pid 2379
pssuspend -r 2379 # resume process with pid 2379
```
## Install
### Download binaries from [releases](https://github.com/Jordan-Haidee/pssuspend/releases)
### Build from source
```powershell
cargo install --git https://github.com/Jordan-Haidee/pssuspend.git
```