Author Archive

How to Bypass the Parental Control Time Limits in Windows 7/Vista/XP

September 7th, 2012 by Admin

Windows parental controls have the capacity to control when a user, such as your child, may use the computer. The time limits feature, when set up properly, will prevent your child from using the computer at the times you specify. If the child attempts to log on before the set time, Windows will prevent him from logging on. If he remains on the computer after the set time ends, the system will log off his account.

However, your children can still find their ways to bypass the parent control time limits. Here we’ll show you one method that kids use to bypass the parental control time limits in Windows 7/Vista/XP.

How to Bypass the Parental Control Time Limits?

To get started, you need to find another computer that you can log on as administrator, and create a password reset disk on a CD or USB stick. So you can then boot the computer with parental controls enabled from the CD/USB and it enables you to bypass Windows time limits immediately.

  1. Download the self-extracting Zip file of Reset Windows Password package.
  2. Unzip the download file, there is a CD ISO image: ResetWindowsPwd.iso. Burn it onto a blank CD/DVD or USB stick using ISO2Disc or any CD/DVD burning software you like.
  3. Boot the computer with parental controls enabled from the Windows password reset disk.
  4. Wait until the boot process is complete. When a window pops up with all your Windows accounts, select your limited user account and then click the Reset Password button.

    Reset Windows Password

  5. It will blank your user password and also remove the time limits that is set up on your user account.
  6. Take out the CD/USB and restart the computer, you can then log in to your account and use the computer without time limit.

When children use this technique, you may never know that they have bypassed the time limits settings. To block this method of bypassing the parental control time limits, the only option is to disable the USB and CD-ROM in computer BIOS and set a BIOS supervisor password to prevent your kids from modifying your BIOS settings again.

Forgot Windows Logon Password?

September 5th, 2012 by Admin

I have forgotten my Windows logon password. I am afraid to cut my computer off for fear I won’t be able to get back into it. Please help me recover my password or bypass it, either one. I need a baby steps tutorial since I am not too computer savvy as you can see. Please help. I’ll stay online until I get a response.

The Windows logon password is one of the most important passwords we have memorized and if you’ve lost or forgotten this password, the entire world can seem just out of reach. People are constantly locking themselves out of their personal laptops and home computers by forgetting the logon password. Luckily there is an easy way to reset forgotten Windows logon password so you can then log on to your computer in minutes.

How to Reset Windows Logon Password?

  1. Download the .zip archive of Reset Windows Password utility. Unzip the download file, you’ll get a bootable ISO image: ResetWindowsPwd.iso, which can run from CD, DVD or USB flash drive.
  2. In my case, I’m going to reset Windows logon password on a netbook without CD/DVD drive, so I choose to burn the ISO image to USB flash drive with ISO2Disc utility.
  3. Once the burning process is complete, we need to make some changes to the computer with a forgotten Windows logon password: Get into computer BIOS and set USB or Removable Device as the first boot device.
  4. Plugin the USB flash drive into your locked computer. Restart the computer, it will then boot from the USB flash drive.
  5. When the Reset Windows Password program is launched, you’ll see the Windows SAM registry hive and user accounts on the boot screen.
  6. Choose a user account and then click Reset Password button, it will reset your forgotten Windows logon password immediately.

Restart the computer and unplug the USB flash drive, you’ll find you can log on to your computer without being asked to enter a password. As you can see, the dread of forgetting your Windows logon password can typically be put behind you. It’s the simplest option to reset forgotten Windows 8/7/Vista/XP logon password.

How to Reset Windows Password with Ubuntu for Free

September 3rd, 2012 by Admin

Windows has an in-built option to create password reset disk to log into system in case a user forgets the Windows account password. However, in a worst case scenario, where you don’t have a password reset disk nor have access to any administrator account, Ubuntu Live disk may help. In this article, we will guide you through step-by-step procedure of resetting Windows user account password.

While Ubuntu Live CD is widely used to troubleshoot PC problems, you can use it to reset Windows user account passwords as well. The process requires creating a Ubuntu Live CD or Live USB, and then booting it to gain full system access for resetting forgotten Windows password.

Note:  This method is free and easy for Linux users. For Windows users, we recommend you to try the Reset Windows Password bootable utility – Which is based on Windows PE and you can use it to easily reset forgotten Windows password on Windows 8/7/Vista/XP/2008/2003/2000.

Step 1: Create a Bootable Ubuntu Live USB

To get started, grab Universal USB Installer, and then download Ubuntu 10.10 (32-bit or 64-bit) from here.

Launch Universal USB Installer, select Ubuntu 10.10 from drop-down menu, and then click Browse to select the Ubuntu ISO file. Now, select the USB drive letter and set the persistent file size.

Once all settings are in place, click Create to begin creating a bootable Ubuntu Live USB.

Step 2: Boot from Ubuntu Live USB

After the Ubuntu Live USB is created, reboot your PC and access computer BIOS by pressing ESC, F2, F10, F9 or other system defined key. Head over to Boot menu and set USB/Removable Hard disk as first boot option. Once boot priority is changed, save the changes and reboot the system. From boot menu, choose Run Ubuntu from this USB option to load Ubuntu 10.10.

Step 3: Install Chntpw

Once your booted into Ubuntu, hit Ctrl + Alt + T to open a Terminal window. I know this may seem a little scary but it is actually quite easy. Once this window is open, simply type sudo apt-get install chntpw and hit Enter. It should download and install the program without needing further assistance. Once it’s finished and your back at the regular prompt, simply type exit and hit Enter. Now you should be back on the Desktop.

Step 4: Reset Windows Password

Now, you need to mount the hard disk partition where Windows is installed. You will be able to access all the removable drives and hard disk partitions from Places menu.

Open all partitions to find the drive with Windows folder. When you find it, make a note of the drive’s label that appears in the menu bar of the file browser.

Once the drive with Windows folder is mounted, open Applications menu from panel, and select Terminal from Accessories menu.

In Terminal window, enter cd /media command, and then list all mounted media drives with ls command.

Once listed, you have to navigate to drive that contains Windows folder. Enter the following command to do so.
cd <hard drive label>

Since we have to make changes to Security Accounts Manager (SAM), which is residing in Windows/System32/config folder. Enter:
cd Windows/System32/config

Once you’re in config folder, use chntpw tool to read Windows user account credentials and make changes to saved passwords. Enter following command to run chntpw tool.
sudo chntpw SAM

The chntpw shows all the configured Windows user accounts with their current status.

It presents 4 different Windows user account tweaking options at the bottom, including clear the admin account password, replace current password/edit password, promote standard user, and unlock locked user accounts. You can reset Windows admin user account password by pressing ‘1’ followed by ‘Y’,  However, to edit the admin password, press ‘2’, enter a new password, hit enter and then press Y to change the password.

The sudo chntpw SAM command can only make changes to Windows admin account password. If you want to change standard user’s password, use the switch –u followed by correct user account name.
sudo chntpw –u <user account name> SAM

Once you’ve changed the user account password, reboot your system, and plug out Ubuntu Live USB. If you’ve just reset the admin password, Windows will not prompt you to enter the password. However, if you changed the password, use the new password to log in to Windows.

Can’t Copy Text from a PDF File?

September 2nd, 2012 by Admin

I am using foxit PDF reader to view my text book. I would like to copy the text from the pdf file into a word document but it won’t let me. I can select the text fine but the option to copy text is not available. I can copy text from other documents but not some. Is there a way to get around this protection in Windows?

Can’t copy text from a PDF file? The reason why you can’t copy and paste is most likely due to the fact that the PDF file has had the copy and paste permission disabled by the creator. You can view the security settings by opening PDF file in Acrobat, click Document Property on File menu, then click Security tab. As you can seen in the screen below, you can protect PDF file from printing, copying or editing.

So how to remove PDF security settings? Without the permission password (also known as Owner Password) you are not allowed to modify, print, copy or extract text and graphics from the PDF file. If you have legal rights or are genuine owner to the PDF document, but forget the password, here is an easy way to help you remove PDF security settings without knowing the original password.

How to Remove PDF Security Settings?

  1. Download and install PDF Password Recovery software on your computer.
  2. Run PDF Password Recovery program, then click the button to select your password-protected PDF document (*.pdf), then choose the Remove Owner Password option.

    PDF Password Recovery

  3. Click the Next button.
  4. Immediately the tool will decrypt the owner password and remove the security restrictions imposed on it, and a new non-protected copy will be created. You will then be allowed to print, copy, modify the decrypted PDF document without even knowing the password.Remove PDF Owner Password

Once you’ve removed the security settings, you are then allowed you copy text from the PDF file. Can’t copy text from a PDF file? PDF Password Recovery can do the job of removing PDF security restrictions efficiently. It saved you a lot of time though not having to manually type all that text. Hopefully, this will help you copy the text you need from a PDF document.

2 Useful Options to Find Windows 7 Password

September 1st, 2012 by Admin

Oops! I forgot my Windows 7 password! Does this happen to you often? Then you might know how difficult it is to find Windows 7 password. There are almost no easy way to find Windows 7 password. In these case we usually left with one option – reinstalling Windows operating system. Reinstalling OS may solve the problem but you will lose all important data present in Windows drive. It will be great if we could easily find lost Windows password. Fortunately, there are some ways to find Windows 7 password using some password recovery software.

Option 1: Find Windows 7 Password While Logging In

If you can still log in to your computer with administrator account, you can try to use Ophcrack to find your Windows password. Ophcrack is a Windows password cracker based on rainbow tables. It is a very efficient implementation of rainbow tables done by the inventors of the method. It comes with a GTK+ Graphical User Interface and runs on Windows, Mac OS X (Intel CPU) as well as on Linux.

Whether you need to find the lost password to a Windows account, you’re looking to ensure that your passwords are secure, Ophcrack is a pretty useful tool.

Option 2: Find Windows 7 Password without Logging In

Forgot Windows password and can’t log in to your user account? Don’t worry! There is an easy way to help you get out of this situation. Reset Windows Password utility is the only software you need. It comes as an ISO image file. Just burn the ISO image to a CD or USB stick, you can then use it to boot your locked computer,  it allows you to reset you forgotten Windows password instantly.

Reset Windows Password utility can be used to deal with all types of Windows password problems, such as forgot Windows password, Windows account is locked out or disabled, password is expired. The program is able to reset Windows admin/user passwords on Windows 8, 7, Vista, XP, 2008, 2003, 2000, as well as resetting forgotten domain passwords on Windows Server 2008, 2003 and 2000.

Conclusion

Each option has its advantages and disadvantages. Option 1 is useful when you forgot Windows password but you can still log in, while Option 2 always works no matter you can log in or not. With these 2 useful options you can find Windows 7 password with ease.

How to Reset Outlook Password

September 1st, 2012 by Admin

Did you forget Outlook password? How to reset Outlook password without knowing the original password? It is convenient that letting Outlook remember your email account password, so Outlook won’t ask you for the password every time you check mail. After a long time, the password are prone to slip out of your mind. How to reset Outlook password once it is lost or forgot?

Resetting Outlook password that you forgot is not so hard as you think. All you need is to get an Outlook password reset tool, which can help you out of the trouble immediately. In this article we’re going to show you how to reset Outlook password quickly and easily.

First of all, get Outlook password reset software here: Outlook Password Recovery. It can help you to reset your Outlook password in a few seconds without knowing your original password. The whole task takes you only 3 steps.

How to Reset Outlook Password?

  1. Install Outlook Password Recovery on your computer.
  2. Run the program and then click on Start Recovery button.

  3. The program will find out email account logins and passwords remembered by Outlook application.

Write the recovered passwords down and access your Outlook. You can reset your Outlook with a new password now. So if you ever lose the password of Outlook account, do not worry just opt for this method and reset your Outlook password quickly and easily.

How to Lock Your Computer with Syskey

August 31st, 2012 by Admin

Windows user passwords can easily be compromised by any geek who has physical access to the PC. There are lot of tools to crack, reset, unlock windows accounts and password such as Ophcrack, Reset Windows Password and more. To enhance login security, Windows has a hidden security feature called syskey which gives us an extra layer of security to log in to the PC. This method of security is not easy to crack easily like user account. But there are something you need to consider before doing this.

  • If you forgot the password the only way to reset is formatting the Windows.
  • You need to enter the syskey before log into user accounts. If your PC is used by multiple users, everyone should know the password.

Syskey is also known as Startup Key. You can store the syskey in Windows locally or on a USB flash drive. If you set syskey to be stored locally, you will have to enter the syskey whenever you boot up the computer. This tutorial will show you how to lock your Windows 10/8/7/Vista/XP computer with syskey.

How to Lock Your Computer with Syskey?

  1. Press the Windows key + R to open the Run box, type syskey and press Enter.
  2. If prompted by UAC, then click on Continue.
  3. Click on Update.

    sam-lock-tool

  4. Click on Password Startup, then enter your password for syskey.

    syskey-startup-password

  5. Click OK. Now it’s done.
  6. Next time, you would need to enter syskey to login to your computer.

    startup-password-prompt

Windows will now require you to enter syskey at startup when you boot your computer.  If your Windows account is password protected, then you are still required to enter your Windows account password in order to get into Windows.

Forgot Administrator Password in Windows 7/Vista/XP

August 31st, 2012 by Admin

Forgot your Administrator password? Can’t remember the administrator password? How can you get out of this situation without formatting and re-installing the operating system? You’ve come to the right place! We have a tool for resetting forgotten administrator password in Windows 7/Vista/XP, it is called Reset Windows Password. This software comes with very simple and easy to use user interface. We can use it to reset forgotten administrator password of any Windows computer in just a few mouse clicks.

How to Reset Forgotten Administrator Password?

  1. Download the Reset Windows Password tool onto a computer you have access to. After download, extract the file, there is an ISO image: ResetWindowsPwd.iso. Burn this ISO image to a CD using ISO burning software such as BurnCDCC. The CD is needed for booting your computer with a forgotten administrator password.
  2. After the CD is ready, place it in the CD drive of your locked computer. Go into computer BIOS and set CD/DVD as the 1st boot device, your computer will boot from the CD you’ve created after restarting.
  3. Once the boot procedure is complete, it will launch the Reset Windows Password utility. Choose the administrator account and then click Reset Password button to remove your forgotten password.
  4. Eject the CD and restart the computer. You will find that it is not asking for password for the administrator account. That’s it, you are done.

Forgot Administrator Password in Windows 7/Vista/XP? With this method you can reset administrator password quickly and easily, no need to reinstall the whole operating system.

How to Retrieve Windows Password

August 30th, 2012 by Admin

Here is the situation. You just changed your Windows admin password. The next morning when you boot your PC, you can’t remember the password to login to your Windows. You got nervous and don’t know what to do. Every passwords you entered were wrong. But, be calm… Every problems have their solutions. Here are 2 solutions to help you reset / retrieve Windows password quickly and easily.

Solution 1: Retrieve Windows Password with Ophcrack

All you need is Ophcrack, a Windows password recovery tool. Borrow someone PC, download the tool and burn it in CD. Then boot your PC with the Live CD and Ophcrack will start do its work. But make sure to set your BIOS to 1st boot from CD or you will end up with boot in Windows. Launch the program and wait the password to be retrieved.

Ophcrack won’t work against strong passwords – particularly if you are trying to retrieve a Windows Vista/7 password. The cracking process can take some time, as well, depending on the password you are trying to crack. Simple passwords tend to be quick – complex passwords take more time. If you used a complex password on a Windows Vista/7 machine you may be out of luck.

Solution 2: Reset Windows Password Instantly

Retrieving Windows password is a time-consuming task, but you can reset forgotten Windows password quickly and easily. Reset Windows Password utility could be used to reset Windows 8/7/Vista/XP/2008/2003/2000 password in no time. Let’s see how it works:

  1. Download the self-extracting Zip file of Reset Windows Password package.
  2. Unzip the download file, there is an ISO image: ResetWindowsPwd.iso. Burn it onto a blank CD/DVD or USB flash drive using ISO2Disc or any CD/DVD burning software you like.
  3. Boot your locked computer from the Windows password reset disk.
  4. Wait until the boot process is complete. When a window pops up with all your Windows accounts, select an user account and then click the Reset Passwordbutton.Reset Windows Password
  5. It will reset Windows password immediately.

Now you can then log in to your account with a blank password and regain access to your computer immediately! No need to spend a long time to retrieve your forgotten Windows password.