Windows 10 ile birlikte önyüklü gelen uygulamalarını kullanmıyorsanız sistemde boşuna yer kaplamaması için kaldırabilirsiniz.
“Windows” tuşuna basarak Başlangıç’ açın ve “Powershell” kelimesini aratın, çıkan sonuçlardan “Windows PowerShell” olana sağ tıklayın ve “Yönetici olarak çalıştır” seçeneğine tıklayın, çıkan onay kutusunu “Evet” e basarak onaylayın.
Örneğin Solitare oyununu silmek istiyorsanız komut satırına “Get-AppxPackate”solit” |Remove-AppxPackage” yazın ve “Enter” a tıklamanız gerekiyor.
Dilerseniz Powershell komutlarını kullanarak diğer Microsoft uygulamalarını silebilirsiniz.
- 3D Builder : Get-AppxPackage *3d* | Remove-AppxPackage
- Fotoğraflar : Get-AppxPackage *photo* | Remove-AppxPackage
- Ses Kaydedici : Get-AppxPackage “soundrec” | Remove-AppxPackage
- Xbox : Get-AppxPackage “xbox” | Remove-AppxPackage
- Kamera : Get-AppxPackage “camera” | Remove-AppxPackage
- Posta ve Takvim : Get-AppxPackage “communi” | Remove-AppxPackage
- Haber, Spor, Finas ve Hava : Get-AppxPackage “bing” | Remove-AppxPackage
- Groove-Music Fimler ve TV : Get-AppxPackage “zune” | Remove-AppxPackage
- Kişiler : Get-AppxPackage “people” | Remove-AppxPackage
- Telefon Eşlikçisi : Get-AppxPackage “phone” | Remove-AppxPackage