https://github.com/nandi96/windows-insider-program-removal-tool
Windows Insider Program Removal Tool
https://github.com/nandi96/windows-insider-program-removal-tool
insider insider-exit insider-program insider-program-remove microsoft win11 windows windows-10 windows-11 windows-beta windows-beta-disable windows-insider-disable windows-insider-program windows-insiders windowsinsiders
Last synced: 3 months ago
JSON representation
Windows Insider Program Removal Tool
- Host: GitHub
- URL: https://github.com/nandi96/windows-insider-program-removal-tool
- Owner: nandi96
- License: agpl-3.0
- Created: 2025-01-26T17:20:21.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-31T22:41:57.000Z (4 months ago)
- Last Synced: 2025-03-22T03:42:16.477Z (3 months ago)
- Topics: insider, insider-exit, insider-program, insider-program-remove, microsoft, win11, windows, windows-10, windows-11, windows-beta, windows-beta-disable, windows-insider-disable, windows-insider-program, windows-insiders, windowsinsiders
- Language: PowerShell
- Homepage:
- Size: 43 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The Windows Insider Program Removal Tool is a PowerShell script designed to help users remove Windows Insider Program registration from their system without reinstall PC. It also provides options to run DISM and SFC commands to repair the Windows image and check the integrity of system files.
🧐 Features
Here're some of the project's best features:
* Removes Windows Insider settings and registration keys.
* Restarts the Windows Update service.
* Displays Windows information including the product name build number and product key.
* Optionally runs DISM and SFC commands to repair the Windows image and check system files.🛠️ Installation Steps:
Run Powershell as Administrator and use this command:
```
& ([ScriptBlock]::Create((irm 'https://wintools.pages.dev/IRT')))
```![]()