October 30, 2019

Command prompt about how create user and rename with same computer name

net user User PassW0rD /add
wmic useraccount where name='user' rename %computername%

No comments:

Post a Comment