Answer the question
In order to leave comments, you need to log in
How to change username in C:/Users folder in Windows 8.1?
The fact is that a few days I decided to rename myself in Windows. Renamed, a new name appeared in the system, but in the C: / Users folder the user name is old. I cannot rename the folder with my profile, because the "Rename" item is missing. What to do with it? Win8.1 Pro.
Answer the question
In order to leave comments, you need to log in
Let's say you need to rename the folder of user 1. Log in as user 2 (must be admin), rename the folder of user 1 (such an item will appear), then change the path to the folder of user 1 in the registry. How to do this, google "change the path to the user folder registry ", and put a new path to the folder there (the path is essentially the old one, the name of the final folder will change at the end)
The easiest way is to create a symlink, then the "reg-hack" is not needed, and no applications with absolute paths will break off (objects will be available immediately via the new and old paths).
cmd.exe /k cd /d "%userprofile%\.." && mklink /d "%username%" "old username"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question