Windows 10’da kaldır seçeneği gözükmeyen bir sürü mağaza uygulaması var. Bunları kaldırmak için çeşitli programlar gerekiyor. CCleaner ile bu uygulamaları kaldırmak mümkün. Benim gibi bir sürü kullanıcı tek iş için başka bir program kurmayı istemez.
Bunun için kodla kaldırmayı göstereceğim. İlk adım olarak sol altta Windows logosuna sağ tıklayıp PowerShell (Yönetici) olanı açın. Aşağıdaki kodları kopyala yapıştır ile kullanabilirsiniz.
3D Builder
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Alarmlar ve Saat
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Uygulama Bağlayıcı
Get-AppxPackage *Appconnector* | Remove-AppxPackage
Hesap Makinesi
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Posta ve Takvim
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Kamera
Get-AppxPackage *windowscamera* | Remove-AppxPackage
Candy Crush Saga
Get-AppxPackage *CandyCrushSaga* | Remove-AppxPackage
Office’i Edinin
Get-AppxPackage *officehub* | Remove-AppxPackage
Skype’ı Edinin
Get-AppxPackage *skypeapp* | Remove-AppxPackage
Başlarken
Get-AppxPackage *getstarted* | Remove-AppxPackage
Groove Müzik
Get-AppxPackage *zunemusic* | Remove-AppxPackage
Haritalar
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Mesajlaşma ve Skype Video
Get-AppxPackage *Messaging* | Remove-AppxPackage
Microsoft Solitaire Collection
Get-AppxPackage *solitairecollection* | Remove-AppxPackage
Microsoft Wi-Fi
Get-AppxPackage *ConnectivityStore* | Remove-AppxPackage
Finans
Get-AppxPackage *bingfinance* | Remove-AppxPackage
Filmler ve TV
Get-AppxPackage *zunevideo* | Remove-AppxPackage
Haberler
Get-AppxPackage *bingnews* | Remove-AppxPackage
OneNote
Get-AppxPackage *onenote* | Remove-AppxPackage
İnsanlar
Get-AppxPackage *people* | Remove-AppxPackage
Telefon
Get-AppxPackage *CommsPhone* | Remove-AppxPackage
Telefon Eşitlikçisi
Get-AppxPackage *windowsphone* | Remove-AppxPackage
Fotoğraflar
Get-AppxPackage *photos* | Remove-AppxPackage
Tarama
Get-AppxPackage *WindowsScan* | Remove-AppxPackage
Spor
Get-AppxPackage *bingsports* | Remove-AppxPackage
Mağaza
Get-AppxPackage *windowsstore* | Remove-AppxPackage
Sway
Get-AppxPackage *Office.Sway* | Remove-AppxPackage
Get-AppxPackage *Twitter* | Remove-AppxPackage
Ses Kaydedici
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
Hava Durumu
Get-AppxPackage *bingweather* | Remove-AppxPackage
Xbox
Get-AppxPackage *xboxapp* | Remove-AppxPackage
Xbox One SmartGlass
Get-AppxPackage *XboxOneSmartGlass* | Remove-AppxPackage
kodlarla uğraşmaya gerek yokmuş CCleaner hepsini bir tıkta hallediyor..teşekkürler..