{"id":88,"date":"2013-10-18T11:36:49","date_gmt":"2013-10-18T10:36:49","guid":{"rendered":"http:\/\/pruszewicz.com\/wordpress\/?p=88"},"modified":"2013-10-23T13:03:11","modified_gmt":"2013-10-23T12:03:11","slug":"chow-to-change-default-program-for-file-extension","status":"publish","type":"post","link":"http:\/\/pruszewicz.com\/wordpress\/chow-to-change-default-program-for-file-extension\/","title":{"rendered":"how to change default program to open specified file extension"},"content":{"rendered":"<p>In registry editor change the key:<\/p>\n<pre>HKEY_CLASSES_ROOT\\textfile\\shell\\open\\command<\/pre>\n<p>and add or modify a value: Type REG_EXPAND_SZ<\/p>\n<pre>\"c:\\tools\\notepad++\\unicode\\notepad++.exe\" \"%1\"<\/pre>\n<p>the reg file is:<\/p>\n<pre>Windows Registry Editor Version 5.00\r\n[HKEY_CLASSES_ROOT\\Applications\\notepad++.exe]\r\n[HKEY_CLASSES_ROOT\\Applications\\notepad++.exe\\shell]\r\n[HKEY_CLASSES_ROOT\\Applications\\notepad++.exe\\shell\\edit]\r\n[HKEY_CLASSES_ROOT\\Applications\\notepad++.exe\\shell\\edit\\command]\r\n@=\"\\\"C:\\\\Program Files (x86)\\\\Notepad++\\\\notepad++.exe\\\" \\\"%1\\\"\"\r\n[HKEY_CLASSES_ROOT\\Applications\\notepad++.exe\\shell\\open]\r\n[HKEY_CLASSES_ROOT\\Applications\\notepad++.exe\\shell\\open\\command]\r\n@=\"\\\"C:\\\\Program Files (x86)\\\\Notepad++\\\\notepad++.exe\\\" \\\"%1\\\"\"<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>In registry editor change the key: HKEY_CLASSES_ROOT\\textfile\\shell\\open\\command and add or modify a value: Type REG_EXPAND_SZ &#8220;c:\\tools\\notepad++\\unicode\\notepad++.exe&#8221; &#8220;%1&#8243; the reg file is: Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\\Applications\\notepad++.exe] [HKEY_CLASSES_ROOT\\Applications\\notepad++.exe\\shell] [HKEY_CLASSES_ROOT\\Applications\\notepad++.exe\\shell\\edit] [HKEY_CLASSES_ROOT\\Applications\\notepad++.exe\\shell\\edit\\command] @=&#8221;\\&#8221;C:\\\\Program Files (x86)\\\\Notepad++\\\\notepad++.exe\\&#8221; \\&#8221;%1\\&#8221;&#8221; [HKEY_CLASSES_ROOT\\Applications\\notepad++.exe\\shell\\open] [HKEY_CLASSES_ROOT\\Applications\\notepad++.exe\\shell\\open\\command] @=&#8221;\\&#8221;C:\\\\Program Files (x86)\\\\Notepad++\\\\notepad++.exe\\&#8221; \\&#8221;%1\\&#8221;&#8221;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15,4],"tags":[],"class_list":["post-88","post","type-post","status-publish","format-standard","hentry","category-windows","category-windows-server"],"_links":{"self":[{"href":"http:\/\/pruszewicz.com\/wordpress\/wp-json\/wp\/v2\/posts\/88","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/pruszewicz.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/pruszewicz.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/pruszewicz.com\/wordpress\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/pruszewicz.com\/wordpress\/wp-json\/wp\/v2\/comments?post=88"}],"version-history":[{"count":3,"href":"http:\/\/pruszewicz.com\/wordpress\/wp-json\/wp\/v2\/posts\/88\/revisions"}],"predecessor-version":[{"id":94,"href":"http:\/\/pruszewicz.com\/wordpress\/wp-json\/wp\/v2\/posts\/88\/revisions\/94"}],"wp:attachment":[{"href":"http:\/\/pruszewicz.com\/wordpress\/wp-json\/wp\/v2\/media?parent=88"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/pruszewicz.com\/wordpress\/wp-json\/wp\/v2\/categories?post=88"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/pruszewicz.com\/wordpress\/wp-json\/wp\/v2\/tags?post=88"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}