Windows 10 Metro Uygulamalarını Kökünden Kaldırmak

Onu engelleyemezsin. Onlar Windows Mağazası üzerinden tekrar yüklenip, güncelleniyor. En fazla DISM yöntemiyle devre dışı bırakırsın. Fakat çok uzun sürmez, yine kendini günceller.

Ufak birkaç kayıt defteri ayarıyla Metro uygulamalarına muhtaç değilsin zaten.
 
Onu engelleyemezsin. Onlar Windows Mağazası üzerinden tekrar yüklenip, güncelleniyor. En fazla DISM yöntemiyle devre dışı bırakırsın. Fakat çok uzun sürmez, yine kendini günceller.

Ufak birkaç kayıt defteri ayarıyla Metro uygulamalarına muhtaç değilsin zaten.
Mağaza üzerinden güncellendiğini söylemişsin. Mağazayı silsem olur mu? Veya bir sıkıntı çıkarır mı?
 
Mağaza üzerinden güncellendiğini söylemişsin. Mağazayı silsem olur mu? Veya bir sıkıntı çıkarır mı?
Mağazayı silmen birçok sistem işlevine zarar verecek, özellikle Windows Update işlevine. Zira güncellemeler ve Mağaza uygulamaları Microsoft sunucularından ortak bir Windows hizmetiyle dosya çekebiliyorlar. Mağaza'yı silmen demek %99 ihtimalle bu hizmeti komple yeniden açılamaz şekilde devre-dışı bırakman demek. Bu da seni güvenlik açıklarıyla yüz yüze kalman demek.

Dediğim gibi, dursunlar orada çok bi' zararları yok. Varsayılanları değiştirdikten sonra o kadar can sıkmıyorlar. :)
 
Mağazayı silmen birçok sistem işlevine zarar verecek, özellikle Windows Update işlevine. Zira güncellemeler ve Mağaza uygulamaları Microsoft sunucularından ortak bir Windows hizmetiyle dosya çekebiliyorlar. Mağaza'yı silmen demek %99 ihtimalle bu hizmeti komple yeniden açılamaz şekilde devre-dışı bırakman demek. Bu da seni güvenlik açıklarıyla yüz yüze kalman demek.

Dediğim gibi, dursunlar orada çok bi' zararları yok. Varsayılanları değiştirdikten sonra o kadar can sıkmıyorlar. :)
Bilgilendirme için teşekkür ederim. Metro olayını hiç sevmedim.
 
Hangi uygulamaları siliyorsun da geri geliyor ? Ben de sadece Hesap Makinesi, Fotograflar, Ses kaydedicisi var. Mağaza ayarlarından otomatik yüklemeyi de kapattığım için yükleme olmuyor.
 
Hangi uygulamaları siliyorsun da geri geliyor? Ben de sadece Hesap Makinesi, Fotograflar, Ses kaydedicisi var. Mağaza ayarlarından otomatik yüklemeyi de kapattığım için yükleme olmuyor.
Hiç dikkatimi çekmemişti bu özellik. Aydınlattığınız için teşekkürler. (y)
 
Arkadaşlar hepinize selamlar. Biliyorsunuz işletim sistemiyle birlikte gelen ve kalkmayan metro uygulamaları var. Ben bunları program yardımıyla kaldırıyorum fakat bunlar tekrar yükleniyor. Bunu nasıl engellerim?

@Asım Demir @Silinen üye @Akif
Windows Powershell uygulamasını yönetici olarak çalıştır aşağıda verdiklerimi kopyala yapıştır , ben kaldırdım hiç bir sorun teşkil etmedi.

Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Get-AppxPackage *Appconnector* | Remove-AppxPackage
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Get-AppxPackage *CandyCrushSaga* | Remove-AppxPackage
Get-AppxPackage *officehub* | Remove-AppxPackage
Get-AppxPackage *skypeapp* | Remove-AppxPackage
Get-AppxPackage *getstarted* | Remove-AppxPackage
Get-AppxPackage *zunemusic* | Remove-AppxPackage
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Get-AppxPackage *Messaging* | Remove-AppxPackage
Get-AppxPackage *solitairecollection* | Remove-AppxPackage
Get-AppxPackage *ConnectivityStore* | Remove-AppxPackage
Get-AppxPackage *bingfinance* | Remove-AppxPackage
Get-AppxPackage *zunevideo* | Remove-AppxPackage
Get-AppxPackage *bingnews* | Remove-AppxPackage
Get-AppxPackage *onenote* | Remove-AppxPackage
Get-AppxPackage *people* | Remove-AppxPackage
Get-AppxPackage *CommsPhone* | Remove-AppxPackage
Get-AppxPackage *windowsphone* | Remove-AppxPackage
Get-AppxPackage *photos* | Remove-AppxPackage
Get-AppxPackage *WindowsScan* | Remove-AppxPackage
Get-AppxPackage *bingsports* | Remove-AppxPackage
Get-AppxPackage *Office.Sway* | Remove-AppxPackage
Get-AppxPackage *Twitter* | Remove-AppxPackage
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
Get-AppxPackage *bingweather* | Remove-AppxPackage
 
Windows Powershell uygulamasını yönetici olarak çalıştır aşağıda verdiklerimi kopyala yapıştır , ben kaldırdım hiç bir sorun teşkil etmedi.

Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Get-AppxPackage *Appconnector* | Remove-AppxPackage
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Get-AppxPackage *CandyCrushSaga* | Remove-AppxPackage
Get-AppxPackage *officehub* | Remove-AppxPackage
Get-AppxPackage *skypeapp* | Remove-AppxPackage
Get-AppxPackage *getstarted* | Remove-AppxPackage
Get-AppxPackage *zunemusic* | Remove-AppxPackage
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Get-AppxPackage *Messaging* | Remove-AppxPackage
Get-AppxPackage *solitairecollection* | Remove-AppxPackage
Get-AppxPackage *ConnectivityStore* | Remove-AppxPackage
Get-AppxPackage *bingfinance* | Remove-AppxPackage
Get-AppxPackage *zunevideo* | Remove-AppxPackage
Get-AppxPackage *bingnews* | Remove-AppxPackage
Get-AppxPackage *onenote* | Remove-AppxPackage
Get-AppxPackage *people* | Remove-AppxPackage
Get-AppxPackage *CommsPhone* | Remove-AppxPackage
Get-AppxPackage *windowsphone* | Remove-AppxPackage
Get-AppxPackage *photos* | Remove-AppxPackage
Get-AppxPackage *WindowsScan* | Remove-AppxPackage
Get-AppxPackage *bingsports* | Remove-AppxPackage
Get-AppxPackage *Office.Sway* | Remove-AppxPackage
Get-AppxPackage *Twitter* | Remove-AppxPackage
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
Get-AppxPackage *bingweather* | Remove-AppxPackage
Teşekkürler.
 
Uyarı! Bu konu 7 yıl önce açıldı.
Muhtemelen daha fazla tartışma gerekli değildir ki bu durumda yeni bir konu başlatmayı öneririz. Eğer yine de cevabınızın gerekli olduğunu düşünüyorsanız buna rağmen cevap verebilirsiniz.

Geri
Yukarı