Reinstall Windows apps
Launch the Task manager and open a new PowerShell window with administrative privileges, as explained above.
When the Windows PowerShell window opens copy the line below and paste
it into the PowerShell window by simply right-clicking at the blinking PS C:\WINDOWS\system32> prompt, or by pressing [Ctrl] + [V] on the keyboard:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Wait until the app download and installation process completes — ignore any red text that appears — and restart Windows.Link
0 comentários:
Postar um comentário