How to rename the c:\users\userName folder in Windows 10?

I tried the solution here and also

Login to the system as an user who is in the administrator group. It should be a different user from the one that you are trying to change.

Open File Explorer and navigate to C:\Users folder. Rename the old folder corresponding to the old user account

But I am not even able to rename the folder.

I shut down, restart and login as the other Administrator, and it says the folder is still open and will not allow me to rename it.

enter image description here

3

2 Answers

Most likely (but untested here) reason is that the folder is being guarded/accessed is its designation as a profile folder. The tutorial from TenForums edits the HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\<*User SID*> path before renaming the folder.

A simpler way to fix Microsoft's mess is to create a hard directory link.

CMD as admin:

mklink /J C:\Users\myful C:\Users\MyFullName

The user folder myful will still be there, but you can ignore it.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like