Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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-program insider-program-remove microsoft win11 windows windows-10 windows-11
Last synced: about 22 hours ago
JSON representation
Windows Insider Program Removal Tool
- Host: GitHub
- URL: https://github.com/nandi96/windows-insider-program-removal-tool
- Owner: nandi96
- License: gpl-3.0
- Created: 2025-01-26T17:20:21.000Z (1 day ago)
- Default Branch: main
- Last Pushed: 2025-01-26T17:49:27.000Z (1 day ago)
- Last Synced: 2025-01-26T18:31:19.683Z (1 day ago)
- Topics: insider, insider-program, insider-program-remove, microsoft, win11, windows, windows-10, windows-11
- Language: PowerShell
- Homepage:
- Size: 22.5 KB
- Stars: 0
- 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 with Powershell ISE as Administrator
```
Open a the IRT.ps1 file, then select "Run" or simply press "F5" key.
```