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'
, ,

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>