نَــــعُوذُ بِالْلهِ تَعَالَى مِنْ شُــــرُورِ أَنْفُسِنَـا وَ مِنْ سَيِّئَــــاتِ أَعْمَـالِنَـا ..
مَنْ يَـــهْدِهِ الْلهُ تَعَالَى فَلا مُضِــــلَّ لَهُ، وَ مَنْ يُـضْلِلْ فَلا هَــــادِىَ لَـه ..
وَ أَشْــــــــــهَدُ أَلا إِلَهَ إِلا الْلهُ وَحْــــــدَهُ لا شَــــــرِيكَ لَه ..
وَ أَشْـــهَدُ أَنَّ مُحَمَّداً عَبْدُهُ وَ رَسُولُهُ ، صَلَّى الْلهُ عَلَيْهِ وَ آلِهِ وَ سَلَّمَ تَسْلِيمَاً كَثِيرَا..
أما بعد :
سوف نشرح هنا كيفية حذف تطبيقات Windows 10 المدمجة
لكن لا تقلقوا هههه ليس هنالك ريجستري هنا
فقط موجه الأوامر البديل PowerShell
أولا : اتجه الى Powershell وشغله كمسؤول
ثم اكتب امرا من هذه الاوامر حسب التطبيق الذي تريد أن تحذفه
Uninstall 3D Builder:
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Uninstall Alarms and Clock:
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Uninstall Calculator:
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Uninstall Calendar and Mail:
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Uninstall Camera:
Get-AppxPackage *windowscamera* | Remove-AppxPackage
Uninstall Get Office:
Get-AppxPackage *officehub* | Remove-AppxPackage
Uninstall Get Skype:
Get-AppxPackage *skypeapp* | Remove-AppxPackage
Uninstall Get Started:
Get-AppxPackage *getstarted* | Remove-AppxPackage
Uninstall Groove Music:
Get-AppxPackage *zunemusic* | Remove-AppxPackage
Uninstall Maps:
Get-AppxPackage *windowsmaps* | Remove-AppxPackage
Uninstall Microsoft Solitaire Collection:
Get-AppxPackage *solitairecollection* | Remove-AppxPackage
Uninstall Money:
Get-AppxPackage *bingfinance* | Remove-AppxPackage
Uninstall Movies & TV:
Get-AppxPackage *zunevideo* | Remove-AppxPackage
Uninstall News:
Get-AppxPackage *bingnews* | Remove-AppxPackage
Uninstall OneNote:
Get-AppxPackage *onenote* | Remove-AppxPackage
Uninstall People:
Get-AppxPackage *people* | Remove-AppxPackage
Uninstall Phone Companion:
Get-AppxPackage *windowsphone* | Remove-AppxPackage
Uninstall Photos:
Get-AppxPackage *photos* | Remove-AppxPackage
Uninstall Store:
Get-AppxPackage *windowsstore* | Remove-AppxPackage
Uninstall Sports:
Get-AppxPackage *bingsports* | Remove-AppxPackage
Uninstall Voice Recorder:
Get-AppxPackage *soundrecorder* | Remove-AppxPackage
Uninstall Weather:
Get-AppxPackage *bingweather* | Remove-AppxPackage
Uninstall Xbox:
Get-AppxPackage *xboxapp* | Remove-AppxPackage
طبعا لقد نقلت هذه الاوامر فمستحيل أن اكتب أو أتذكر كل هذه الاوامر
على كل حال أنا اخترت امر حذف 3Dbuilder
ثم اضغط Enter بدون أن تخطئ في أي حرف
ستتم معالجة أمر حذف التطبيق وعليك فقط هنا ان تقوم بrestart فترى التطبيق قد حذف ولتنصيبه اتجه
الى متجر الويندوز
كيفية اعادة تنصيب التطبيقات الافتراضية :
في حالة حدوث مشكلة في تطبيقات Windows 10 الافتراضية
فيجب عليك كتابة هذا الأمر في PowerShell
Get-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
فيامر الويندوز بحذف و اعادة تنصيب كل التطبيقات في كل حسابات المستخدمين بدون تعمق ...
ثم اضغط Enter
فتستغرق العملية قليل من الوقت
ثم قم بRestart و سوف ترى أن كل التطبيقات تم اعادة تنصيبهم لكن بدون تحديثات
لكن حذاري قد تكون العملية خطيرة على بعض التطبيقات الأساسية أو تحدث مشاكل أثناء المعالجةأو شيئ كهذا ...
لهذا قم بهذه العملية فقط عندما ترى ان هنالك مشكلة في التطبيقات
رمضان مبارك ... 🌜