Showing posts with label forgot windows 8 password. Show all posts
Showing posts with label forgot windows 8 password. Show all posts

Sunday, May 25, 2014

How to Unlock Lenovo IdeaPad If Forgot Windows 8 Password

Forgot Windows 8 login password for your Lenovo IdeaPad laptop? In this tutorial I'll walk you through the steps to unlock Lenovo IdeaPad if you forgot Windows 8 password.

How to Unlock Lenovo IdeaPad If Forgot Windows 8 Password?
  1. First of all, use another computer to download the PCUnlocker program, which comes as a self-extracting .zip file. After the file has downloaded, extract the pcunlocker.iso file from it. Burn the ISO image to a blank CD using your preferred CD burning program such as ISO2Disc.
  2. Put your newly created CD in the CD drive of your Lenovo IdeaPad laptop. When the laptop is powered off, press the Novo button. This will start up the laptop and provide you with the Novo button menu.
    Novo-button
  3. Choose BIOS Setup from the Novo button menu, and press Enter.

  4. In the BIOS Setup, select the Security tab and change Secure Boot value to Disabled.
    lenovo-secure-boot
  5. Next, on the Boot tab, change the Boot Mode from UEFI to Legacy Support.
    lenovo-boot-mode
  6. You can now save and exit the BIOS, but the laptop will go straight to booting again, so you'll need to shutdown or power it off in order to use the Novo button again. This time choose Boot Menu from the Novo button menu, and then select to boot from the CD drive.
  7. After booting the laptop from the CD, it loads the Windows PE operating system and finally opens up the PCUnlocker program. The program automatically detects the operating system installed on your hard drive, and then displays a list of Windows 8 local user accounts.
  8. Choose one of your administrator accounts and click on Reset Password button. The program will unlock your selected account and remove the password immediately. Eject the CD and restart your computer. Enter into BIOS Setup and change the BIOS Mode back to UEFI.
  9. Now you've successfully unlocked Lenovo IdeaPad, and you can log back into Windows 8 without a password! Enjoy it!

Monday, June 24, 2013

How to Reset Lost Windows 8 Password on Dell XPS Tablet

Forgot the administrator password on your Windows 8 Dell XPS tablet? How to reset Windows 8 password so you get back into your computer? In this article we’ll show you a simple but effective method to reset lost Windows 8 password on Dell XPS Tablet PCs.

How to Reset Lost Windows 8 Password on Dell XPS Tablet?

Download the zipped ISO image of PCUnlocker on another PC you can access. Unzip the download file and burn the ISO image on a USB flash drive using ISO2Disc program.

After you have created a PCUnlocker Live USB drive, connect it to your Dell XPS tablet which requires a password reset. Turn on the tablet PC and hit F2 from keyboard dock or volume- rocker at startup, and then disable the Secure Boot option in the BIOS. Apply settings and Exit.

Hit F2 from keyboard dock or hold down volume+ rocker at power-on. Choose your PCUnlocker Live USB drive and press Enter. Your tablet will load the WinPE operating system from your USB drive. After a while, you’ll see the PCUnlcoker program. The program displays a list of Windows 8 user accounts existing in your Dell XPS tablet.



Choose a user account and click on Reset Password button. The program will reset your lost Windows 8 password and also unlock/enable your user account when it’s necessary. Now click on Restart button to reboot the computer and remove the PCUnlocker Live USB drive.

After booting to the Windows 8 login screen, just leave the password box empty and you can log back into your Windows 8 user account immediately. It’s so easy to reset a forgotten Windows 8 password on Dell XPS tablet PC.

Sunday, June 16, 2013

How to Remove Windows 8 Password When You Forgot It

What to do if you forgot Windows 8 password? Is there a way to remove Windows 8 password without logging in? In a worst case scenario, where you don’t have a password reset disk nor have access to the only administrator account, Password Recovery Bundle can help. In this post, we will guide you through step-by-step procedure of removing Windows 8 password using a bootable CD or USB flash drive.

How to Remove Windows 8 Password When You Forgot It?

Download Password Recovery Bundle and save it to any computer you can access. Double-click on the setup file and install it. Launch the program and click on Windows Password button. From the pop-up dialog you can create a bootable Windows password removal CD or USB flash drive.

After the password removal CD/USB drive is created, reboot your locked Windows 8 PC and access system BIOS menu by pressing ESC, F2, F10, F9 or other BIOS key. Head over to Boot menu and set CD or Removable Drive as first boot option. Once boot priority is changed, save the changes and reboot the computer.

If you have changed the boot order successfully, the computer will boot from the CD/USB drive and start the Reset Windows Password utility after a while. From the program’s interface, you can see the Windows 8 SAM registry file and a list of Windows local user accounts.

Select a user account and click on Reset Password button. It will remove your forgotten Windows 8 password quickly. After that, remove the CD/USB drive and restart the computer. You can then log into your Windows 8 user account with a blank password.

Tuesday, March 5, 2013

How to Reset Forgotten Windows 8 Password without Any Software

Did you forget your Windows 8 user account password? Are you stuck with no access to an administrator account? Do you need to get into your child’s (or an employee’s) computer for whatever reason? If so, there is an easy way to do it. and all it requires is a Windows 8 Recovery Drive.

If you don’t have a Windows 8 Recovery Drive, you can create one on another Windows 8 PC which you can access, by following this guide: How to Create a Recovery Drive in Windows 8. Here I will try to make an easy to follow tutorial that will be useful for novice users as well as professionals to reset forgotten Windows 8 password without using any third-party software.

How to Reset Forgotten Windows 8 Password?
  1. Once booted to the login screen, click the Ease of Access button at the bottom left corner. It will open a Command Prompt window instead of the Ease of Access menu.
  2. On the next screen, click the Command Promptoption to open up a Command Prompt window.
  3. Insert the Windows 8 Recovery Drive into your locked machine and boot the computer from it, and after that you’ll see the Troubleshoot menu. click Advanced options.
  4. Type diskpart command and press Enter. Next type list vol and press Enter, you’ll see a list of your disk partitions, from which you can easily find your Windows installation partition. In our case D is the drive letter of my Windows 8 installation.
  5. Type exit command to exit the DiskPart utility.
  6. Next enter the following command one by one. Make sure to replace Din the first command to the appropriate drive letter for your Windows partition, if it’s different in your case.
    D:
    cd windows
    cd system32
    ren Utilman.exe Utilman.exe.bak
    copy cmd.exe Utilman.exe
  7. These commands will replace the Utilman.exe (Ease of Access) with the Command Prompt (cmd.exe). Remove the Windows 8 Recovery Drive and reboot the system.
  8. Type net user command and press Enter, it will list the exact names of all the user accounts available in your Windows 8 system.
  9. Enter the command below to reset a lost or forgotten password. In this example, we will be changing top-password’s password to 123456.
    net user top-password.com 123456
    Replace top-password.com with the name of your user account.
  10. Type exit command and press Enter. You’ll return back to the login screen.
  11. Now you should be able to log into your PC using the new password.
  12. After getting into Windows 8, please remember to rename the Utilman.exe.bak back to Utilman.exe.
  13. That’s it – you have successfully reset your forgotten Windows 8 password.
This trick isn’t as simple as a few mouse clicks but as long as you can follow the instructions carefully, you should have no trouble resetting your Windows 8 password. However, using the third-party software is a better choice in most situations. Reset Windows Password utility is a unique recovery software that enables you to reset forgotten Windows 8 password for local account as well as Microsoft account.

Monday, February 18, 2013

Forgot Picture Password in Windows 8

Password protecting access to Windows user accounts is now the norm. Windows 8 enables you to protect your account with a picture password. Using a picture password is much more secure than regular alphanumeric password, but it may cause big trouble when you forgot Windows 8 picture password. How to unlock your computer when you forgot picture password in Windows 8?

Luckily picture password is merely a helpful alternative login method rather than something that adds security. Setting up a picture password does not replace your regular alphanumeric password, and on the lock screen itself there is an option to switch back to the standard login option.



So if you forgot picture password, you can choose to unlock your computer using traditional text password or Microsoft Live account. After logging into Windows 8 you can reset the forgotten picture password easily.

Still can’t login using a regular password or Microsoft account? Don’t worry! With Reset Windows Password utility you can easily reset lost or forgotten passwords for Windows 8 local administrator account and Microsoft account. It is 100% safe and will not damage any of the files on your computer. Best of all, Reset Windows Password utility has a very high success rate of 99.8% in resetting your Windows password and supports all versions of Windows. You can unlock any forgotten password on your Windows XP, Vista, NT or Windows 7 desktop computer or Windows 8 laptop.

Monday, December 24, 2012

Forgot Windows 8 Password for Your Laptop?

Forgot Windows 8 password for your laptop? It is troublesome when you forgot windows 8 password especially your system contains important data. Though re-installing Windows 8 will help you remove Windows 8 password, it also erase your important data on computer. Many computer newbies don’t have any idea about password reset disc and other methods to reset the password in Windows 8. Here I’ll show you the easiest way to reset Windows 8 password using a bootable password reset disc.

How to Reset Forgotten Windows 8 Password for Your Laptop?
Reset Windows Password utility is one of the best Windows password recovery software which can help you unlock administrator password easily on Windows 8, 7, Vista, XP.

You have to boot into this program off a CD or USB drive, so it downloads as an .iso image file. Double-click that file and Windows just might start a program that burns the disc. If it doesn’t, download and install ISO2Disc, then try again. Simply copying the .iso file to a CD won’t work.

When you boot the Windows password reset disc, the computer will load the mini operating system inside the disc and finally start the Reset Windows Password program. The program automatically finds the Windows SAM database and retrieves the user accounts existing in your Windows 8 installation.



Simply select the user account whose password you want to reset, then click on Reset Password button. It will delete the forgotten/unknown password in no time.

Finally remove the CD and reboot the computer. It will boot Windows into the logon screen. Choose your user account and left the password field as blank, you can log in to Windows 8 without any hassle.

Sunday, November 18, 2012

How to Break Windows 8 Password

Forgot your Windows 8 password? If you couldn’t find a way to break the password, you’ll have to rebuild your PC from scratch. There are many different ways to break Windows login password, but most of them don’t support the latest Windows 8 operating system. In this tutorial we’ll show you an effective way to break Windows 8 password easily.

To accomplish this, we’ll use a tool called Reset Windows Password that can break your password so you can log in to Windows 8 without losing any information on your PC.

Step 1. Create a Bootable Password Breaker CD or USB Drive

The first thing you’ll need to do is download the Reset Windows Password utility, which comes as an ISO image file. Once the download is complete, unzip the download file and you’ll get the ResetWindowsPwd.iso file.
Burn the ISO image file to a blank CD using any CD burning software such as BurnCDCC. If your computer doesn’t have a CD/DVD drive, you can burn the ISO image to USB drive using ISO2Disc software.

Step 2: Set Windows 8 PC to Boot from CD or USB Drive

Change the boot order in BIOS so the CD, or USB drive is listed first. Some computers are already configured this way but many are not. If you still can’t get it to boot from password breaker CD/USB or doesn’t know how to boot into BIOS, please refer your computer’s manual or check out this article: How to set computer to boot from CD/USB.

Step 3: Break Windows 8 Password

After booting from password breaker CD/USB drive, the computer will load the Windows PE operating system inside the CD/USB drive and launch the Reset Windows Password utility. Choose a user account whose password you want to break, and then click on Reset Password button. It will remove your forgotten Windows 8 password immediately.

Conclusion

The method could be used to break the password for both local account and Microsoft account in Windows 8. Additionally, it also enables you to break lost Windows 7/Vista/XP passwords, and reset local administrator and domain administrator passwords on Windows Server 2012/2008/2003/2000.

Monday, August 6, 2012

Reset Windows 8 Password with a Bootable CD or USB Drive

It's bound to happen sooner or later. You set a new password on Windows 8 and now can't remember it. You may have written your password on a sticky note but now can't find it anywhere. Windows account is locked out by mistyping the password so many times, or whatever.

It's a misconception that when you forgot Windows 8 password, you will have to reinstall Windows and start from scratch. In reality, you can reset Windows 8 password with a bootable CD or USB drive, and regain access to your system without losing any file. Follow the steps below:

Step 1: Create a Bootable CD or USB Drive

1. Download and save the Reset Windows Password self-extracting Zip file to any computer you have access to (not your locked computer), then extract the ISO image file: ResetWindowsPwd.iso from it.
2. Insert a blank CD or USB flash drive into the computer.
3. Use the ISO2Disc utility to burn the ISO image file to your CD or USB drive.

Step 2: Change BIOS Settings

1. Turn on your locked computer. When it is powered on, check the boot-screen for setup key (i.e. DELETE key, F8 key, F2 key) to enter BIOS Setup Utility.
2. Use the arrow keys to select the BOOT tab, then change the Boot Device Priority: Set 1st Boot Device to CDROM so you can boot from the CD, or choose Removable Device if you want to boot off a USB flash drive.
3. Press F10 to save your changes.

Step 3: Reset Windows 8 Password

1. Insert the CD or USB you've created into your locked Windows 8 computer, and turn on the computer.
2. It should boot from the CD or USB, which contains a miniature operating system along with a software for you to reset Windows 8 password. The system will boot into the Reset Windows Password screen.
3. The program will locate the Windows SAM registry files for all your Windows installations on your computer. After choose the SAM registry file corresponding to your Windows 8 installation, you'll see a list of Windows 8 user accounts.
4. Select your desired account from the list, then click the Reset Password button. It will remove your forgotten Windows 8 password instantly.
5. Click the Restart button to reboot the computer and remove the CD or USB drive. You are able to log in to Windows 8 system using a blank password.

Keep the bootable password reset CD or USB drive in a safe place so you can find it easily when you need to reset Windows 8 password next time.

Wednesday, July 11, 2012

2 Easy Ways to Bypass Windows 8 Password

"I've bought a new MacBook Pro and install Windows 8 Release Preview on it in order to see what changes made on this release compared to Windows 7. Unfortunately, I was stuck at the logon screen and have forgotten the login password I have set during the installation. How can I bypass Windows 8 password?"

Unlike the previous versions of Windows, Windows 8 allows users to login with two new logon methods: picture password and pin code. If you forgot Windows 8 traditional text-based password and also can't login with picture password and pin, you're screwed. As the latest operating system, Windows 8 is much more secure than earlier versions of Windows. There are very few tips and tricks for you to bypass Windows 8 password, so how to bypass Windows 8 password with limited knowledge?

In this tutorial, I'll show you 2 easy ways to bypass Windows 8 password if you forgot Windows 8 password and can't log on to your computer.

Method 1: Use Password Reset Disk

A password reset disk could really come in handy if you forgot Windows 8 password. If you have previously created a password reset disk for your user account in Windows 8, then you can now use it to bypass Windows 8 password easily. Follow the step-by-step instructions:

1. Once you've typed the wrong password, Windows 8 will show a Reset password link below the login box.
2. Click on Reset password. Make sure that password reset disk is plugged into the computer at this point.
3. When the Password Reset Wizard appears, click Next to continue.
4. Select the right password reset disk. Click Next.
5. Type in a new password and a hint for the password. Click Next.
6. Click Finish. Now you can log in to your PC with the new password.

Method 2: Bypass Windows 8 Password by Third-party Software

If you forgot Windows 8 password and don't have a password reset disk, you can resort to Windows password recovery software. Reset Windows Password is the software which allows you to bypass Windows 8 administrator and user passwords easily.

1. Download the self-extracting Zip file of Reset Windows Password package.
2. Uncompress the package, there is a ISO image: ResetWindowsPwd.iso. Burn it onto a CD/DVD or USB flash drive.
3. Boot your locked computer from the newly burned CD/DVD or USB flash drive.
4. Wait until the boot process is finished. When a window pops up with all your Windows accounts, select the target one to reset the password.

It can be frustrating when you forgot Windows 8 login password. Especially if administrator is the only user on your computer, you even can't login to the system, let alone downloading or installing Windows password cracking software on it. How to bypass Windows 8 password? The methods above should be the best options for you to reset Windows 8 password and regain access to your computer.