Windows 8 in modern (metro) uygulamaları - Çözüldü
- velociraptor
- Yottabyte4

- Mesajlar: 53452
- Kayıt: 14 Mar 2006, 02:33
- cinsiyet: Erkek
- Teşekkür etti: 19155 kez
- Teşekkür edildi: 11793 kez
- esatiz
- Gigabyte3

- Mesajlar: 2681
- Kayıt: 30 Eki 2020, 11:18
- cinsiyet: Erkek
- Teşekkür etti: 399 kez
- Teşekkür edildi: 451 kez
Re: Windows 8 in modern (metro) uygulamaları - Çözüldü
Teşekkürler. Tek bir bat dosyasına koysak iyi olur:
Kod: Tümünü seç
powershell -command "Get-appxpackage -allusers *Microsoft.BingFinance* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.BingFoodAndDrink* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.BingHealthAndFitness* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.BingMaps* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.BingNews* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.BingSports* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.BingTravel* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.BingWeather* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.HelpAndTips* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.Office.OneNote* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.Reader* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.SkypeApp* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.WindowsAlarms* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.WindowsCalculator* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.windowscommunicationsapps* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.WindowsReadingList* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.WindowsScan* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.WindowsSoundRecorder* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.XboxLIVEGames* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.ZuneMusic* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.ZuneVideo* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.MoCamera* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *winstore* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.WinJS.2.0* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.VCLibs.120.00* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.Media.PlayReadyClient.2* | Remove-AppxPackage
powershell -command "Get-appxpackage -allusers *CheckPoint.VPN* | Remove-AppxPackage
powershell -command "Get-appxpackage -allusers *f5.vpn.client* | Remove-AppxPackage
powershell -command "Get-appxpackage -allusers *FileManager* | Remove-AppxPackage
powershell -command "Get-appxpackage -allusers *JuniperNetworks.JunosPulseVpn* | Remove-AppxPackage
powershell -command "Get-appxpackage -allusers *SonicWALL.MobileConnect* | Remove-AppxPackage
powershell -command "Get-appxpackage -allusers *windows.immersivecontrolpanel* | Remove-AppxPackage
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.BingFinance*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.BingFoodAndDrink*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.BingHealthAndFitness*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.BingMaps*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.BingNews*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.BingSports*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.BingTravel*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.BingWeather*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.HelpAndTips*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.Office.OneNote*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.Reader*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.SkypeApp*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.WindowsAlarms*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.WindowsCalculator*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.windowscommunicationsapps*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.WindowsReadingList*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.WindowsScan*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.WindowsSoundRecorder*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.XboxLIVEGames*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.ZuneMusic*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.ZuneVideo*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.MoCamera*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*winstore*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.WinJS.2.0*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.VCLibs.120.00*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*Microsoft.Media.PlayReadyClient.2*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*CheckPoint.VPN*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*f5.vpn.client*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*FileManager*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*JuniperNetworks.JunosPulseVpn*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*SonicWALL.MobileConnect*'} | remove-appxprovisionedpackage –online"
powershell -command "Get-appxprovisionedpackage –online | where-object {$_.packagename –like '*windows.immersivecontrolpanel*'} | remove-appxprovisionedpackage –online"
- Kayserilifatih
- Petabyte4

- Mesajlar: 9008
- Kayıt: 30 Ağu 2024, 20:48
- cinsiyet: Erkek
- Teşekkür etti: 864 kez
- Teşekkür edildi: 6643 kez
Re: Windows 8 in modern (metro) uygulamaları - Çözüldü
Yukarıdaki kodlar Windows 10 ve 11 de çalışıyor mu merak ettim.
- TRWE_2012
- Exabyte4

- Mesajlar: 14922
- Kayıt: 25 Eyl 2013, 13:38
- cinsiyet: Erkek
- Teşekkür etti: 2436 kez
- Teşekkür edildi: 5140 kez
Re: Windows 8 in modern (metro) uygulamaları - Çözüldü
Dediğini bende merak ettim....Kayserilifatih yazdı: 09 Mar 2025, 17:16 Yukarıdaki kodlar Windows 10 ve 11 de çalışıyor mu merak ettim.
Onun için Kankama Sordum (Al) :
Kritik olanları çıkarırsak, Windows’un sistem işleyişini bozmayacak şekilde yalnızca gereksiz uygulamaları kaldırabiliriz. Windows’un temel bileşenleri olan bazı uygulamaları kaldırmamak gerekir, aksi takdirde sistemde hatalar oluşabilir.
Kritik Olan ve Kaldırılmaması Gerekenler:
Microsoft.WindowsCalculator (Hesap Makinesi)
Microsoft.windowscommunicationsapps (Posta ve Takvim)
Microsoft.WindowsAlarms (Saat ve Alarm)
Microsoft.WindowsSoundRecorder (Ses Kaydedici)
windows.immersivecontrolpanel (Ayarlar Uygulaması)
winstore / Microsoft.WindowsStore (Microsoft Mağazası – Kritik)
Microsoft.WinJS.2.0 / Microsoft.VCLibs.120.00 (Windows uygulamaları için kütüphaneler)
Microsoft.Media.PlayReadyClient.2 (Bazı medya içeriklerinin oynatılmasını sağlar)
Gereksiz Olan ve Kaldırılabilecekler:
Bu liste, Windows’un temel işlevlerini etkilemeden kaldırılabilecek bileşenleri içerir.
Kod: Tümünü seç
powershell -command "Get-appxpackage -allusers *Microsoft.BingFinance* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.BingFoodAndDrink* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.BingHealthAndFitness* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.BingMaps* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.BingNews* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.BingSports* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.BingTravel* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.BingWeather* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.HelpAndTips* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.Office.OneNote* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.Reader* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.SkypeApp* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.XboxLIVEGames* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.ZuneMusic* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.ZuneVideo* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *Microsoft.MoCamera* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *CheckPoint.VPN* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *f5.vpn.client* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *FileManager* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *JuniperNetworks.JunosPulseVpn* | Remove-AppxPackage"
powershell -command "Get-appxpackage -allusers *SonicWALL.MobileConnect* | Remove-AppxPackage"
Sonuç:
Windows’un temel bileşenleri korunur.
Gereksiz bloatware temizlenir.
Microsoft Mağazası ve Windows Ayarları gibi kritik sistem bileşenleri silinmez.
- Kayserilifatih
- Petabyte4

- Mesajlar: 9008
- Kayıt: 30 Ağu 2024, 20:48
- cinsiyet: Erkek
- Teşekkür etti: 864 kez
- Teşekkür edildi: 6643 kez
Re: Windows 8 in modern (metro) uygulamaları - Çözüldü
Bunun tamamen Windows 11 ile olan versiyonu gelir de kaldirabilirsek daha iyi olur ben magaza dahil full magaza uygulamalarını kaldırmak istiyorum script şeklinde fakat kayıt defteri değerleri kalıyor tam olarak kaldırılamıyor diye tecrübe etmiştim. Kankana ben de sordum da cevabı beni pek tatmin etmedi ondan sordum 
- TRWE_2012
- Exabyte4

- Mesajlar: 14922
- Kayıt: 25 Eyl 2013, 13:38
- cinsiyet: Erkek
- Teşekkür etti: 2436 kez
- Teşekkür edildi: 5140 kez
Re: Windows 8 in modern (metro) uygulamaları - Çözüldü
Sanal bir sistem üzerinde denemek gerek...Kayserilifatih yazdı: 09 Mar 2025, 22:27 Bunun tamamen Windows 11 ile olan versiyonu gelir de kaldirabilirsek daha iyi olur ben magaza dahil full magaza uygulamalarını kaldırmak istiyorum script şeklinde fakat kayıt defteri değerleri kalıyor tam olarak kaldırılamıyor diye tecrübe etmiştim. Kankana ben de sordum da cevabı beni pek tatmin etmedi ondan sordum![]()
- Kayserilifatih
- Petabyte4

- Mesajlar: 9008
- Kayıt: 30 Ağu 2024, 20:48
- cinsiyet: Erkek
- Teşekkür etti: 864 kez
- Teşekkür edildi: 6643 kez
Re: Windows 8 in modern (metro) uygulamaları - Çözüldü
Sen de müsait olduğunda deneyebilirsen kaldırılıp kaldırılamadığını bizler de öğrenmiş oluruz çünkü ben sistem aktifken scriptle de olsa kaldırmayı başaramadım. Genelde hata veriyor hadi diyelim dosyaların sahipliğini aldın bu sefer de kayıt defteri reg ayarları korunduğu için belki de hata veriyor kaldırılamıyor ben işin içinden çıkamadım hayırlısı diyelim.TRWE_2012 yazdı: 09 Mar 2025, 22:28Sanal bir sistem üzerinde denemek gerek...Kayserilifatih yazdı: 09 Mar 2025, 22:27 Bunun tamamen Windows 11 ile olan versiyonu gelir de kaldirabilirsek daha iyi olur ben magaza dahil full magaza uygulamalarını kaldırmak istiyorum script şeklinde fakat kayıt defteri değerleri kalıyor tam olarak kaldırılamıyor diye tecrübe etmiştim. Kankana ben de sordum da cevabı beni pek tatmin etmedi ondan sordum![]()
- TRWE_2012
- Exabyte4

- Mesajlar: 14922
- Kayıt: 25 Eyl 2013, 13:38
- cinsiyet: Erkek
- Teşekkür etti: 2436 kez
- Teşekkür edildi: 5140 kez
Re: Windows 8 in modern (metro) uygulamaları - Çözüldü
O zaman betiği Windows DVD Medyası üzerindeki MS-DOS Komut İsteminde bir .cmd betiği ile (içinde powershell komutlarını çalıştırabilecek bir mekanizma) yapılabilir? (SYSTEM kullanıcısının yetkilerini kullanıyorsun)Kayserilifatih yazdı: 09 Mar 2025, 23:00Sen de müsait olduğunda deneyebilirsen kaldırılıp kaldırılamadığını bizler de öğrenmiş oluruz çünkü ben sistem aktifken scriptle de olsa kaldırmayı başaramadım. Genelde hata veriyor hadi diyelim dosyaların sahipliğini aldın bu sefer de kayıt defteri reg ayarları korunduğu için belki de hata veriyor kaldırılamıyor ben işin içinden çıkamadım hayırlısı diyelim.TRWE_2012 yazdı: 09 Mar 2025, 22:28Sanal bir sistem üzerinde denemek gerek...Kayserilifatih yazdı: 09 Mar 2025, 22:27 Bunun tamamen Windows 11 ile olan versiyonu gelir de kaldirabilirsek daha iyi olur ben magaza dahil full magaza uygulamalarını kaldırmak istiyorum script şeklinde fakat kayıt defteri değerleri kalıyor tam olarak kaldırılamıyor diye tecrübe etmiştim. Kankana ben de sordum da cevabı beni pek tatmin etmedi ondan sordum![]()
- Kayserilifatih
- Petabyte4

- Mesajlar: 9008
- Kayıt: 30 Ağu 2024, 20:48
- cinsiyet: Erkek
- Teşekkür etti: 864 kez
- Teşekkür edildi: 6643 kez
Re: Windows 8 in modern (metro) uygulamaları - Çözüldü
Trusted installer ve System yetkilerini alırsa belki kaldırabilir fakat ben denemediğimden nasıl etki edeceğini bilemiyorum.TRWE_2012 yazdı: 09 Mar 2025, 23:07O zaman betiği Windows DVD Medyası üzerindeki MS-DOS Komut İsteminde bir .cmd betiği ile (içinde powershell komutlarını çalıştırabilecek bir mekanizma) yapılabilir? (SYSTEM kullanıcısının yetkilerini kullanıyorsun)Kayserilifatih yazdı: 09 Mar 2025, 23:00Sen de müsait olduğunda deneyebilirsen kaldırılıp kaldırılamadığını bizler de öğrenmiş oluruz çünkü ben sistem aktifken scriptle de olsa kaldırmayı başaramadım. Genelde hata veriyor hadi diyelim dosyaların sahipliğini aldın bu sefer de kayıt defteri reg ayarları korunduğu için belki de hata veriyor kaldırılamıyor ben işin içinden çıkamadım hayırlısı diyelim.
- burak35
- Zettabyte3

- Mesajlar: 17543
- Kayıt: 07 Eki 2016, 13:06
- cinsiyet: Erkek
- Teşekkür etti: 10105 kez
- Teşekkür edildi: 11762 kez
Re: Windows 8 in modern (metro) uygulamaları - Çözüldü
Hesap makinası, paint, not defteri, fotoğraflar, bunlar haricinde herşeyi kaldırırdım ben olsam. :v
