صدرت Windows 10 منذ شهر تقريباً ملحقاً بالكثير من التطبيقات من مايكروسوفت الغير مفيدة للبعض مثل Get Office, OneNote و Xbox, كلها امثلة, فهناك من يستفيد من Xbox و هناك من يستفيد من OneNote و هكذا.

الفكرة ان مايكرسوفت اتاحت إلغاء تركيب البرامج التالية: Get Office, Get Skype, Get Started, Microsoft Solitaire Collection, Money, News, Phone Companion, Sports و 3D Builder, بينما بعض البرامج مثل OneNote لا يمكن إلغاء تنصيبها.

بالنسبة للتطبيقات التي يمكن مسحها, فيمكن ذلك عن طريق:

1- فتح قائمة Start و أختيار All Apps.

2- إنقر بالزر الأيمن على التطبيق و إختار Uninstall من القائمة.

3- إضغط على زر Uninstall.

و بذلك تكون حذفت التطبيق, و لكن الغرض من المقال هو حذف البرامج التي لا يتوفر خيار لحذفها, كل ما عليك فعله هو فتح قائمة Start و البحث عن Windows PowerShell و كتابة الأوامر التالية, طبقا لما تريد حذفه.

3D Builder: Get-AppxPackage *3dbuilder* | Remove-AppxPackage

Alarms and Clock: Get-AppxPackage *windowsalarms* | Remove-AppxPackage

Calculator: Get-AppxPackage *windowscalculator* | Remove-AppxPackage

Calendar and Mail: Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage

Camera: Get-AppxPackage *windowscamera* | Remove-AppxPackage

Get Office: Get-AppxPackage *officehub* | Remove-AppxPackage

Get Skype: Get-AppxPackage *skypeapp* | Remove-AppxPackage

Get Started: Get-AppxPackage *getstarted* | Remove-AppxPackage

Groove Music: Get-AppxPackage *zunemusic* | Remove-AppxPackage

Maps: Get-AppxPackage *windowsmaps* | Remove-AppxPackage

Solitaire Collection: Get-AppxPackage *solitairecollection* | Remove-AppxPackage

Money: Get-AppxPackage *bingfinance* | Remove-AppxPackage

Movies & TV: Get-AppxPackage *zunevideo* | Remove-AppxPackage

News: Get-AppxPackage *bingnews* | Remove-AppxPackage

OneNote: Get-AppxPackage *onenote* | Remove-AppxPackage

People: Get-AppxPackage *people* | Remove-AppxPackage

Phone Companion: Get-AppxPackage *windowsphone* | Remove-AppxPackage

Photos: Get-AppxPackage *photos* | Remove-AppxPackage

Store: Get-AppxPackage *windowsstore* | Remove-AppxPackage

Sports: Get-AppxPackage *bingsports* | Remove-AppxPackage

Voice Recorder: Get-AppxPackage *soundrecorder* | Remove-AppxPackage

Weather: Get-AppxPackage *bingweather* | Remove-AppxPackage

Xbox: Get-AppxPackage *xboxapp* | Remove-AppxPackage

بالنسبة لبرامج: Contact Support, Cortana, Microsoft Edge و Windows Feedback لا يمكن حذفها بأي طريقة حتى الآن و قد نقوم بالتحديث عند إيجاد طريقة.

عامة حذف هذه التطبيقات لا يفيد و لا يضر و لكن يمكن حذفها لتوفير المساحة لو كنت تملك مساحة قليلة او إذا كنت لا تريد تحديثهم كل فترة, و لإرجاع كل هذه التطبيقات, اكتب:

Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}

بالنسبة ل Groove Music, Movies & TV و Cortana هم غير متوفرين في المنطقة العربية.

بالنسبة للخواص الخاصة بالويندوز مثل Internet Explorer,

1- إبحث عن كلمة Features في البحث, و افتح Turn Windows Features On and Off.

2- إبحث عن Internet Explorer 11 (او اي خاصية لا تريدها), و إحذف علامة الصح من جنبها.

كتبه: عبدالرحمن حلمي - المقال الأصلي (المقال لا يحتوي على جزء ال Internet Explorer)