There are two ways to go about this.
Editing an existing User folder (NOT recommended)
In direct answer to your question: it is technically possible to change your Users folder name by updating the Registry. However this is likely to cause all kinds of headaches. Renaming a User folder out from under the applications you already have installed can break things in ways that might not always be immediately obvious.
If you really want to go this route:
- Make a system restore point (scroll down to "Create a Restore Point" in linked page) because the following steps have a high chance of screwing your system up.
- Activate built-in administrator account by opening an elevated (i.e. as admin) command prompt and running
net user administrator /active:yes.
- In the same prompt, run
whoami /user to get your SID. Remember this number.
- Log out of your current profile, and log in as the admin account.
- Find the Users folder and change the
User1 folder to the one you prefer, as you would rename any directory.
- Open the registry editor (Win+R and type
regedit, or just search for Registry Editor via start menu).
- Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList in the sidebar.
- Find your SID from step #3, right-click
ProfileImagePath, select Modify, and update the path to match the new folder name.
- Reboot and log back into your account.
- Repeat step #1, but this time enter
net user administrator /active:no to disable the built-in admin account. Reboot.
A safer alternative (recommended)
Windows User folders are not meant to be changed. A better option is to create a new account (with admin privileges) under your desired name and use that one instead.
If you have already been using this profile for some time, you will need to transfer your files and re-install any user-specific applications on the new, correctly-named profile. But you'll only have to do it once, as opposed to having to disentangle any issues that may crop up now and in the future as a result of changing a User folder name out from under your existing system.
Sources: