Windows 10 I can't rename folders in windows 10! [Solved]

  • Thread starter Thread starter simmondp1
  • Start date Start date
S

simmondp1

There seems to be numerous threads out there asking this question, and all failed (except one).


Problem: Can create a new folder, and delete it, but am unable to rename it (in Explorer), rename from the command prompt seems to work fine. The problems also applies to network mounted drives.


This problems seems to be triggered by the removal of OneDrive from the system, and in particular one key in the registry.


Here is how I solved it; [Windows 10 Home x64 - your mileage may vary, caveat emptor etc.]


The problem is this key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A52BBA46-E9E1-435f-B3D9-28DAA648C0F6}

Check to see if you have it.

If you don't have it. . (for Windows x64)

Create a file called import.reg (using the text below) and import using regedit (as administrator obviously) and then reboot.


Hope this helps someone


=================================================== cut here ===============================
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{A52BBA46-E9E1-435f-B3D9-28DAA648C0F6}]
"Attributes"=dword:00000001
"Category"=dword:00000004
"DefinitionFlags"=dword:00000040
"Icon"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,69,00,\
6d,00,61,00,67,00,65,00,72,00,65,00,73,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,\
00,31,00,30,00,34,00,30,00,00,00
"LocalizedName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,\
6f,00,6f,00,74,00,25,00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,\
00,5c,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,53,00,79,00,6e,00,63,00,\
43,00,6f,00,72,00,65,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,00,31,00,30,00,32,\
00,34,00,00,00
"LocalRedirectOnly"=dword:00000001
"Name"="OneDrive"
"ParentFolder"="{5E6C858F-0E22-4760-9AFE-EA3317B67173}"
"ParsingName"="shell:::{018D5C66-4533-4307-9B53-224DE2ED1FE6}"
"RelativePath"="OneDrive"


=================================================== cut here ===============================

Continue reading...
 
Back
Top