Solution
Follow the below steps and check if it helps:
- Open the Task manager. Here’s a tip: Press CTRL+Shift+ESC.
- Click File > Run New Task.
- Make sure you have a check mark beside “Create this task with administrative privileges”.
- Type CMD.
- Type the following 4 commands at the CMD prompt:
dism /online /cleanup-image /restorehealth
sfc /scannow
powershell
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- Close the CMD window.
WindowsPro
Extraordinary Member
- Joined
- May 19, 2017
- Messages
- 137
Have you tried to use the searchbox next to your start-button to search for: reset this pc..
IF you computer is prepared for resetting the computer, then you will find the option in there!
And you get to choose from saving your files and accounts or not (=clean install)
Try It!
IF you computer is prepared for resetting the computer, then you will find the option in there!
And you get to choose from saving your files and accounts or not (=clean install)
Try It!
Follow the below steps and check if it helps:
- Open the Task manager. Here’s a tip: Press CTRL+Shift+ESC.
- Click File > Run New Task.
- Make sure you have a check mark beside “Create this task with administrative privileges”.
- Type CMD.
- Type the following 4 commands at the CMD prompt:
dism /online /cleanup-image /restorehealth
sfc /scannow
powershell
Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
- Close the CMD window.
Similar threads
- Article
- Replies
- 0
- Views
- 500
- Replies
- 3
- Views
- 959
- Solved
- Replies
- 26
- Views
- 3K
- Solved
- Replies
- 10
- Views
- 2K
- Replies
- 1
- Views
- 2K