Change Name Account Windows 10/11 Command

Before change name windows 10/11 account, open CMD to show all list user:
wmic useraccount get name

To change that's name, use this command:
wmic useraccount name="old_name" rename "new_name-toChange"

Walaaaa.... to show this result, now you can click restart or use this command to CMD:
shutdown -r

Komentar