Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

To run this command, you just need to do the following:

1. Start PowerShell as administrator.
2. When PowerShell starts, enter Get-AppXPackage -AllUsers |
Where-Object {$_.InstallLocation -like
"*SystemApps*"} | Foreach {Add-AppxPackage
-DisableDevelopmentMode -Register "$
($_.InstallLocation)AppXManifest.xml"} and
press Enter to run it.

After doing that, the problem with the corrupted user profile should be
resolved.

You might also like