Rehber PowerShell ile Windows uygulamalarını kaldırma

Merhaba. Ben bugün sizlere Windows Powershell ile Windows ile kurulu gelen uygulamaları kaldırmayı göstereceğim.
Önce PowerShell'i yönetici olarak açıyoruz.

Böyle bir pencere gördüyseniz doğru gidiyorsunuzdur.
1618570823373.png


Mesela ben İpuçları uygulamasını kaldıracağım.

3D BuilderGet-AppxPackage *3dbuilder* | Remove-AppxPackage
Alarmlar & SaatGet-AppxPackage *windowsalarms* | Remove-AppxPackage
Hesap MakinesiGet-AppxPackage *windowscalculator* | Remove-AppxPackage
KameraGet-AppxPackage *windowscamera* | Remove-AppxPackage
OfficeGet-AppxPackage *officehub* | Remove-AppxPackage
Groove MüzikGet-AppxPackage *zunemusic* | Remove-AppxPackage
Mail/TakvimGet-AppxPackage *windowscommunicationapps* | Remove-AppxPackage
HaritalarGet-AppxPackage *windowsmaps* | Remove-AppxPackage
Microsoft Solitaire CollectionGet-AppxPackage *solitairecollection* | Remove-AppxPackage
Filmler & TVGet-AppxPackage *zunevideo* | Remove-AppxPackage
HaberGet-AppxPackage *bingnews* | Remove-AppxPackage
OneNoteGet-AppxPackage *onenote* | Remove-AppxPackage
KişilerGet-AppxPackage *people* | Remove-AppxPackage
Telefon EşlikcisiGet-AppxPackage *windowsphone* | Remove-AppxPackage
FotoğraflarGet-AppxPackage *photos* | Remove-AppxPackage
SkypeGet-AppxPackage *skypeapp* | Remove-AppxPackage
MağazaGet-AppxPackage *windowsstore* | Remove-AppxPackage
İpuçlarıGet-AppxPackage *getstarted* | Remove-AppxPackage
Ses KaydıGet-AppxPackage *soundrecorder* | Remove-AppxPackage
Hava DurumuGet-AppxPackage *bingweather* | Remove-AppxPackage
XboxGet-AppxPackage *xboxapp* | Remove-AppxPackage

Burada bir listesi var uygulamaların. Mesela İpuçları uygulamasının kodu neymiş? Get-AppxPackage *getstarted* | Remove-AppxPackage. Bunu PowerShell'e yazalım.
1618570810868.png

Enter'a basalım
Ve uygulama kaldırılma işlemi başlıyacak.

Bütün sildiğiniz uygulamaları geri yükleme:
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

Bu Rehberi okuduğunuz için teşekkür ederim. Herkese iyi günler, iyi ramazanlar.
 
Son düzenleyen: Moderatör:
Elinize sağlık. Ayrıca bütün bu gereksiz uygulamadan kurtulmak ve hafif bir Windows deneyimi yaşamak isteyenler Windows 10 LTSC kullanabilirler. (Sistemini hafifletmek isteyenler için bir öneri olsun diye yazdım.)
 
Windows 8.1'de çalışır mı?
Bazıları çalışır.
Elinize sağlık. Ayrıca bütün bu gereksiz uygulamadan kurtulmak ve hafif bir Windows deneyimi yaşamak isteyenler Windows 10 LTSC kullanabilirler. (Sistemini hafifletmek isteyenler için bir öneri olsun diye yazdım.)
Evet. Ama diyorsanız ben format atmaya uğraşamam falan bu yöntem çok işe yarar.
 

Yeni konular

Yeni mesajlar

Geri
Yukarı