Reinstall Windows apps
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
Assinar:
Postagens
(
Atom
)
Veja outras Publicações
-
Introdução O artigo abaixo vai mostrar como desabilitar e habilitar o UAC "User Account Control" via linha de comando. Nota...
-
Como abrir mais de 15 arquivos de uma vez Se você percebeu que não consegue abrir mais de 15 arquivos selecionados de uma só vez no Win...
-
Como você deve saber o Chrome deixou de suportar o plugin do java, o problema é que ainda existem diversos sites que ainda não se adaptaram ...
-
Solução alternativa – Método 1 No Editor Política de Grupo Local, localize o seguinte Política de Grupo caminho: Política do Computador Lo...
-
How to install Microsoft HD Audio UAA on Windows XP SP3 This is the solution that I found.. it was strange, but it worked.. folow the step...