- 现代数字化学习守护者 | Digital Guardian for Focused Learning
- 无害化的关闭前台应用程序 | Harmless closure of front-end applications
- 只关闭前台的窗口,并不会终止后台的程序或服务 | Only closing the front-end window will not terminate the back-end application or services
- Microsoft Edge浏览器与深度专注插件一起使用效果更佳 | The Microsoft Edge browser works better when used together with the DeepFocus plugin https://microsoftedge.microsoft.com/addons/detail/%E6%B7%B1%E5%BA%A6%E4%B8%93%E6%B3%A8-deepfocus/pbfmgkbhlmejidfccdmfnnipgkkkpckc
- 写代码时想开微信的手贱时刻物理阻断🧤
- 备战考研考公时想玩steam的时候自动消灭💥
- 🔥 Code Protection: Programmatically blocks Telegram during coding sessions via window handle termination
- 🎯 Exam Mode: Auto-terminates Steam processes when detected during national exam preparation
git clone https://github.com/Waller-Man/FlowFocusconst std::vector<std::string> whitelist = {
"cherry studio.exe",
"explorer.exe", //Windows资源管理器 Windows Explorer
//"taskmgr.exe", //任务管理器 task manager
"lockapp.exe", //锁屏 Lock screen
"msedge.exe", //edge浏览器 Microsoft Edge Browser
"devenv.exe" //VS
};- Open Task Manager → Navigate to "Details" tab / 打开任务管理器 → 详情选项卡
- Right-click column headers → Check "Process Name" / 右键列头 → 选择"进程名"列
- Right-click suspicious process → "Open file location" to verify / 右键可疑进程 → "打开文件所在位置" 确认
- Open
focus.slnwith Visual Studio / 用 Visual Studio 打开解决方案文件
(Requires C++ desktop development components / 需安装C++桌面开发组件) - Select x64 Release configuration / 选择x64 Release模式
- Menu → Build → Rebuild Solution / 菜单栏 → 生成 → 重新生成解决方案
📂 导航到“x64 \Release”文件夹
🖱️ 右键单击“FocusGuard.exe”→以管理员身份运行
📂 Navigate to the x64\Release folder
🖱️ Right-click FocusGuard.exe → Run as administrator
Method 1️⃣: Press Ctrl+C in the console window
方法一:在控制窗口按 Ctrl+C
Method 2️⃣: Terminate process directly via Task Manager
方法二:通过任务管理器直接关闭进程
Surf freely! 🏄♀️
立即恢复自由冲浪模式