Merhaba Arkadaşlar ;
Bugün sizlere "PowerShell" ile Windows 10'da kaldırılmayan uygulamaları nasıl kaldırabiliriz onu anlatmaya çalışacağım sizlere.İlk olarak arama uygulaması ile “PowerShell” uygulamasını arayın. Kaldırmak istediğiniz uygulamanın kaldırma kodunu aşağıdan kopyalayıp konsola yapıştırın. Uygulama anında sistemden kalkacaktır. Sırası ile uygulama kaldırma kodları;
3D Builder Kaldırma Kodu:
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Alarm ve Saat Kaldırma Kodu:
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Hesap Makinesi Kaldırma Kodu:
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Takvim ve Mail Kaldırma Kodu:
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Kamera Kaldırma Kodu:
Get-AppxPackage *windowscamera* | Remove-AppxPackage
Office Edinin Kaldırma Kodu:
Get-AppxPackage *officehub* | Remove-AppxPackage
Skype Edinin Kaldırma Kodu:
Get-AppxPackage *skypeapp* | Remove-AppxPackage
Microsoft İpuçları Kaldırma Kodu:
Get-AppxPackage *getstarted* | Remove-AppxPackage
Groove Müzik Kaldırma Kodu:
Get-AppxPackage *zunemusic* | Remove-AppxPackage
Haritalar Kaldırma Kodu:
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Microsft Solitaire Collection Kaldırma Kodu:
Get-AppxPackage *solitairecollection* | Remove-AppxPackage
MSN Finans Kaldırma Kodu:
Get-AppxPackage *bingfinance* | Remove-AppxPackage
Filmler & TV Kaldırma Kodu:
Get-AppxPackage *zunevideo* | Remove-AppxPackage
MSN Haber Kaldırma Kodu:
Get-AppxPackage *bingnews* | Remove-AppxPackage
OneNote Kaldırma Kodu:
Get-AppxPackage *onenote* | Remove-AppxPackage
Kişiler Kaldırma Kodu:
Get-AppxPackage *people* | Remove-AppxPackage
Microsft Telefon Eşlikçisi Kaldırma Kodu:
Get-AppxPackage *windowsphone* | Remove-AppxPackage
Fotoğraflar Kaldırma Kodu:
Get-AppxPackage *photos* | Remove-AppxPackage
Mağaza Kaldırma Kodu:
Get-AppxPackage *windowsstore* | Remove-AppxPackage
MSN Spor Kaldırma Kodu:
Get-AppxPackage *bingsports* | Remove-AppxPackage
Ses Kaydedici Kaldırma Kodu:
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
MSN Hava Durumu Kaldırma Kodu:
Get-AppxPackage *bingweather* | Remove-AppxPackage
XBox Kaldırma Kodu:
Get-AppxPackage *xboxapp* | Remove-AppxPackage