{"id":856,"date":"2009-02-11T12:18:22","date_gmt":"2009-02-11T06:48:22","guid":{"rendered":"http:\/\/198.58.113.91\/blog\/?p=856"},"modified":"2021-05-20T22:47:56","modified_gmt":"2021-05-20T17:17:56","slug":"change-default-icon-file-type-windows","status":"publish","type":"post","link":"https:\/\/www.winhelponline.com\/blog\/change-default-icon-file-type-windows\/","title":{"rendered":"How to Change the Icon for a File Type in Windows"},"content":{"rendered":"<p>Surprisingly, Windows doesn&#8217;t have a built-in option to allow users to set custom icons for file types. If you have a custom file type and the corresponding program doesn&#8217;t have a nice-looking icon in its .exe or .dll resource, you can manually change or customize the default icon for that file type.<\/p>\n<p>This article explains how to change the default icon for a file type using different methods in Windows. Instructions apply to all versions of Windows, including Windows 10<!--more--><\/p>\n<h2>How to Change the Default Icon for a File Type<\/h2>\n<p>You can change the default icon for a file type using the built-in Registry Editor. In the second method, let&#8217;s see how to change the default icon using <strong>Default Programs Editor<\/strong>.<\/p>\n<h3>Method 1: Using the Registry Editor<\/h3>\n<p>Let&#8217;s assume you want to change the file type icon for .txt files, and here is how to do that.<\/p>\n<ol>\n<li>Click Start, type <code><b>regedit.exe<\/b><\/code> , and press <kbd>Enter<\/kbd><\/li>\n<li>Navigate to the following branch:\n<pre>HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FileExts\\.txt\\UserChoice<\/pre>\n<\/li>\n<li>In the right pane, note down the value data for <code><b>Progid<\/b><\/code> (e.g. <code><i>txtfile<\/i><\/code>). <em>This is the user-chosen (via Default Programs or Open with dialog) <a href=\"https:\/\/docs.microsoft.com\/en-us\/previous-versions\/\/bb776872(v=vs.85)\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">Programmatic Identifier<\/a> for the file extension.<\/em><br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/filetypeicon1.png\" width=\"600\" height=\"218\" border=\"0\" \/><\/p>\n<h4>Registry Branch Not Found?<\/h4>\n<\/li>\n<li>If the <code><b>UserChoice<\/b><\/code> branch does not exist, navigate to the following branch:\n<pre>HKEY_CLASSES_ROOT\\.txt<\/pre>\n<\/li>\n<li>In the right pane, note down the <code>(default)<\/code> value data (e.g. <code><i>txtfile<\/i><\/code>).<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/filetypeicon2.png\" width=\"600\" height=\"216\" border=\"0\" \/><\/li>\n<li>Navigate to the following key (where <code><u>txtfile<\/u><\/code> is the Prog ID noted in Step 2 or Step 4 above)\n<pre>HKEY_CLASSES_ROOT\\txtfile\\DefaultIcon<\/pre>\n<p><em>If the <code>DefaultIcon<\/code> key does not exist by default, you need to create it manually.<br \/>\n<\/em><\/li>\n<li>In the right-pane, double-click <code>(default)<\/code> and mention the path to your custom icon (<i>.ico<\/i> file or reference to an icon inside an EXE\/DLL file. See &#8220;<strong>Icons From DLL\/EXE Files<\/strong>&#8221; paragraph at the end of this article).<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/filetypeicon3.png\" width=\"600\" height=\"217\" border=\"0\" \/><\/li>\n<li>Edit the <code>(default)<\/code> value data, mentioning the path to an icon file. For this example, I used a notepad icon file <a href=\"http:\/\/www.iconarchive.com\/show\/small-n-flat-icons-by-paomedia\/notepad-icon.html\" target=\"_blank\" rel=\"noopener noreferrer\">from the web<\/a>, saved it to a permanent location, and mentioned the full path.\n<div class=\"newline\"><em>If you&#8217;re using a custom icon file, make sure it&#8217;s at least 128 x 128. Although it&#8217;s not a rule, this is to make sure icons look nice when folder view is set to large or extra-large icons.<\/em><\/div>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/filetypeicon5.png\" width=\"600\" height=\"216\" border=\"0\" \/><\/li>\n<li>Exit the Registry Editor.<\/li>\n<li>Log off, log back in, or <a href=\"https:\/\/www.winhelponline.com\/blog\/refresh-icon-cache-windows-7-quickly\/\">refresh the icons<\/a> and see if the Text file icons are updated.<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/filetypeicon4.png\" width=\"536\" height=\"159\" \/><\/li>\n<\/ol>\n<h4>Icons From DLL\/EXE Files<\/h4>\n<p>If you don&#8217;t have a custom .ico file, you may use the icon picker dialog box to choose an icon from an EXE\/DLL file.<\/p>\n<ol>\n<li>To launch the icon picker dialog, right-click on a folder in your system, click Properties.<\/li>\n<li>Click the Customize tab, and click the &#8220;Change Icon&#8230;&#8221; button.<\/li>\n<li>Use the icon picker to choose the icon and make a note of the index. The index starts from &#8220;<code>0<\/code>&#8220;, and you need to proceed vertically when counting (top to bottom.)<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-24100\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2009\/02\/icon-picker-dialog.png\" alt=\"change file type icon - icon picker dialog\" width=\"292\" height=\"357\" \/><\/li>\n<li>Browse to <code>shell32.dll<\/code> or <code>imageres.dll<\/code> and note down the icon index.<\/li>\n<li>Cancel the icon picker dialog and close the folder properties dialog.<\/li>\n<\/ol>\n<p>For example, to set the <code>260<\/code>th icon in <code>Shell32.dll<\/code>, mention the following path in Step 8:<\/p>\n<pre>C:\\Windows\\System32\\Shell32.dll,260<\/pre>\n<p><em>(This procedure doesn&#8217;t change the file type associations, only the icon assigned to that file type. If the icons don&#8217;t update even if you restart Windows, <a href=\"https:\/\/www.winhelponline.com\/blog\/refresh-icon-cache-windows-7-quickly\/\">refresh the icons<\/a> manually or <a href=\"https:\/\/www.winhelponline.com\/blog\/how-to-rebuild-the-icon-cache-in-windows\/\">rebuild the icon cache<\/a>.)<\/em><\/p>\n<div class=\"qt\">\n<h4>Additional note<\/h4>\n<p>As the icon change is made to the ProgId <strong>txtfile<\/strong> in the registry, it also affects the other file extensions that use the same ProgId. For instance, in my system, the <strong>txtfile<\/strong> ProgID is being used by <code>.log<\/code>, <code>.scp<\/code> &amp; <code>.wtx<\/code> file extensions. Those files will also show up with the new icon.<\/p>\n<p>To know which file extensions are using a ProgID (i.e., <strong>txtfile<\/strong>), run this command in the Command Prompt window:<\/p>\n<pre>assoc | findstr \/i \"txtfile\"<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8684\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/05\/findstr-assoc-file-association.png\" alt=\"How to Change the Icon for a File Type in Windows\" width=\"700\" height=\"177\" \/><\/p>\n<p><em><strong>RELATED:<\/strong> See article <a href=\"https:\/\/www.winhelponline.com\/blog\/remove-file-association-windows\/\">How to Remove File Type Associations Using the Registry Editor<\/a> for more information on File extension \u2192 ProgID mapping.<\/em><\/p>\n<p><em>It&#8217;s possible to change the default icon for a file type without affecting other file types. To do that, you&#8217;ll need to create a new file class or ProgID for the file extension, and assign the default icon in the newly created file class.<\/em><\/p>\n<\/div>\n<hr \/>\n<h3>Method 2: Using Default Programs Editor<\/h3>\n<p>Don&#8217;t want to edit the registry to change file type icons?\u00a0There are 3rd party tools like <strong>Default Programs Editor<\/strong> and <strong>FileTypesMan<\/strong> that can change the file type icons and association settings.<\/p>\n<p>Default Programs Editor is a useful tool that helps you edit file type associations and add or remove AutoPlay handlers and static context menu entries. We&#8217;ve covered Default Programs Editor before. <a href=\"https:\/\/www.winhelponline.com\/blog\/default-programs-editor-file-association-editor-for-windows-7-and-vista\/\">Default Programs Editor &#8211; A Useful File Association Editor<\/a><\/p>\n<p>In this method, let us see how you can accomplish the task using the Default Programs Editor.<\/p>\n<ol>\n<li>Download <a href=\"http:\/\/defaultprogramseditor.com\/\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">Default Programs Editor<\/a>, unzip, and run the executable.<\/li>\n<li>Select <strong>File Type Settings<\/strong><br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9003\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2009\/02\/default-programs-editor-1.png\" alt=\"How to Change the Icon for a File Type in Windows\" width=\"602\" height=\"444\" \/><\/li>\n<li>Click <strong>Icon<\/strong><br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9002\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2009\/02\/default-programs-editor-2.png\" alt=\"How to Change the Icon for a File Type in Windows\" width=\"602\" height=\"444\" \/><\/li>\n<li>Select the file extension for which you want to change the icon, on the next screen.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9001\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2009\/02\/default-programs-editor-3.png\" alt=\"How to Change the Icon for a File Type in Windows\" width=\"602\" height=\"444\" \/><\/li>\n<li>This screen shows the current icon for the file type. To change it, click on the Browse button.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9000\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2009\/02\/default-programs-editor-4.png\" alt=\"change the default icon for a file type\" width=\"708\" height=\"461\" \/><\/li>\n<li>In the icon picker dialog, browse and locate an icon, or point to a custom .ico file if you have one. The built-in <code>imageres.dll<\/code> and <code>shell32.dll<\/code> files contain many icons for you to choose from.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9004\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2009\/02\/default-programs-editor-6.png\" alt=\"change the default icon for a file type\" width=\"618\" height=\"497\" \/><\/li>\n<li>Click the <strong>Save Icon<\/strong> button to save the changes to the registry.<br \/>\n<em>As you can see in the screenshot, you also can save the settings to a file. If you need to apply the changes to several computers, you can output the settings to a .REG file. This can be done by clicking the arrow mark near the Save Icon button and choosing <strong>Save to .reg file<\/strong>. You can deploy or apply the .reg file on other computers without having to rerun the utility.<\/em><\/li>\n<\/ol>\n<p>That&#8217;s it! The default icon for <strong><code>.txt<\/code><\/strong> file type is changed, and the icons should refresh automatically.<\/p>\n<p><figure id=\"attachment_8998\" aria-describedby=\"caption-attachment-8998\" style=\"width: 671px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-8998 size-full\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2009\/02\/txt-icon-before.png\" alt=\"change the default icon for a file type\" width=\"681\" height=\"190\" \/><figcaption id=\"caption-attachment-8998\" class=\"wp-caption-text\">[Before] .txt files showing standard icons<\/figcaption><\/figure><figure id=\"attachment_8997\" aria-describedby=\"caption-attachment-8997\" style=\"width: 677px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-8997 size-full\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2009\/02\/txt-icon-after.png\" alt=\"change the default icon for a file type\" width=\"687\" height=\"190\" \/><figcaption id=\"caption-attachment-8997\" class=\"wp-caption-text\">[After] .txt files showing custom icons<\/figcaption><\/figure><\/p>\n<hr \/>\n<h3>Method 3: Using FileTypesMan<\/h3>\n<p><a href=\"https:\/\/www.nirsoft.net\/utils\/file_types_manager.html\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">FileTypesMan<\/a> list of all file extensions and types registered on your computer. For each file type, the following information is displayed: Type Name, Description, MIME Type, Perceived Type, Flags, Browser Flags, and more. FileTypesMan also allows you to edit the properties and flags of each file type easily and allows you to add, edit, and remove actions in a file type. This utility works in all Windows versions including, Windows 10.<\/p>\n<p><strong>Screenshots<\/strong><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9164\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2009\/02\/filetypesman-file-type-icon-1.png\" alt=\"How to Change the Icon for a File Type in Windows\" width=\"700\" height=\"342\" \/><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9163\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2009\/02\/filetypesman-file-type-icon-2.png\" alt=\"How to Change the Icon for a File Type in Windows\" width=\"495\" height=\"571\" \/><\/p>\n<p><code>%SystemRoot%\\system32\\imageres.dll,-102<\/code> is the Windows-default icon for .txt files.<\/p>\n<figure id=\"attachment_9161\" aria-describedby=\"caption-attachment-9161\" style=\"width: 590px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-9161\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2009\/02\/filetypesman-file-type-icon-3.png\" alt=\"How to Change the Icon for a File Type in Windows\" width=\"600\" height=\"177\" \/><figcaption id=\"caption-attachment-9161\" class=\"wp-caption-text\">Windows-default icon for .txt files<\/figcaption><\/figure>\n<p>After setting the default icon to <code>%SystemRoot%\\system32\\imageres.dll,14<\/code> via the icon picker dialog, here is how it shows up:<\/p>\n<figure id=\"attachment_9162\" aria-describedby=\"caption-attachment-9162\" style=\"width: 593px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-9162\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2009\/02\/filetypesman-file-type-icon-4.png\" alt=\"How to Change the Icon for a File Type in Windows\" width=\"603\" height=\"185\" \/><figcaption id=\"caption-attachment-9162\" class=\"wp-caption-text\">Customized .txt files icon<\/figcaption><\/figure>\n<div class=\"qt\">\n<h3>Change the icon for Unknown and Extensionless files<\/h3>\n<p>File types that are not registered with the system and files with no extension are assigned a generic icon from <code>shell32.dll,0<\/code> by default.\u00a0The unknown or generic icon for unregistered file types and extensionless files can be customized as per your choice so that you don&#8217;t have to see the boring icon anymore.<\/p>\n<p>Windows stores the icon setting for unknown file types and extensionless files in this registry key:<\/p>\n<pre>HKEY_CLASSES_ROOT\\Unknown\\DefaultIcon<\/pre>\n<p>The (default) or the unnamed value points to the following icon resource by default:<\/p>\n<pre>%SystemRoot%\\System32\\shell32.dll,0<\/pre>\n<p>Using the Registry Editor (<code>regedit.exe<\/code>), you can change the <code>(default)<\/code> value so that it points to a .ico file that you already have or an icon resource inside a .dll or .exe file by mentioning the file name and resource identifier.<\/p>\n<p>Using the Icon picker (a.k.a. the Change Icon dialog), you can use a relevant icon in <code>shell32.dll, 224<\/code> that can be assigned for unregistered and extensionless files. You just need to replace the existing Value data (<code>%SystemRoot%\\System32\\shell32.dll,0<\/code>) with <code>%SystemRoot%\\System32\\shell32.dll,224<\/code> using the Registry Editor or using the REG files below.<\/p>\n<p>Log off and login back into your account.<\/p>\n<p>Here is how it looked before:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9840\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2009\/02\/unknown-file-type-icon-1.png\" alt=\"change icon for unknown file type\" width=\"128\" height=\"128\" \/><\/p>\n<p>We&#8217;ve changed that to:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-9839\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2009\/02\/unknown-file-type-icon-2.png\" alt=\"change icon for unknown file type\" width=\"128\" height=\"128\" \/><\/p>\n<p><b>Tip:<\/b> If the icons don&#8217;t automatically refresh even after a logoff-logon cycle, you can force a shell icon refresh using the <a href=\"https:\/\/www.winhelponline.com\/blog\/refresh-icon-cache-windows-7-quickly\/\">ie4uinit.exe method<\/a> or using Default Programs.<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Surprisingly, Windows doesn&#8217;t have a built-in option to allow users to set custom icons for file types. If you have a custom file type and the corresponding program doesn&#8217;t have a nice-looking icon in its .exe or .dll resource, you can manually change or customize the default icon for that file type. This article explains &#8230; <a title=\"How to Change the Icon for a File Type in Windows\" class=\"read-more\" href=\"https:\/\/www.winhelponline.com\/blog\/change-default-icon-file-type-windows\/\" aria-label=\"Read more about How to Change the Icon for a File Type in Windows\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[6,7],"tags":[441],"class_list":["post-856","post","type-post","status-publish","format-standard","hentry","category-utilities","category-windows","tag-registry"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":4432,"url":"https:\/\/www.winhelponline.com\/blog\/set-custom-icon-pdf-files-firefox-default-pdf-viewer\/","url_meta":{"origin":856,"position":0},"title":"Set Custom icon for PDF Files with Chrome or Firefox as the Default PDF Viewer","author":"Ramesh","date":"October 24, 2016","format":false,"excerpt":"If you've associated PDF files with Google Chrome or Mozilla Firefox to make use of browser's built-in PDF viewing capability, the PDF and HTML files would show up with the same Chrome or Firefox icon in File Explorer. This post tells you how to set a custom different icon for\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"chrome pdf icon default viewer","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/10\/chrome-pdf-viewer-icon-3.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/10\/chrome-pdf-viewer-icon-3.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/10\/chrome-pdf-viewer-icon-3.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/10\/chrome-pdf-viewer-icon-3.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":327,"url":"https:\/\/www.winhelponline.com\/blog\/change-open-folder-icon-explorer-and-registry-editor\/","url_meta":{"origin":856,"position":1},"title":"How to Change the Default Folder Icon in Windows","author":"Ramesh","date":"June 11, 2008","format":false,"excerpt":"Customizing and hacking the user interface (\"Shell\") in Windows is fun. If you want to change the default folder icon with your custom .ico file, this article tells you how. Instructions apply to all versions of Windows, including Windows 10. Change the Default Folder icon in Explorer Launch Regedit.exe and\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"change folder icon in Windows","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2008\/06\/change-folder-icon-color-3.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2008\/06\/change-folder-icon-color-3.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2008\/06\/change-folder-icon-color-3.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":1075,"url":"https:\/\/www.winhelponline.com\/blog\/fix-recycle-bin-icon-not-refresh-custom-icons-windows-7\/","url_meta":{"origin":856,"position":2},"title":"[Fix] Recycle Bin Icon Does Not Refresh Correctly","author":"Ramesh","date":"August 29, 2009","format":false,"excerpt":"When you use a custom icon (.ico) file to customize the Recycle Bin Empty & Full icons manually or via a desktop theme, the Recycle Bin icon may not update or refresh correctly when emptying the Recycle Bin or when you add items to it. In some cases, the issue\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"recycle bin does not refresh","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2009\/08\/w7-rbin-custicon-3.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":8738,"url":"https:\/\/www.winhelponline.com\/blog\/open-with-notepad-plus-right-click-menu-windows\/","url_meta":{"origin":856,"position":3},"title":"Add &#8220;Open with Notepad++&#8221; to the Right-Click Menu","author":"Ramesh","date":"April 19, 2019","format":false,"excerpt":"Many users have replaced Notepad with Notepad++ as the default text editor on their computers. Others use Notepad++ only when needed, and launch it via the Open with menu and choose Notepad++ from the list of options. This post tells you how to add the Open with Notepad++ command to\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"Notepad++ right-click menu in Windows","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/04\/open-with-notepad-plus-registry-1.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/04\/open-with-notepad-plus-registry-1.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/04\/open-with-notepad-plus-registry-1.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2019\/04\/open-with-notepad-plus-registry-1.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":4876,"url":"https:\/\/www.winhelponline.com\/blog\/customize-quick-access-icon-change-windows-10\/","url_meta":{"origin":856,"position":4},"title":"How to Customize the Quick Access icon in Windows 10 or 11","author":"Ramesh","date":"December 18, 2016","format":false,"excerpt":"Quick access is a Windows 10 feature that shows you the list of frequently accessed folders and recent files. Also, under the Quick access section in the File Explorer navigation pane, you can pin your favorite folders. This post tells you how to change the Quick Access icon from the\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":"Quick Access Home icon","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2016\/12\/quick-access-home-icon-w11-21h2.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1240,"url":"https:\/\/www.winhelponline.com\/blog\/fix-missing-shell-icons-windows-ui\/","url_meta":{"origin":856,"position":5},"title":"Fix: Missing or Incorrect Icons Showing up in the Windows UI (Shell)","author":"Ramesh","date":"July 24, 2013","format":false,"excerpt":"There are several third-party programs available that can customize or change the shell icons, such as folders, Recycle Bin, etc. The default icons are overridden by adding necessary entries to the registry. After installing and uninstalling a theme or third-party program, various icons in the user interface may go missing\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/archived2\/shellicons1.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/856","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=856"}],"version-history":[{"count":0,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/856\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/media?parent=856"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/categories?post=856"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/tags?post=856"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}