First,
open PowerShell as administrator. Open the Start menu, search for “PowerShell,”
right-click the PowerShell shortcut, and select “Run as administrator.” Agree
to the UAC prompt.
Get-AppxPackage *zunevideo* |
Remove-AppxPackage
Get-AppxPackage *zunevideo* |
Add-AppxPackage
Get-AppxPackage
-AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register
“$($_.InstallLocation)\AppXManifest.xml”}