{"id":1630,"date":"2016-02-13T22:38:45","date_gmt":"2016-02-13T17:08:45","guid":{"rendered":"http:\/\/198.58.113.91\/blog\/?p=1630"},"modified":"2022-07-21T22:38:51","modified_gmt":"2022-07-21T17:08:51","slug":"windows-10-resetting-file-associations","status":"publish","type":"post","link":"https:\/\/www.winhelponline.com\/blog\/windows-10-resetting-file-associations\/","title":{"rendered":"Fix for &#8220;An App Default was Reset&#8221; Windows 10 Resets File Associations"},"content":{"rendered":"<p>This post explains why Windows 10 resets your file associations for file types supported by modern apps like 3d Builder, Zune music, Zune video (Movies &amp; TV), Microsoft Edge, and Microsoft Edge Chromium.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8991\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/02\/w10-app-reset-fix.png\" alt=\"app default was reset\" width=\"392\" height=\"117\" \/><\/p>\n<p><!--more--><\/p>\n<div class=\"rp\"><strong>RELATED:<\/strong> <a href=\"https:\/\/www.winhelponline.com\/blog\/set-default-browser-file-associations-command-line-windows-10\/\">Set Default Browser and File Associations via Command-line in Windows 10<\/a><\/div>\n<h2>Cause<\/h2>\n<p>The app defaults are reset by Windows 10 if it finds that an incompatible third-party program making changes to file associations directly, rather than directing users to the Default Apps window.<\/p>\n<p>Since the <strong>UserChoice<\/strong> \u2192 <strong>ProgID<\/strong> hash algorithm is in place in Windows 10, incorrect modification of file associations in the registry would cause Windows 10 to reset the association settings to defaults.<\/p>\n<p>In Windows 10, applications must not create or overwrite the <strong><code>ProgID<\/code><\/strong> value in the following registry key directly:<\/p>\n<pre>HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FileExts\\{.extension}\\UserChoice<\/pre>\n<p><em>{.extension} in the above registry path refers to the file extension. It may be <code>.htm<\/code>, <code>.html<\/code>, <code>.pdf<\/code> etc.<\/em><\/p>\n<p>Instead, the application should redirect the user to the Default apps window. This is a major change in Windows 10.<\/p>\n<p>If a (legacy) application doesn&#8217;t use Windows API and writes to the registry to set the file associations, Windows 10 detects that the registry (&#8220;UserChoice&#8221; key) is corrupted and will reset the fail-safe Windows default program for this file extension. The user will see the <strong>An App default was reset<\/strong> notification.<\/p>\n<p>After you get the notification, if you open the Event Viewer and go to <code>Microsoft-Windows-Shell-Core\/AppDefaults<\/code> event log, you&#8217;ll see which file type association was recently reset.<\/p>\n<ul>\n<li>Open the Event Viewer (<code>eventvwr.msc<\/code>)<\/li>\n<li>Expand Applications and Services Logs \u2192 Microsoft \u2192 Windows \u2192 Shell-Core \u2192 AppDefaults<\/li>\n<li>Look for the most recent event with ID <code>62441<\/code>.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8990\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/02\/app-default-reset-event-log.png\" alt=\"app default was reset - event log\" width=\"626\" height=\"438\" \/><\/p>\n<pre>Log Name: Microsoft-Windows-Shell-Core\/AppDefaults\r\nSource: Microsoft-Windows-Shell-Core\r\nDate:\u00a0\r\nEvent ID: 62441\r\nTask Category: (62441)\r\nLevel: Information\r\nKeywords: \r\nUser: DESKTOP-JKJ4G5Q\\ramesh\r\nComputer: DESKTOP-JKJ4G5Q\r\nDescription:\r\nUser choice has been reset to prog id AppX4hxtad77fbk3jkkeerkrm0ze94wjf3s9 for .htm<\/pre>\n<\/li>\n<\/ul>\n<p>The .htm file type association was reset in the above example, and Microsoft Edge is now the default handler for the file type. <code>AppX4hxtad77fbk3jkkeerkrm0ze94wjf3s9<\/code> is the Microsoft Edge ProgID for .htm\/.html files, as seen in the registry.<\/p>\n<p>On Windows 10 versions that have Microsoft Edge (Chromium) built-in, then &#8220;<code>MSEdgePDF<\/code>&#8221; ProgID will be the default handler for PDF files.<\/p>\n<h2>Solution<\/h2>\n<p>Make sure the third-party programs you&#8217;re using comply with the rules of Windows 10.<\/p>\n<p>If you&#8217;re unsure which program is trying to modify the above registry key, <a href=\"https:\/\/www.winhelponline.com\/blog\/process-monitor-track-events-generate-log-file\/\">use Process Monitor<\/a> and inspect <strong>&#8220;UserChoice&#8221;<\/strong> entries in the trace. It&#8217;s possible that you&#8217;re using an outdated version of Adobe Reader DC?<\/p>\n<h4>The ultimate fix would be to upgrade the 3rd party program (viewer, browser, or anything) and make sure that it is compatible with Windows 10.<\/h4>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignleft wp-image-9189\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/08\/information-icon.png\" alt=\"\" width=\"32\" height=\"32\" \/>If your programs are already updated (and Windows 10-compatible), and yet this error occurs, please send your query <a href=\"https:\/\/www.winhelponline.com\/blog\/contact\/\">here<\/a>. You need to find out which program is corrupting the <code>UserChoice<\/code> data in the registry.<\/p>\n<div class=\"qt\">\n<p><strong>Quoting Microsoft&#8217;s Raymond Chen<\/strong><\/p>\n<p><em>Program X wants to set itself as the user&#8217;s preferred handler, but they want to do so without requiring the user to confirm the change. How considerate of them. So they manipulate the registry keys directly. (I bet somebody got a really nice bonus for that feature.) But they are manipulating them the pre-Windows 10 way. This means that Windows 10 detects the settings as corrupted and throws them away, causing the handler to fall back to the system default.<\/em><\/p>\n<p>The customer has a few choices here.<\/p>\n<p>The obvious choice is to stop using Program X. Easier said than done. Program X is probably essential to the customer\u2019s workflow. That\u2019s why they want to set it as the default!<\/p>\n<p>Another option is to work with the vendors who produce Program X and get them to stop mucking around in internal registry keys. (Good luck with that.)<\/p>\n<p><em>Reference: <a href=\"https:\/\/devblogs.microsoft.com\/oldnewthing\/?p=96175\" target=\"_blank\" rel=\"noopener noreferrer\">Why do my PDF file associations get reset every time I restart? | The Old New Thing<\/a><\/em><\/p>\n<\/div>\n<p>In early builds of Windows 10, you can use the registry fix (workaround) below to prevent Windows 10 from resetting file associations.<\/p>\n<hr \/>\n<h3>Workaround<\/h3>\n<h4><strong>Update [2019]<\/strong>: The following registry fix doesn&#8217;t work in Windows 10 v1809. Although the registry values are in place, Windows 10 relentlessly resets the file association if the UserChoice key is written (and corrupted) by a third-party program.<\/h4>\n<hr \/>\n<p>We saw how to stop <a href=\"https:\/\/www.winhelponline.com\/blog\/edge-hijack-pdf-htm-associations\/\">Microsoft Edge<\/a> and <a href=\"https:\/\/www.winhelponline.com\/blog\/stop-photos-app-taking-over-image-file-associations\/\">Photos<\/a> from resetting your file association settings. Based on the same, I thought of implementing the registry edit for <b>all<\/b> the Metro apps (or Universal Windows Apps) such as 3d Builder, Zune music, Zune video (Movies &amp; TV).<\/p>\n<h4>PLEASE DO NOT USE THIS REGISTRY FILE ON WINDOWS 11, as it will cause <a href=\"https:\/\/www.winhelponline.com\/blog\/cant-associate-jpg-png-files-default-apps\/\">file association issues<\/a> with Default Apps (on Windows 11).<\/h4>\n<p><strong>For v1607 and earlier<\/strong><\/p>\n<p>On early builds of Windows 10, running the registry edit below stops Microsoft Edge, Photos, 3d Builder, Zune music, and Zune Video (Movies &amp; TV) from taking over your file associations for various file types, without impeding the Apps functionality in any way. To reverse the changes, run the undo REG file. The registry fix was tested up to Windows 10 v1607.<\/p>\n<p>[Download REG file &#8211; <a href=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/w10\/w10_stop_reset_fileasso.zip\"><b>w10_stop_reset_fileasso.zip<\/b><\/a>] Contents of this REG file are below.<\/p>\n<pre>Windows Registry Editor Version 5.00\r\n\r\n;Description: Prevents Windows 10 from resetting the file associations\r\n;... by adding NoOpenWith &amp; NoStaticDefaultVerb values for all the modern apps.\r\n;Created on Feb 13 2016 by Ramesh Srinivasan\r\n;Updated on May 01 2019\r\n;The Winhelponline Blog\r\n;https:\/\/www.winhelponline.com\/blog\r\n;Tested in Windows 10 v1511 &amp; 1607\r\n\r\n;-------------------\r\n;Microsoft.3DBuilder\r\n;-------------------\r\n;File Types: .stl, .3mf, .obj, .wrl, .ply, .fbx, .3ds, .dae, .dxf, .bmp\r\n;... .jpg, .png, .tga\r\n[HKEY_CURRENT_USER\\SOFTWARE\\Classes\\AppXvhc4p7vz4b485xfp46hhk3fq3grkdgjg]\r\n\"NoOpenWith\"=\"\"\r\n\"NoStaticDefaultVerb\"=\"\"\r\n\r\n;-------------------\r\n;Microsoft Edge\r\n;-------------------\r\n;File Types: .htm, .html\r\n[HKEY_CURRENT_USER\\SOFTWARE\\Classes\\AppX4hxtad77fbk3jkkeerkrm0ze94wjf3s9]\r\n\"NoOpenWith\"=\"\"\r\n\"NoStaticDefaultVerb\"=\"\"\r\n\r\n;File Types: .pdf\r\n[HKEY_CURRENT_USER\\SOFTWARE\\Classes\\AppXd4nrz8ff68srnhf9t5a8sbjyar1cr723]\r\n\"NoOpenWith\"=\"\"\r\n\"NoStaticDefaultVerb\"=\"\"\r\n\r\n;File Types: .svg\r\n[HKEY_CURRENT_USER\\SOFTWARE\\Classes\\AppXde74bfzw9j31bzhcvsrxsyjnhhbq66cs]\r\n\"NoOpenWith\"=\"\"\r\n\"NoStaticDefaultVerb\"=\"\"\r\n\r\n;File Types: .xml\r\n[HKEY_CURRENT_USER\\SOFTWARE\\Classes\\AppXcc58vyzkbjbs4ky0mxrmxf8278rk9b3t]\r\n\"NoOpenWith\"=\"\"\r\n\"NoStaticDefaultVerb\"=\"\"\r\n\r\n;-------------------\r\n;Microsoft Photos\r\n;-------------------\r\n;File Types: .3g2,.3gp, .3gp2, .3gpp, .asf, .avi, .m2t, .m2ts, .m4v, .mkv\r\n;... .mov, .mp4, mp4v, .mts, .tif, .tiff, .wmv\r\n[HKEY_CURRENT_USER\\SOFTWARE\\Classes\\AppXk0g4vb8gvt7b93tg50ybcy892pge6jmt]\r\n\"NoOpenWith\"=\"\"\r\n\"NoStaticDefaultVerb\"=\"\"\r\n\r\n;File Types: Most Image File Types\r\n[HKEY_CURRENT_USER\\SOFTWARE\\Classes\\AppX43hnxtbyyps62jhe9sqpdzxn1790zetc]\r\n\"NoOpenWith\"=\"\"\r\n\"NoStaticDefaultVerb\"=\"\"\r\n\r\n;File Types: .raw, .rwl, .rw2 and others\r\n[HKEY_CURRENT_USER\\SOFTWARE\\Classes\\AppX9rkaq77s0jzh1tyccadx9ghba15r6t3h]\r\n\"NoOpenWith\"=\"\"\r\n\"NoStaticDefaultVerb\"=\"\"\r\n\r\n;-------------------\r\n; Zune Music\r\n;-------------------\r\n;File Types: .aac, .adt, .adts ,.amr, .flac, .m3u, .m4a, .m4r, .mp3, .mpa\r\n;.. .wav, .wma, .wpl, .zpl\r\n[HKEY_CURRENT_USER\\SOFTWARE\\Classes\\AppXqj98qxeaynz6dv4459ayz6bnqxbyaqcs]\r\n\"NoOpenWith\"=\"\"\r\n\"NoStaticDefaultVerb\"=\"\"\r\n\r\n;-------------------\r\n; Zune Video\r\n;-------------------\r\n;File Types: .3g2,.3gp, .3gpp, .avi, .divx, .m2t, .m2ts, .m4v, .mkv, .mod\r\n;... .mov, .mp4, mp4v, .mpe, .mpeg, .mpg, .mpv2, .mts, .tod, .ts\r\n;... .tts, .wm, .wmv, .xvid\r\n[HKEY_CURRENT_USER\\SOFTWARE\\Classes\\AppX6eg8h5sxqq90pv53845wmnbewywdqq5h]\r\n\"NoOpenWith\"=\"\"\r\n\"NoStaticDefaultVerb\"=\"\"\r\n<\/pre>\n<p>After running the REG fix, click Start \u2192 Settings \u2192 Default apps and set file associations or default apps. None of the built-in Universal Apps should reset the associations from now on. This method has been tested (and works fine) in Windows 10 v1511 and 1607.<\/p>\n<p>Note that this registry edit also hides the modern apps in <strong>Open with<\/strong> dialog, but they still appear in Settings \u2192 <strong>Default apps<\/strong>.<\/p>\n<h2>Updates<\/h2>\n<p><i>June 01, 2016: If using a local account, try <u>switching to Microsoft account<\/u>, as this helped some users. If you don&#8217;t want to switch to Microsoft account, try Fix #2 in the article <a href=\"https:\/\/www.winhelponline.com\/blog\/default-apps-not-working-windows-10\/\">Unable to Set Default File Association Using Default Apps in Windows 10<\/a>. (Ignore the page title)<\/i><\/p>\n<p><i>Feb 25, 2016: In Windows 10, to configure your default apps, click the Start button, Settings, System, and then Default apps. This is the only supported method to manually change your default app settings. We\u2019ve seen behavior by some apps that have set themselves as default in unsupported ways by deleting or corrupting registry settings. Details on supported methods for apps to register file associations can be found on MSDN <a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/windows\/desktop\/cc144104(v=vs.85).aspx\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>. Update KB3135173 for Windows addresses the problem and resets application defaults to the initial Windows settings when registry settings are deleted or corrupted. We have worked with some of these app providers, so the apps no longer exhibit this behavior in their latest versions. If a user proactively changes their default app settings using the supported method, the registry won\u2019t be corrupted, and those user settings are retained. <a href=\"http:\/\/answers.microsoft.com\/en-us\/windows\/forum\/windows_10-update\/after-the-installation-of-kb3135173-a-small-set-of\/27eaff6f-d373-4718-91fd-c2822d82ced5\" target=\"_blank\" rel=\"noopener noreferrer\">Source<\/a> &#8211; Betsy [MSFT]<\/i><\/p>\n<p><em>On Windows 11, the NoOpenWith registry value behaves differently and causes issues. For more information, check out the article <a href=\"https:\/\/www.winhelponline.com\/blog\/cant-associate-jpg-png-files-default-apps\/\">Can\u2019t Associate JPG\/PNG Files via Default Apps in Windows 11<\/a><\/em><\/p>\n<p><i>(Last Updated on March 14, 2022.)<\/i><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This post explains why Windows 10 resets your file associations for file types supported by modern apps like 3d Builder, Zune music, Zune video (Movies &amp; TV), Microsoft Edge, and Microsoft Edge Chromium.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[8],"tags":[191,441],"class_list":["post-1630","post","type-post","status-publish","format-standard","hentry","category-windows-10","tag-error-messages","tag-registry"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":25987,"url":"https:\/\/www.winhelponline.com\/blog\/cant-associate-jpg-png-files-default-apps\/","url_meta":{"origin":1630,"position":0},"title":"[Fix] Can&#8217;t Change File Association via Default Apps in Windows 11","author":"Ramesh","date":"January 28, 2022","format":false,"excerpt":"After installing third-party software on your Windows 11 computer, the ability to associate file types such as JPG, JPE, JPEG, PNG, MPG, MPEG, and other file types may be hampered. Here are the issues you may encounter when attempting to change the file association for the said file types. When\u2026","rel":"","context":"In &quot;Windows 11&quot;","block_context":{"text":"Windows 11","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-11\/"},"img":{"alt_text":"windows 11 default apps can't associate file","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2022\/01\/w11-default-apps-asso-fix-3.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2022\/01\/w11-default-apps-asso-fix-3.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2022\/01\/w11-default-apps-asso-fix-3.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":1627,"url":"https:\/\/www.winhelponline.com\/blog\/stop-photos-app-taking-over-image-file-associations\/","url_meta":{"origin":1630,"position":1},"title":"How to Stop Photos App from Resetting Image File Associations?","author":"Ramesh","date":"February 13, 2016","format":false,"excerpt":"This post explains how to prevent the modern Photos app from taking over the defaults for all image files types. We saw how to prevent Edge from taking over the PDF and HTM association settings. The same method can be used for the Photos app, or for any other app\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/w10\/w10-photos-takeover-3.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":9248,"url":"https:\/\/www.winhelponline.com\/blog\/set-default-browser-file-associations-command-line-windows-10\/","url_meta":{"origin":1630,"position":2},"title":"Change Default Apps and File Association via Command-line","author":"Ramesh","date":"May 12, 2019","format":false,"excerpt":"Summary: This post explains how to change the default apps or file associations using the command-line in Windows 10 and 11. This can be accomplished by a command-line tool named SetUserFTA. In Windows 10 and 11, setting per-user file associations for a logged-on user account has to be done manually\u2026","rel":"","context":"In &quot;Utilities&quot;","block_context":{"text":"Utilities","link":"https:\/\/www.winhelponline.com\/blog\/category\/utilities\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/setuserfta.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/setuserfta.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/setuserfta.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/05\/setuserfta.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":62063,"url":"https:\/\/www.winhelponline.com\/blog\/html-association-default-apps-fix\/","url_meta":{"origin":1630,"position":3},"title":"Can&#8217;t Change HTML Association when MS Edge is the Default App","author":"Ramesh","date":"September 20, 2023","format":false,"excerpt":"You may be unable to change the default app for HTML file type in Windows 11. The file type may be associated with Microsoft Edge, and you cannot change the default app to Code Editor, Visual Studio Code, or any other app. When you try to change it via Default\u2026","rel":"","context":"In &quot;Microsoft Edge&quot;","block_context":{"text":"Microsoft Edge","link":"https:\/\/www.winhelponline.com\/blog\/category\/edge\/"},"img":{"alt_text":"html files cannot associate in windows 11","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2023\/09\/edge-html-asso-4.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2023\/09\/edge-html-asso-4.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2023\/09\/edge-html-asso-4.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":75047,"url":"https:\/\/www.winhelponline.com\/blog\/cannot-associate-pdf-other-than-edge\/","url_meta":{"origin":1630,"position":4},"title":"Cannot associate .PDF with anything other than Microsoft Edge","author":"Ramesh","date":"May 3, 2024","format":false,"excerpt":"When you use Default Apps or Open With to associate .PDF files with Adobe Reader or any other app, nothing may happen. In some cases, the association will change for a brief time, and then it will revert to Microsoft Edge as the default. Possible Cause In recent builds of\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"taskkill all instances of microsoft edge msedge.exe","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2024\/05\/taskkill-msedge.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2024\/05\/taskkill-msedge.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2024\/05\/taskkill-msedge.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2024\/05\/taskkill-msedge.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":2186,"url":"https:\/\/www.winhelponline.com\/blog\/default-apps-not-working-windows-10\/","url_meta":{"origin":1630,"position":5},"title":"Cannot Change Default Apps or Programs in Windows 10 [Fix]","author":"Ramesh","date":"March 18, 2016","format":false,"excerpt":"When you open Default apps and select a default program for Web browser, Email or any other item, the Choose an app dialog pops up but nothing happens when you select an item from the list. Here is a small video clip that explains the problem. I've been working on\u2026","rel":"","context":"In &quot;Utilities&quot;","block_context":{"text":"Utilities","link":"https:\/\/www.winhelponline.com\/blog\/category\/utilities\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/03\/w1-10-change-file-asso-properties.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/03\/w1-10-change-file-asso-properties.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/03\/w1-10-change-file-asso-properties.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/1630","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/comments?post=1630"}],"version-history":[{"count":0,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/1630\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/media?parent=1630"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/categories?post=1630"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/tags?post=1630"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}