https://github.com/phalchanouksa/windowsinsidertools
A simple WPF GUI tool to enroll in any Windows Insider channel (Canary, Dev, Beta, Release Preview) and to activate/deactivate the bypass for Windows 11 hardware requirements (TPM, CPU).
https://github.com/phalchanouksa/windowsinsidertools
bypass insider-program windows windows-11 wpf
Last synced: 5 months ago
JSON representation
A simple WPF GUI tool to enroll in any Windows Insider channel (Canary, Dev, Beta, Release Preview) and to activate/deactivate the bypass for Windows 11 hardware requirements (TPM, CPU).
- Host: GitHub
- URL: https://github.com/phalchanouksa/windowsinsidertools
- Owner: phalchanouksa
- License: mit
- Created: 2025-07-14T07:15:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-07-23T03:54:06.000Z (5 months ago)
- Last Synced: 2025-07-23T04:09:25.049Z (5 months ago)
- Topics: bypass, insider-program, windows, windows-11, wpf
- Language: C#
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A user-friendly WPF application for managing Windows Insider Program enrollment and bypassing Windows 11 upgrade requirements directly from your desktop.
---
## Features
* **Windows 11 Upgrade Bypass:**
* **Insider Program Enrollment:**
---
## Getting Started
### Prerequisites
* Windows 10 or Windows 11.
* **.NET Runtime:** This application requires a .NET runtime (e.g., .NET 6/7/8). If you do not have it installed, please use the **packaged** version of the release, which includes the necessary runtime files.
* **Administrator Privileges:** The application must be run as an administrator to modify the required system registry settings. The tool has a built-in check and will notify you if not run with the correct permissions.
### How to Use
1. **Download:** Grab the latest release from the [Releases](https://github.com/phalchanouksa/WindowsInsiderTools/releases) page.
2. **Run as Administrator:** Right-click the `WindowInsiderTool.exe` and select "Run as administrator".
3. **Use the Interface:**
* **For the Upgrade Bypass:**
* Click **Activate** to apply the bypass.
* Click **Deactivate** to remove it.
* **For Insider Enrollment:**
* Select your desired channel from the dropdown menu.
* Click **Enroll in Selected Channel**.
* To leave the program, click **Stop Receiving Insider Builds**.
* Reboot your computer when prompted to apply the changes.
---
## ⚠️ Disclaimer
This application makes significant changes to the Windows Registry and system configuration files. It is intended for experienced users, developers, and IT professionals for testing and educational purposes.
* **Use at your own risk.** Modifying the registry can lead to system instability or issues with future updates if not done correctly.
* Bypassing hardware requirements for Windows 11 may result in a non-optimal or unsupported user experience.
* Always back up important data before making system-level changes.
---
## Contributing
Contributions are welcome! If you have suggestions for improvements or want to report a bug, please feel free to open an issue or submit a pull request.
---
## License
This project is distributed under the MIT License. See the `LICENSE` file for more information.