How would I change the password of Windows 7 using the command prompt if the existing password isn't known, but I have admin rights?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
migrated from stackoverflow.com Aug 2 '12 at 2:32
|
Type this command |
|||
|
|
|
Use the "net user" command.
C:\>net user /?
The syntax of this command is:
NET USER
[username [password | *] [options]] [/DOMAIN]
username {password | *} /ADD [options] [/DOMAIN]
username [/DELETE] [/DOMAIN]
username [/TIMES:{times | ALL}]
C:\>
See also here: http://technet.microsoft.com/en-us/library/8935e4a8-3624-46a1-b47a-c7735802b456 |
|||
|
|
|
Yes you could change the password with Here further informations. |
|||
|
|
