Win10 system appears to reset the default application failure how to solve

  
Win10 appears to reset the default application failure how to solve? A few days ago, Win10 official version 10586 received a cumulative update of KB3135173, but this KB3135173 patch was replaced by the subsequent KB3140742 due to more serious problems. Many users have experienced the issue of Win10 system explosive push reset default application failure notification after installing KB3135173. This problem may be caused by some third-party applications preventing Windows 10 from resetting the default application, but if you can block Win10's "self-assertion", then the problem can be avoided.



There is a way to let Win10 "stop" after installing the cumulative update, but it is necessary to refer to the registry modification, it is best to back up the registry file before modification, so as to avoid the trouble caused by misuse. Hard to solve.
Taking the "Photo" application as an example, other applications are similar, the specific method is as follows:
1, after entering regedit in the taskbar Cortana search box, press the Enter key to enter the registry editor
2, navigate to
HKEY_CURRENT_USERSOFTWAREClassesLocal SettingsSoftwareMicrosoftWindowsCurrentVersionAppModelRepositoryPackagesMicrosoft.Windows.Photos_16.201.11370.0_x64__8wekyb3d8bbwe
Note: The version number in the above location can be flexibly controlled. If the photo application version in your system is not the above version, you can look for the content in the same format, as follows:
Microsoft.Windows.Photos_nn.nnn.nnnnn.n_x64__8wekyb3d8bbwe
where“nnn...” represents the corresponding number in the version number.

3, in the right window to find the corresponding image format, such as jpg (pictured above), record the key value AppX43hnxtbyyps62jhe9sqpdzxn1790zetc
4, navigate to
HKEY_CURRENT_USERSOFTWAREClassesAppX43hnxtbyyps62jhe9sqpdzxn1790zetc
5, create a new on the right The string, named NoOpenWith, the value data is left blank, as shown below ——

As a result, files in this format will no longer be disturbed by Win10 resetting the default application. But this one by one & ldquo; specification & rdquo; also a bit too much trouble, you can directly save the following code registry file, can be added directly, has been tested in Win10 official version 10586:
Windows Registry Editor Version 5.00
;Description: Prevents Windows 10 from resetting the file associations
;... by setting NoOpenWith registry value for all the modern apps.
;Tested in Windows 10 Build 10586
;------- ------------
;Microsoft.3DBuilder
;-------------------
;File Types: . stl, .3mf, .obj, .wrl, .ply, .fbx, .3ds, .dae, .dxf, .bmp
; ... .jpg "text-align: center">
above Copy the text into Notepad, and save it as .reg format. The file name and save location are arbitrary, as shown in the figure above.
To restore the default settings, save the following text in the same way:
Windows Registry Editor Version 5.00
;Description: UNDO file for the earlier NoOpenWith registry edit
;Tested in Windows 10 Build 10586
;-------------------
;Microsoft.3DBuilder
;-------------- -----
;File Types: .stl, .3mf, .obj, .wrl, .ply, .fbx, .3ds, .dae, .dxf, .bmp
;... .jpg , .png, .tga
[HKEY_CURRENT_USERSOFTWAREClassesAppXvhc4p7vz4b485xfp46hhk3fq3grkdgjg]
"NoOpenWith"=-
;-------------------
;Microsoft Edge
;-------------------
;File Types: .htm, .html
[HKEY_CURRENT_USERSOFTWAREClassesAppX4hxtad77fbk3jkkeerkrm0ze94wjf3s9]
"NoOpenWith"=-
; File Types: .pdf
[HKEY_CURRENT_USERSOFTWAREClassesAppXd4nrz8ff68srnhf9t5a8sbjyar1cr723]
" NoOpenWith " = -
; File Types: .svg
[HKEY_CURRENT_USERSOFTWAREClassesAppXde74bfzw9j31bzhcvsrxsyjnhhbq66cs]
" NoOpenWith " = -
;File Types: .xml
[HKEY_CURRENT_USERSOFTWAREClassesA ppXcc58vyzkbjbs4ky0mxrmxf8278rk9b3t]
"NoOpenWith"=-
;-------------------
;Microsoft Photos
;------ -------------
; File Types: .3g2, .3gp, .3gp2, .3gpp, .asf, .avi, .m2t, .m2ts, .m4v, .mkv < Br>;. .mov, .mp4, mp4v, .mts, .tif, .tiff, .wmv
[HKEY_CURRENT_USERSOFTWAREClassesAppXk0g4vb8gvt7b93tg50ybcy892pge6jmt]
"NoOpenWith"=-
;File Types: Most Image File Types
[HKEY_CURRENT_USERSOFTWAREClassesAppX43hnxtbyyps62jhe9sqpdzxn1790zetc]
" NoOpenWith " = -
; File Types: .raw, .rwl, .rw2 and others
[HKEY_CURRENT_USERSOFTWAREClassesAppX9rkaq77s0jzh1tyccadx9ghba15r6t3h]
" NoOpenWith " = -
;-------------------
; Zune Music
;-------------------
;File Types: .aac, .adt, .adts, .amr, .flac, .m3u, .m4a, .m4r, .mp3, .mpa
;.. .wav, .wma, .wpl , .zpl
[HKEY_CURRENT_USERSOFTWAREClassesAppXqj98qxeaynz6dv4459ayz6bnqxbyaqcs]
"NoOpenWith"=-
;-------------------
; Zune Video
;-------------------
;File Typ Es: .3g2, .3gp, .3gpp, .avi, .divx, .m2t, .m2ts, .m4v, .mkv, .mod
;... .mov, .mp4, mp4v, .mpe, . mpeg, .mpg, .mpv2, .mts, .tod, .ts
; ... .tts, .wm, .wmv, .xvid
[HKEY_CURRENT_USERSOFTWAREClassesAppX6eg8h5sxqq90pv53845wmnbewywdqq5h]
" NoOpenWith " = - < Br>
Copyright © Windows knowledge All Rights Reserved