Перейти к основному содержимому
  • Простое и быстрое размещение заказов
  • Просмотр заказов и отслеживание состояния доставки
  • Создание списка продуктов и доступ к нему
  • Управление узлами, продуктами и контактами уровня продуктов Dell EMC с помощью Company Administration.

Номер статьи: 000141769


Issue Starting/Using built-in Windows 10 component

Сводка: This article provides the information on "Issue Starting/Using built-in Windows 10 component".

Возможно, эта статья была переведена автоматически. Если вы хотите поделиться своим мнением о ее качестве, используйте форму обратной связи в нижней части страницы.

Содержание статьи


Симптомы


This article provides the information on "Issue Starting/Using built-in Windows 10 component".


Issue Starting/Using built-in Windows 10 component

Many parts of Windows 10 are implemented as system apps. This includes the Start Menu, Settings, Cortana, Microsoft Edge, Action Center and other Windows components. If any of these functions are not responding, follow the steps below to resolve.
 


Разрешение

To resolve this issue, follow these steps:
 

  1. Open a Command window started as Administrator by typing:  cmd on the search bar then right-clicking or tap and hold then select Run as Administrator from the drop down list.
  2. Repair corruption using the following command:
    • dism /online /cleanup-image /restorehealth then press the Enter key.
  3. If this command reports problems that cannot be fixed, stop here. (There may be a memory or hard drive issue. Windows needs to be Reset to repair the damage)
  4. Run this command next:
    • Sfc /scannow then press the Enter key.
  5. As above, if this reports problems that cannot be fixed, stop here. (There may be a memory or hard drive issue. Windows needs to be Reset to repair the damage)
  6. Now run these two commands:
    • PowerShell -ExecutionPolicy Unrestricted then press the Enter key.
    • Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} then press the Enter key.
  7. Watch for red errors, which could indicate a problem which cannot be repaired. (If you see errors, Windows needs to be reset to repair the damage)



Свойства статьи


Затронутый продукт

Operating Systems

Дата последней публикации

21 Feb 2021

Версия

3

Тип статьи

Solution