Recent learning process found many students in the first initialization of the WINDOWS10 system filled in the Chinese user name, then the system will default to the Chinese user name to establish the user's folder. For Chinese user name folder usually use basic no problem, but a few software installation and configuration use process (for example, GNS 3), save path does not support contain Chinese, thus error, the software can not be used.
Here's how to fix it:
- Mouse click the left-most Windows icon on the taskbar or press the keyboard "Windows" key, then enter CMD, on which a matching "command Prompt" appears, and at the command prompt, right-click the mouse to select "Run as administrator" action as
- The following command line Prompt window appears
3. In the Command Prompt window, enter "NET user Administrator/active:yes" and "Net User Administrator 123456" to enable the account and change the password (this password is for testing purposes only)
- Then log off the user (shortcut key windows + L) login interface more than one administrator user, select and enter the password 123456 login can
- After logging in, click File Explorer on the taskbar. And go to the "C:\Users" User folder
- Select the folder "Ma Eichong" Press F2 (or right mouse-rename) to rename the file, the Chinese name "Ma Eichong" to the English name "Maaiqiang"
- Windows key +r Open run, enter "regedit", click "OK" button to open Windows Registry Manager
- Expand the following directory HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList, in the ProfileList folder corresponding to the user in the system, And the ProfileImagePath value in the folder is the address of each user folder, find the user name account that needs to be changed (including Chinese)
- Modify the value of the ProfileImagePath to replace the original value Chinese "Ma Eichong" with "Maaiqiang" (Here you need to match the user folder name of the C drive.) )
- Log off again, complete the login user folder name changes, you can use the user Maaiqiang login local account. Finally, run the command prompt again as administrator and enter: NET user Administrator/active:no to close the administrator account.
Windows 10 Chinese user name causes some software not to work with the workaround