WIN10 update of the KB3135173 version of the patch will occur after the application of infinite reset phenomenon.
For example, video software and music software are always changed back to movies and TV, as well as Win10 music players.
This is a temporary workaround before the new version solves the problem.
Operation Steps:
Microsoft has recently launched a Win10 patch KB3135173.
After updating this patch, some computers will appear in the lower-right corner to reset the application default settings.
And many applications can not be changed, such as video software, the playback process will automatically be changed back to the use of film and television to play.
1, uninstall this patch KB3135173, point Open Control Panel, uninstall program, check the installed updates, find this patch uninstall;
2, click the Win10 Start menu, find PowerShell in all applications;
Click to enter, this is a command prompt of the program interface, need to execute commands.
Next, a useful command is presented:
Groove Music Get-appxpackage *zunemusic* | Remove-appxpackage movie and TV get-appxpackage *zunevideo* | Remove-appxpackage
Photo Get-appxpackage *photos* | Remove-appxpackage
Introduce the following commands:
The first is to uninstall the Microsoft default music player
The second is to uninstall movies and TV, and the third uninstall is the Photo Viewer.
If the error tip is mainly at these points you can choose to uninstall Microsoft Default application.
Copy one of the command return execution
If you need to restore an application for uninstall, use the command get-appxpackage-allusers | foreach {Add-appxpackage-register $ ($_). installlocation) appxmanifest.xml "-disabledevelopmentmode}" to reload all built-in applications.