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

Windows 8 hakkinda bilgi , ipucu ve tecrübe paylasim alanidir
Kullanıcı avatarı
velociraptor
Yottabyte4
Yottabyte4
Mesajlar: 53452
Kayıt: 14 Mar 2006, 02:33
cinsiyet: Erkek
Teşekkür etti: 19155 kez
Teşekkür edildi: 11793 kez

Re: Windows 8 in modern (metro) uygulamaları

Mesaj gönderen velociraptor »

Eline sağlık :arrow:
Kullanıcı avatarı
esatiz
Gigabyte3
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ü

Mesaj gönderen esatiz »

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"
Kullanıcı avatarı
Kayserilifatih
Petabyte4
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ü

Mesaj gönderen Kayserilifatih »

Yukarıdaki kodlar Windows 10 ve 11 de çalışıyor mu merak ettim.
Kullanıcı avatarı
TRWE_2012
Exabyte4
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ü

Mesaj gönderen TRWE_2012 »

Kayserilifatih yazdı: 09 Mar 2025, 17:16 Yukarıdaki kodlar Windows 10 ve 11 de çalışıyor mu merak ettim.
Dediğini bende 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"
Bu komutlar gereksiz Bing uygulamalarını, eski Xbox bileşenlerini, OneNote'u, Skype'ı, Zune Müzik ve Video uygulamalarını, bazı VPN istemcilerini sistemden kaldırır.

Sonuç:

Windows’un temel bileşenleri korunur.
Gereksiz bloatware temizlenir.
Microsoft Mağazası ve Windows Ayarları gibi kritik sistem bileşenleri silinmez.
Kullanıcı avatarı
Kayserilifatih
Petabyte4
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ü

Mesaj gönderen Kayserilifatih »

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 :-D
Kullanıcı avatarı
TRWE_2012
Exabyte4
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ü

Mesaj gönderen TRWE_2012 »

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 :-D
Sanal bir sistem üzerinde denemek gerek...
Kullanıcı avatarı
Kayserilifatih
Petabyte4
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ü

Mesaj gönderen Kayserilifatih »

TRWE_2012 yazdı: 09 Mar 2025, 22:28
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 :-D
Sanal bir sistem üzerinde denemek gerek...
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.
Kullanıcı avatarı
TRWE_2012
Exabyte4
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ü

Mesaj gönderen TRWE_2012 »

Kayserilifatih yazdı: 09 Mar 2025, 23:00
TRWE_2012 yazdı: 09 Mar 2025, 22:28
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 :-D
Sanal bir sistem üzerinde denemek gerek...
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.
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)
Kullanıcı avatarı
Kayserilifatih
Petabyte4
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ü

Mesaj gönderen Kayserilifatih »

TRWE_2012 yazdı: 09 Mar 2025, 23:07
Kayserilifatih yazdı: 09 Mar 2025, 23:00
TRWE_2012 yazdı: 09 Mar 2025, 22:28

Sanal bir sistem üzerinde denemek gerek...
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.
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)
Trusted installer ve System yetkilerini alırsa belki kaldırabilir fakat ben denemediğimden nasıl etki edeceğini bilemiyorum.
Kullanıcı avatarı
burak35
Zettabyte3
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ü

Mesaj gönderen burak35 »

Hesap makinası, paint, not defteri, fotoğraflar, bunlar haricinde herşeyi kaldırırdım ben olsam. :v
Cevapla