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

Monday, May 4, 2015

How to recovery win 7 password

·       Insert either your Windows 7 installation DVD
·       After your computer boots from the disc or flash drive, click Next on the screen with your language and keyboard choices.
·       Click on the Repair your computer link.
·       Wait while your Windows 7 installation is located on your computer.
·       Once your installation is found, take note of the drive letter found in the Location column. Most Windows 7 installations will show D: but yours may be different.
·       Select Windows 7 from the Operating System list and then click the Next button.
 
·       From System Recovery Options, choose Command Prompt.
 
·       With Command Prompt now open, execute the following two commands, in this order:
            copy d:\windows\system32\utilman.exe d:\
   copy d:\windows\system32\cmd.exe d:\windows\system32\utilman.exe

To the Overwrite question after executing the second command, answer with Yes.


·       Remove the disc or flash drive and then restart your computer.

You can close the Command Prompt window and click Restart but it's also okay in this situation to restart using your computer's restart button.
 
·       Once the Windows 7 logon screen appears, locate the little icon on the bottom-left of the screen that looks like a pie with a square around it and then click it!

Now that Command Prompt is open, execute the net user command as shown, replacing myusername with whatever your user name is and mypassword with whatever new password you'd like to use:
net user myusername mypassword
So, for example, I would do something like this:
net user methun methunsiddiquey1$

·       Close the Command Prompt window.
 

·       Login with your new password!

Wednesday, March 11, 2015

How to delete saved passwords and add passwords for network drives in Windows

At first
go to run command (windows+R)
then write control keymgr.dll
enter
you will get new window
now you can delete your credential
otherwise add password

**you can go directly
open my computer and write the following word in the address bar and press enter
Control Panel\All Control Panel Items\Credential Manager

Monday, February 23, 2015

How to Reset Your Forgotten Windows Password



Boot off the Windows disk and select the “Repair your computer” option from the lower left-hand corner.

Follow through until you get to the option to open the Command Prompt, which you’ll want to select.

First you’ll want to type in the following command to backup the original sticky keys file:
copy c:\windows\system32\sethc.exe c:\
Then you’ll copy the command prompt executable (cmd.exe) over top of the sticky keys executable:
copy c:\windows\system32\cmd.exe c:\windows\system32\sethc.exe

Now you can reboot the PC.
Resetting the Password
Once you get to the login screen, hit the Shift key 5 times, and you’ll see an administrator mode command prompt.

Now to reset the password—just type the following command, replacing the username and password with the combination you want:
net user geek MyNewPassword

That’s all there is to it. Now you can login.
Of course, you’ll probably want to put the original sethc.exe file back, which you can do by rebooting into the installation CD, opening the command prompt, and copying the c:\sethc.exe file back to c:\windows\system32\sethc.exe.