Showing posts with label change admin password. Show all posts
Showing posts with label change admin password. Show all posts

15 August, 2007

Change Admin Password

1) Go to command prompt n enter the command


Quote:




net user




The above command basically outputs you all the accounts which the operating system(Windows) is currently holding.

2) Then try this command --->

Quote:




net user username *




For eg: if the username is akshay....then the command will b as follows --->

Quote:




net user akshay *




. There is a space between akshay & *

3)As soon as u run the above command by hitting enter, u will b asked to enter a new password for the above mentioned user enter the new password - hit enter - again confirm the new password n hit enter

4) Dats it u r done! U have successfully changed the password of the user without even knowing his/her earlier password!!!

PS: This trick wil work if u have access to the command. Else if poss run it from ur admin's comp!!!