注意,本项目已废弃,建议使用 https://github.com/cornradio/pausemygameW 原生windows wpf开发,更加小巧易用。
The English version readme is at the bottom
这是一个简单的 Windows 应用程序,通过进程名称来暂停和恢复进程。
这个工具可以非常轻松地暂停单机游戏,在需要的时候一键恢复,就像 xbox 和 ps 游戏机的快速恢复功能一样。
从 GitHub 下载 发布版本
或者使用 winget 安装:(版本比较旧,是v2)因为winget更新好麻烦还要审核以后也懒得更新了。
winget install cornradio.pausemygame
bilibili视频(大概三分钟) 文字版:
- 通过任务管理器获取游戏进程 exe 名称
- file - edit config ,编辑配置文件,加入exe,然后 file - reload config 重载配置
- 选择到你的游戏,然后可以使用 暂停/继续/kill 等指令
- main.py 使用dpg作为ui组件, v1。
- main2.py 使用tk作为ui组件,v2。
- main3.py 更改了ui设计,增加了读取icon的功能 v3。
为了兼容旧版使用习惯,我保留了这些源文件,但是最新版的编译将会使用 main3.py
https://github.com/Merrit/nyrna/
https://gitee.com/damodms/hs-freezer-hidden-in-the-snow/
This is a simple Windows application designed to pause and resume processes by their name.
This tool makes it incredibly easy to pause single-player games and resume them with a single click whenever needed, much like the Quick Resume feature on Xbox and PlayStation consoles.
Download the release from GitHub: Download
Alternatively, install using winget (note: this version might be older):
winget install cornradio.pausemygame
Bilibili Video (approx. 3 minutes)
Text version:
- Obtain the game process's
.exename from Task Manager. - Go to
File > Edit Configto edit the configuration file, add the.exename, thenFile > Reload Configto apply changes. - Select your game, and you can then use
Pause,Resume,Kill, etc., commands.
main.pyuses DPG (Dear PyGui) as the UI component, v1.main2.pyuses Tkinter as the UI component, v2.main3.pyfeatures a redesigned UI and added the functionality to read icons, v3.- To maintain compatibility with older usage habits, I have kept these source files. However, the latest compilation will use
main3.py.


