To access admin priveleges from user mode just follow these steps:
1. Open command prompt (Start->Run->cmd),
2. Type the following command:
"compmgmt.msc" and press [enter]
This opens the computer management console.
3. Go to local users & groups->users. Right click on any user and select "set password".
If it shows "access denied" do the following actions (using cmd)
start>run>cmd
then use following commands:
net user abhishek /add (an account with the name abhishek will be created)
Then after this type another command shown below:
net localgroup administrators abhishek /add (this command will give you admin rights)
Now use net user command to reset your admin. password
Net user command is used in the following manner
goto run type cmd
at the command prompt type
"net user username *"
for example if the user name is abc then the command will be
netuser abc *
than it will ask change password and retype password
search
Custom Search
Friday, March 6, 2009
Hack xp admin password
Labels:
Hacking tricks
Subscribe to:
Post Comments (Atom)
When reproducing our materials in whole or in part, hyperlink to the articles should be strictly made
This work is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 2.5 India License.
2 comments:
is there a way to put the original password back after changing it
of course you can do this just use the above procedure again and then change the password to original password
Post a Comment