A Windows application that helps you manage blocked applications through a user-friendly GUI interface. It utilizes Windows Registry to prevent specific applications from running.
- Block specific applications from running on Windows
- Easy-to-use graphical interface
- Support for both manual input and file selection
- Multi-language support (English/Traditional Chinese)
- Multiple selection for batch deletion
- Real-time list updates
- Automatic system language detection
- Download the latest release from the releases page
- Run the executable as administrator
- The program will automatically configure necessary registry settings
- Type the application name directly (e.g., notepad.exe)
- Or use the "Browse" button to select an executable file
- Press Enter or click "Add" button to add to block list
- Select one or multiple items from the list
- Press Delete key or click "Remove Selected" button
- Confirm the deletion in the popup dialog
- Built with Python and Tkinter
- Uses Windows Registry to implement blocking functionality
This tool works by modifying the Windows Registry key:
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun
to prevent specific applications from running.
- Requires administrator privileges to modify system settings
- Supports Windows 10/11
- Windows 10 or later
- Administrator privileges
- Python 3.x (if running from source)
This project is licensed under the MIT License - see the LICENSE file for details
Issues and Pull Requests are welcome to help improve this project!
Agent_E04 (@jmsch23280866)
This project was developed with assistance from Claude AI and ChatGPT, including code optimization suggestions and documentation writing.
- Added multi-language system (English/Traditional Chinese)
- Added multiple selection for batch deletion
- Added deletion confirmation dialog
- Improved UI layout and design
- Added keyboard shortcut support
- Added scrollbar functionality
- Code refactoring for better stability
- Improved system policy configuration
- Added duplicate item checking
- Enhanced error handling
- Added file browsing functionality
- Added input field placeholder text
- Improved interface layout
- Initial release
- Basic blocking functionality
- Simple GUI interface
- Basic add/remove functions
Special thanks to CyberCPU Tech for the inspiration from their video.

