{"id":46006,"date":"2023-05-14T19:37:45","date_gmt":"2023-05-14T14:07:45","guid":{"rendered":"http:\/\/198.58.113.91\/blog\/?p=46006"},"modified":"2023-05-14T19:48:35","modified_gmt":"2023-05-14T14:18:35","slug":"shellnew-only-folder-listed","status":"publish","type":"post","link":"https:\/\/www.winhelponline.com\/blog\/shellnew-only-folder-listed\/","title":{"rendered":"New Menu Shows Only &#8220;Folder&#8221; in the Desktop Context Menu"},"content":{"rendered":"<p>When you right-click on the desktop and click New, the New menu may only show the &#8220;Folder&#8221; entry. The other options, such as &#8220;Shortcut,&#8221; &#8220;Text document,&#8221; and &#8220;Bitmap image,&#8221; may be missing in the New menu.<!--more--><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-46007\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2023\/05\/new-menu-lists-only-folder.png\" alt=\"new menu lists only folder\" width=\"434\" height=\"376\" \/><\/p>\n<p>It&#8217;s <strong>not<\/strong> typical for the Desktop folder to show only the &#8220;Folder&#8221; entry, and this has to do with incorrect permissions for the Desktop folder. So let&#8217;s see how to fix the Desktop &#8220;New&#8221; menu by repairing its folder permissions. Despite this issue, you may be able to copy files and folders to your desktop.<\/p>\n<div class=\"rp\"><strong>SEE ALSO:<\/strong> The article <a href=\"https:\/\/www.winhelponline.com\/blog\/restore-new-folder-entry-shellnew-windows-7\/\">Restore Missing New &#8220;Folder&#8221; to the Desktop Right-Click menu<\/a> deals with an opposite issue where the &#8220;Folder&#8221; option is missing from the New menu.<\/div>\n<h2>Cause<\/h2>\n<p>The above issue occurs if &#8220;inheritance&#8221; is somehow disabled for the Desktop folder and some explicit permissions which were added are insufficient.<\/p>\n<h2>Resolution<\/h2>\n<p>There are two ways to fix the Desktop folder permissions and, thereby, the &#8220;New&#8221; menu.<\/p>\n<h3>Method 1: Using the Advanced Security Settings dialog<\/h3>\n<ol>\n<li>Open your user profile folder by typing <code><strong>%userprofile%<\/strong><\/code> in the Start\/Run dialog. But, if OneDrive is currently syncing your Desktop, open the <code><strong>%userprofile%\\Onedrive<\/strong><\/code> folder instead.<\/li>\n<li>In the user profile folder, right-click &#8220;Desktop&#8221;, and click Properties.<\/li>\n<li>Select the Security tab.<\/li>\n<li>In the Security tab, click Advanced.<\/li>\n<li>Click &#8220;<strong>Enable inheritance.<\/strong>&#8220;<\/li>\n<li>Click Apply, OK.<\/li>\n<\/ol>\n<div class=\"qt\"><strong>Note:<\/strong> To fix the permissions recursively (to all files and subfolders under Desktop), enable the &#8220;<strong>Replace all child object permission entries with inheritable permission entries from this object<\/strong>&#8221; and click Apply\/OK. <strong>However, the command-line method (below) is highly preferred for recursive operations.<\/strong> Using the command-line method, you can avoid answering the confirmation dialog for each file and subfolder.<\/div>\n<hr \/>\n<h3>Method 2: Using the ICACLS command-line<\/h3>\n<ol>\n<li>Open an <a href=\"https:\/\/www.winhelponline.com\/blog\/open-elevated-command-prompt-windows\/\">admin Command Prompt<\/a> window.<\/li>\n<li>Type the following command and press Enter:\n<pre class=\"cmd\">icacls \"%userprofile%\\Desktop\" \/reset<\/pre>\n<p>Or, if your Desktop is connected to OneDrive, run the following command instead:<\/p>\n<pre class=\"cmd\">icacls \"%userprofile%\\Onedrive\\Desktop\" \/reset<\/pre>\n<p>You should see the following output:<\/p>\n<p><em><strong>Successfully processed 1 files; Failed processing 0 files<\/strong><\/em><\/p>\n<div class=\"qt\">\n<h4>What about the permissions for the subfolders located on the desktop?<\/h4>\n<p>If you want to fix the permissions <strong>recursively<\/strong>, run one of these commands instead:<\/p>\n<pre class=\"cmd\">icacls \"%userprofile%\\Desktop\" \/reset \/t \/c<\/pre>\n<p>Or, if your Desktop is connected to OneDrive, run the following command instead:<\/p>\n<pre class=\"cmd\">icacls \"%userprofile%\\Onedrive\\Desktop\" \/reset \/t \/c<\/pre>\n<\/div>\n<\/li>\n<\/ol>\n<p><em><strong>Note:<\/strong> The <code>icacls.exe \/reset<\/code> command-line replaces ACLs (list of permissions) with default inherited ACLs for all matching files or folders. For more information, see the article How to <a href=\"https:\/\/www.winhelponline.com\/blog\/reset-ntfs-permissions-file-and-folder\/\">Reset File and Folder Permissions to Default (Inherited ACLs)<\/a><\/em><\/p>\n<hr \/>\n<h3>Additional Information<\/h3>\n<p>Please <strong>do not<\/strong> try the above methods for system folders, such as &#8220;Windows,&#8221; &#8220;System32,&#8221; etc. It&#8217;s perfectly normal for the &#8220;New&#8221; menu to show only the &#8220;Folder&#8221; option when you access the OS drive&#8217;s root (e.g., C:\\), Program Files, Program Files (x86), Windows, System32, and other system folders.<\/p>\n<p>It&#8217;s because elevated permissions are needed to create a new subfolder in the above-mentioned system folders (and public folders). Instead, you can create a file or folder on your desktop or elsewhere and move it to Program Files (x86). Click Continue when you get the Access Denied dialog.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When you right-click on the desktop and click New, the New menu may only show the &#8220;Folder&#8221; entry. The other options, such as &#8220;Shortcut,&#8221; &#8220;Text document,&#8221; and &#8220;Bitmap image,&#8221; may be missing in the New menu.<\/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,869],"tags":[],"class_list":["post-46006","post","type-post","status-publish","format-standard","hentry","category-windows-10","category-windows-11"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":1237,"url":"https:\/\/www.winhelponline.com\/blog\/restore-new-folder-entry-shellnew-windows-7\/","url_meta":{"origin":46006,"position":0},"title":"Restore Missing New &#8220;Folder&#8221; to the Desktop Right-Click menu","author":"Ramesh","date":"July 7, 2013","format":false,"excerpt":"When you right-click an empty area on the desktop, the \"New\" menu that appears may not contain the \"Folder\" entry. Also, when attempting to create a folder by clicking the \"New Folder\" toolbar button in a folder or by pressing the Ctrl + Shift + N keys, nothing may happen.\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"new folder creates new shortcut","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2013\/07\/new-folder-opens-shortcut-dialog.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2013\/07\/new-folder-opens-shortcut-dialog.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2013\/07\/new-folder-opens-shortcut-dialog.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":80521,"url":"https:\/\/www.winhelponline.com\/blog\/compressed-zipped-folder-new-menu-missing\/","url_meta":{"origin":46006,"position":1},"title":"Compressed (zipped) Folder Missing in the New menu","author":"Ramesh","date":"March 19, 2026","format":false,"excerpt":"When you right-click on the desktop and click New, the Compressed (zipped) Folder option may be missing. The Send to \u2192 Compressed (zipped) Folder option may still work. Resolution To bring back the Compressed (zipped) Folder option to the New menu, fix the .zip file type association.\u00a0Please do the following.\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":"restore missing \"compressed (zipped) folder\" to the New menu","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/03\/zip-shellnew-entry-missing.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":762,"url":"https:\/\/www.winhelponline.com\/blog\/explore-desktop-context-menu-vista\/","url_meta":{"origin":46006,"position":2},"title":"How to Add &#8220;Explore&#8221; to the Desktop Context Menu in Windows","author":"Ramesh","date":"November 3, 2008","format":false,"excerpt":"This post shows how to add \"Explore\" to the desktop right-click menu. This tip is especially for users who hide the desktop icons for a plain desktop but want to quickly access the Desktop folder when required, without toggling the Show Desktop Icons option in the context menu. Add \"Explore\"\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\/archived\/desktop-expl.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":992,"url":"https:\/\/www.winhelponline.com\/blog\/desktop-background-file-location-right-click-menu-windows-7\/","url_meta":{"origin":46006,"position":3},"title":"How to Find Current Wallpaper (Desktop Background) File Location in Windows 7","author":"Ramesh","date":"February 4, 2010","format":false,"excerpt":"Desktop Background Slideshow is a neat little feature in Windows 7 which helps you shuffle your desktop background from a image file store folder, at predefined intervals. But, as Windows doesn't show the file name of the currently displayed wallpaper, it becomes a problem if you have thousands of images\u2026","rel":"","context":"In &quot;Windows 7&quot;","block_context":{"text":"Windows 7","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-7\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":77982,"url":"https:\/\/www.winhelponline.com\/blog\/send-to-mail-recipient-fix\/","url_meta":{"origin":46006,"position":4},"title":"Send To Mail Recipient missing or does not work","author":"Ramesh","date":"February 26, 2025","format":false,"excerpt":"Some users mentioned that the \"Mail Recipient\" option went missing from the \"Send to\" menu after installing Mozilla Thunderbird. This article tells you how to fix the \"Mail Recipient\" feature. Note: The Send to \u2192 Mail Recipient features require installing a classic mail client like Office Outlook or Mozilla Thunderbird.\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":341,"url":"https:\/\/www.winhelponline.com\/blog\/add-select-all-option-to-the-context-menu-in-windows-vista\/","url_meta":{"origin":46006,"position":5},"title":"Add Select All option to the context menu in Windows","author":"Ramesh","date":"June 21, 2008","format":false,"excerpt":"To select all files in a folder or the Desktop, you use the CTRL + A keyboard shortcut. If you're an avid mouse user and need the select all functionality in the right-click menu in Windows, here is a registry tweak. This tweak adds the \"Select All\" option in the\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\/selectall.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/46006","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=46006"}],"version-history":[{"count":0,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/46006\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/media?parent=46006"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/categories?post=46006"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/tags?post=46006"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}