2016年3月31日 星期四

重安裝 Uninstall Movies & TV


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”}

 

沒有留言:

張貼留言