Please try the accepted answer in the following thread.
New folder issue
When I right click on the desktop to create a new folder, the system will not allow me to rename the folder. I get an error that states, "Can't find the specified file. Make sure you specify the correct path and file name." The system allows the folders to be named "New folder" and "New Folder (2)" etc.
CoPilot claims that it is an issue from my HP Wolf Security. This can't be so, because I have a laptop with the same software that works just fine.
I don't know how long this has been an issue as I didn't find out about it until I asked AI if I could backup my laptop to my desktop. AI said yes to this question and one of my first tasks would be to assign a new folder called "Laptop Backup" to my desktop. CoPilot walked me through every possible Windows troubleshooting and eventually wanted me to start poking around the innards of HP Wolf Security.
Can anyone help?
Windows for home | Windows 11 | Files, folders, and storage
4 answers
Sort by: Most helpful
-
Ramesh 176.4K Reputation points Volunteer Moderator2026-06-02T01:41:05.6566667+00:00 -
Jill Pence-Albrecht 0 Reputation points
2026-06-01T19:07:36.6166667+00:00 AI gave me a new answer to my 'new folder' quandry -- using the 5.1 PowerShell type mkdir "" and fill in whatever you want between the quotes.
This fix works for me so this is what I will use.
-
Jill Pence-Albrecht 0 Reputation points
2026-06-01T18:29:19.39+00:00 This is one of the solutions that I was given by AI in the troubleshooting we've already done -- it did not work for me.
-
AI answer
2026-06-01T17:32:20.1766667+00:00 The behavior is consistent with a damaged or incorrect registry value for the shell “New” context menu handler, which controls creating and renaming new items from the desktop or File Explorer.
To fix it, verify and, if needed, correct the registry entry for the New command:
- Back up the registry first, as incorrect changes can cause serious problems. For guidance, see article 322756 referenced in the documentation.
- Open Registry Editor (regedit.exe).
- Navigate to:
HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\New - In the right pane, check the value of
(Default). - Set
(Default)to:{D969A300-E7FF-11d0-A93B-00A0C90F2719} - If the
Newkey or(Default)value does not exist, create them and set the value as above. - Close Registry Editor and restart Explorer (or sign out and back in) and then test creating and renaming a new folder on the desktop.
This registry entry exists only if the Windows Desktop Update component is installed; if missing, it must be added with the correct value.
References:
AI-generated content may be incorrect. Read our transparency notes for more information.