Comando para reinstalar todos app do windows 10 Method 1: Press Windows + X keys on the keyboard, select Command prompt (admin). Enter the below commands one by one and hit Enter key. PowerShell -ExecutionPolicy Unrestricted It will open the PowerShell window. Now enter the below command and hit Enter key. Get-AppXPackage -AllUsers |Where-Object {$_.InstallLocation -like "*SystemApps*"} | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}