1. Boot up using a Windows 7 Installation CD or USB
2. At the first splash screen click “Repair your Computer”
3. Select the “Use recovery tools that can help fix problems….” and click Next.
4. Click “Command Prompt”
5. Type in the following commands: (Move in the windows drive )
cd D: (or the drive, where windows installed)
then
cd Windows/system32
and
copy UtilMan.exe utilman.bakand
copy cmd.exe Utilman.exe
The first two commands changed our current working directory to /Windows/system32. This location contains both cmd.exe (command prompt) and Utilman.exe (Ease of Access). Once we changed directories we then made a backup of the UtilMan.exe file and named it utilman.bak as we don’t want to permanently destroy the file. We then copied the cmd.exe program to Utilman.exe (essentially renaming the file)
6. Reboot your system and remove installation media.
7. At the login screen click the "Ease of Access" button in the bottom left hand corner.
This should launch a command prompt.
8. Run the following commands:
Type your user name and password or u want to reset the user's name
net user Administrator (your password)The command change the password of the user "Administrator".
and if u want to create new user, then type this command:
net user akwal Changeme! /add(akwal is the user name, you type your user name that u want to create)
then add this user to the administrator group using this command:
net localgroup administrators akwal /addafter reboot, login with your user that you just created!.
..Enjoy!!!
0 comments:
Post a Comment