Bu araç, Windows üzerindeki gereksiz uygulamaları (bloatware) hem mevcut kullanıcıdan hem de sistem imajından kalıcı olarak temizleyen bir PowerShell aracıdır. Provisioned paketleri hedefleyerek, temizlenen uygulamaların yeni oluşturulan kullanıcı profillerinde tekrar yüklenmesini engeller.
- Derinlemesine Temizlik: Uygulamaları "Provisioned" listesinden silerek yeni kullanıcı profillerinde tekrar oluşmalarını engeller.
- Seçenekler: Genel kullanım için Standart mod, kişisel yapılandırmam olan Gokhan >_ modu ve özellikle sanal makineler için ideal olan (Terminal, Store, Notepad ve Edge harici her şeyi kaldıran) Full mod seçeneklerini sunar..
- Otomasyon Uyumu: * Otomasyon Uyumu:
-Selectionparametresi (örn:-Selection 1) sayesinde katılımsız (unattended) kurulumlarda onay beklemeden çalışır. - Hızlı Kurulum: Dosya indirmeden, doğrudan bulut üzerinden çalıştırılabilir.
Aşağıdaki komutu PowerShell (Yönetici) üzerinde çalıştırın:
irm https://raw.githubusercontent.com/GokhanTurk/UninstallBloatware/main/uninstall.ps1 | iex
Ya da daha kısaca:
irm https://gokhanturk.com/uninstall | iex
📄 LİSANS
Bu proje MIT Lisansı altında lisanslanmıştır.
A streamlined PowerShell utility designed to permanently remove pre-installed bloatware and telemetry from Windows systems. This tool targets both the current user and the system's provisioned packages to ensure a clean environment for existing and future accounts.
- Deep Cleaning: Removes apps from the "Provisioned" list, preventing them from reappearing on new user profiles.
- Interactive Selection: Offers a Standard mode for general usage, a Gokhan >_ mode tailored to my personal preferences, and a Full mode ideal for Virtual Machines that removes everything except Terminal, Store, Notepad, and Edge.
- Automation Ready: Supports the
-Selectionparameter (e.g.,-Selection 1) for unattended executions without user interaction. - Zero-Footprint: Execute directly from the cloud without downloading local files.
You can use this script with this command via PowerShell (Administrator):
irm https://raw.githubusercontent.com/GokhanTurk/UninstallBloatware/main/uninstall.ps1 | iex
Or shorter:
irm gokhanturk.com/uninstall | iex
📄 LICENCE
This project is licensed under the MIT License.