כיצד להתקין מחדש אפליקציות ברירת מחדל ב-Windows 10 גרסה 2004

כיצד להתקין מחדש אפליקציות ברירת מחדל ב-Windows 10 גרסה 2004

Windows 10 מגיע עם יישומים אוניברסליים מובנים רבים כגון תפריט התחל, Cortana, דפדפן Microsoft Edge, Xbox, Microsoft Store, Photos, Paint 3D, Single Note, Skype ועוד.

אלו הן אפליקציות המובנות המובנות כברירת מחדל שמגיעות מותקנות מראש בעת התקנת שדרוג ל-Windows 10.

לפעמים לאחר שדרוג אחרון של Windows 10, ייתכן שתבחין שחסרות אפליקציות מסוימות.או לאחר התקנת העדכון האחרון, אפליקציות אינן פועלות כראוי, קורסות או אינן מגיבות.אחרת, יישומים מסוימים לא יפעלו כראוי.

מסיבות כאלה, אנו ממליצים לאפס את האפליקציה על ידי ביצוע השלבים הבאים.

  • הקש על קיצור המקשים של Windows + I כדי לפתוח את אפליקציית ההגדרות,
  • לחץ על אפליקציות, ואז אפליקציות ותכונות,
  • כעת בחר את האפליקציה המדוברת ולחץ על אפשרויות מתקדמות
  • גלול מטה ולחץ על אפשרות האיפוס,
  • לחץ שוב על איפוס כדי לאפס את היישום להגדרות ברירת המחדל שלו.

אפס את אפליקציית הדואר של Windows 10

עם זאת, אם אפשרות האיפוס לא פותרת את הבעיה, או אם חסרות אפליקציות לאחר שדרוג Windows 10 1903, הנה כיצד לשחזר אפליקציות שנמחקו ב-Windows 10

כיצד לרשום מחדש אפליקציות ברירת מחדל של Windows

אתה יכול להתקין מחדש או לרשום מחדש יישומי Windows מובנים על ידי ביצוע שורות פקודה מסוימות ב-Windows PowerShell.להלן מדריך שלב אחר שלב להתקנה מחדש של אפליקציות ברירת מחדל ספציפיות או כל אפליקציות המובנות המובנות כברירת מחדל במחשב Windows 10 באמצעות פקודות PowerShell.

התקן מחדש את כל האפליקציות המובנות ב-Windows 10

התקן מחדש את כל יישומי Windows המובנים

  1. פתח את Windows PowerShell עם הרשאות ניהול.
  2. אתה יכול לעשות זאת על ידי לחיצה על win+X ובחירה ב- PowerShell (admin).
  3. כעת העתק/הדבק את הפקודה ב- PowerShell והקש אנטר כדי לעשות את אותו הדבר.

Get-AppXPackage | לפני {add-AppxPackage-DisableDevelopmentMode-register "$($_.InstallLocation)AppXManifest.xml"}

התקן מחדש את כל האפליקציות המובנות ב-Windows 10

לאחר מכן, הוא מנסה להתקין את כל אפליקציות ברירת המחדל ב- Windows 10 עבור החשבון שאליו אתה מחובר כעת.לחלופין, תוכל לרשום מחדש את יישומי Windows עבור כל המשתמשים באמצעות הפקודה הבאה:

Get-AppxPackage-All Users| Foreach {Add AppxPackage -Register "$($_.InstallLocation)appxmanifest.xml" -DisableDevelopmentMode}

אם אחת מיישומי ברירת המחדל כבר מותקנת במחשב, השם שלה יוצג באדום.לאחר סיום חלון ההפעלה מחדש של הפקודה, פשוט התעלם מהקו האדום כדי להתחיל מחדש.בעיות הקשורות לבדיקת האפליקציה נפתרו כעת.

רשום מחדש את אפליקציות ברירת המחדל של Windows Windows 10

התקן מחדש אפליקציות מובנות ספציפיות ב-Windows 10

אם אתה נתקל בבעיות עם אפליקציית Windows מסוימת בזמן שאחרות פועלות בסדר, אינך צריך לרשום מחדש/להתקין מחדש את כל האפליקציות על ידי ביצוע הפקודה לעיל.סמן את הפקודות הבאות כדי לרשום מחדש רק יישומי Windows ספציפיים.

  • הקש שוב על Win + X כדי לפתוח את PowerShell (Admin) ובחר.
  • מהפקודה של Administrator PowerShell למטה, העתק/הדבק את הפקודה והקש Enter כדי לעשות את אותו הדבר.
  • בונה תלת מימד:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *3DBuilder*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • מעורר ושעון:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *WindowsAlarms*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • מחבר יישום:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *AppConnector*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • מַחשְׁבוֹן:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *WindowsCalculator*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • לוח שנה ודואר:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *windowscommunicationsapps*). InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • מַצלֵמָה:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *WindowsCamera*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • Candy Crush Saga Soda Saga:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *CandyCrushSodaSaga*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • לְחַבֵּר:
שאלות קשורות  מחשב נייד Windows 10/11 לא נדלק?להלן 5 פתרונות לתיקון

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *PPIProjection*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • צור קשר עם תמיכה:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *ContactSupport*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • קורטנה:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *Windows.Cortana*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • מרכז משוב:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *WindowsFeedbackHub*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • קבל משרד:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *MicrosoftOfficeHub*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • להתחיל להשתמש:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *GetStarted*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • דואר ולוח שנה:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *windowscommunicationsapps*). InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • מַפָּה:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *WindowsMaps*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • הוֹדָעָה:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *Messaging*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • מיקרוסופט אדג:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *MicrosoftEdge*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • אוסף סוליטייר של מיקרוסופט:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *MicrosoftSolitaireCollection*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • כֶּסֶף:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *BingFinance*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • וִידֵאוֹ:
שאלות קשורות  נפתרה: לא ניתן להתאים את רזולוציית המסך ב-Windows 10

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *ZuneVideo*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • 新聞:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *BingNews*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • פתק אחד:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *Office.OneNote*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • ציור תלת מימד:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *MSPaint*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • אֲנָשִׁים:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *People*). InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • 電話:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *CommsPhone*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • שותף נייד:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *WindowsPhone*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • תמונה:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *Photos*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • להכין:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *immersivecontrolpanel*). InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • סקייפ :

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *SkypeApp*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • חינוך גופני:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *BingSports*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • פתקי פוסט - איט:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *MicrosoftStickyNotes*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • חנות מיקרוסופט:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *microsoftStore*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • נַדְנֵדָה:
שאלות קשורות  10 פתרונות לבעיות מנהלי התקן של Realtek Audio ב-Windows 7 ו-6

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *Office.Sway*). InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • טוויטר:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *Twitter*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • מַקלִיט:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *WindowsSoundRecorder*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • מזג אוויר:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *BingWeather*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • אקס בוקס:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *XboxApp*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

  • Xbox One SmartGlass:

PowerShell -ExecutionPolicy Unrestricted -Command "&{$manifest=(Get-AppxPackage *XboxOneSmartGlass*).InstallLocation + 'AppxManifest.xml'; Add-AppxPackage -DisableDevelopmentMode -Register $ Manifest}"

הערה: Windows מוסיפה באופן קבוע אפליקציות חדשות.לכן, אם האפליקציה שאתה מתקשה איתה לא מופיעה למעלה, תוכל לבצע את השלבים שלהלן כדי לרשום מחדש את האפליקציה הספציפית.

ב-Admin PowerShell, הקלד Get-AppxPackage -AllUsers| בחר "שם", "PackageFullName",לאחר מכן הקש Enter.זה יציג את החבילות הזמינות (להתקנה) במחשב שלך.מצא את האפליקציה לרישום מחדש (התקנה מחדש) עבור המשתמש הנוכחי.(לדוגמה, אנו רוצים להתקין מחדש את אפליקציית Skype)

כאן, תחילה העתק את שם החבילה על ידי בחירתו, לאחר מכן לחיצה על Ctrl+C, ולאחר מכן הקלדה על פניו בפנקס הרשימות.(לְמָשָׁל:  Microsoft.SkypeApp_11.8.204.0_x64__kzf8qxf38zg5c) והפקודה 'ביצוע' למטה.

Get-AppXPackage | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "C:Program FilesWindowsAppsPackageFullNameappxmanifest.xml" -DisableDevelopmentMode

הערה: החלף את שם החבילה שהועתק מ- PowerShell.פירוש הדבר שהפקודה תהיה כמו למטה

Get-AppXPackage | Foreach {Add AppxPackage -DisableDevelopmentMode -Register "C:ProgramFilesWindowsAppsMicrosoft.SkypeApp_11.8.204.0_x64__kzf8qxf38zg5cappxmanifest.xml" -DisableDevelopmentMode

הקש על Enter והמתן עד לביצוע הפקודה.לאחר מכן, הפעל מחדש את Windows ובדוק אם המכשיר הספציפי שהתקנת מחדש לאחרונה עובד.

אפס את המחשב להגדרות ברירת המחדל שלו

אם הפתרונות לעיל אינם פותרים את הבעיה, איפוס מחשב זה יכול להיות פתרון טוב להתקנה מחדש של Windows 10 מבלי להשפיע על הקבצים והתיקיות שלך.

  • לִפְתוֹחַ להכין.
  • לחץ על עדכון ואבטחה.
  • לחץ על לְהַחלִים.
  • תחת איפוס מחשב זה, לחץ על מתחילים" לַחְצָן.

אפס את המחשב הזה

בחר" שמור קבצים אפשריים"אפשרויות.ופעל לפי ההוראות שעל המסך כדי לאפס את Windows 10 מבלי להשפיע על הקבצים.

רענן את Windows 10

האם זה עוזר להתקין מחדש אפליקציות מותקנות מראש של Windows 10?ספר לנו על ההערות הבאות.

הו שלום 👋נעים להכיר אותך.

הירשם לניוזלטר שלנו, שלח באופן קבוע מאודטכנולוגיה נהדרתלדואר שלך.

לפרסם תגובה