Renaming only the ProfileImagePath and the folder keeps the same profile SID and state, so Windows continues to use that profile instead of creating a new one. To force creation of a new profile for the same user, the profile entry under ProfileList must be removed so Windows treats the next logon as first-time and builds a fresh profile from the default template.
A supported way to get a clean profile while preserving data is:
- Create a new user account (local or domain, depending on scenario) and make it an administrator if needed.
- Sign in with this new admin account.
- Copy data from the old profile folder to the new one, without touching hidden or protected OS files:
- Open File Explorer.
- Go to
This PC→ system drive (usuallyC:) →Users→ folder with the old username. - Select all visible files and folders and copy them.
- Paste them into
C:\Users\<New_Username>.
- Sign in as the new user going forward.
This method avoids registry manipulation and ensures Windows builds a proper, clean profile from the default user profile. If a Microsoft account is used, the new profile can then be switched from local to Microsoft account.
References: