Rename the Administrator account using the command line
To rename the Administrator account (or any existing account) in Windows 7 using the command line, execute the following command:
wmic useraccount where name='Administrator' call rename name='newname'command line, microsoft, windows