Share via


How do I re-install Films & TV App?

Question

Thursday, April 26, 2018 12:38 PM

Could someone help?

How do I re-install Films & TV app? No idea why this has stopped working?

Thanks!

All replies (2)

Thursday, April 26, 2018 12:55 PM

Hi Susan,

Check the solution here: https://answers.microsoft.com/en-us/windows/forum/apps_windows_10-movies/movies-and-tv-app-problem/4093e941-49dc-4b9f-b1a4-098a79e75543?auth=1&rtAction=1441829172534

  • Press Windows key and type** Powershell **in search, right click on it and Open as administrator .
  • Type the following command in Powershell and hit enter to uninstall the app.

get-appxpackage *Microsoft.ZuneVideo* | remove-appxpackage

Regards

Simon

If you find that my post has answered your question, please mark it as the answer. If you find my post to be helpful in anyway, please click vote as helpful. Regards Simon Disclaimer: This posting is provided AS IS with no warranties or guarantees, and confers no rights.


Friday, April 27, 2018 1:50 AM

Hi Susan,

Method 1:

Uninstall Films & TV app from Start menu.

Download it from Store and install again.

https://www.microsoft.com/en-us/store/p/movies-tv/9wzdncrfj3p2

Method 2:

In elevated PowerShell prompt type:

PowerShell -ExecutionPolicy Unrestricted -Command "& {$manifest = (Get-AppxPackage *ZuneVideo*).InstallLocation + '\AppxManifest.xml' ; Add-AppxPackage -DisableDevelopmentMode -Register $manifest}"

Regards

Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].