I want to change the command prompt user name being displayed to bilesh instead of biles
I used the following command.
wmic useraccount where name='biles' rename name bilesh
Which was successful. Then, I restarted the machine. But the folder name was not updated.
Any way I can do this without breaking anything?
