How to Delete Windows 7/Vista/XP Password Using USB Drive or CD

June 13, 2012 by Admin No comments »

A lot of methods are available to crack and recover Windows password. One of the most popular software is Ophcrack. Even I have written a tutorial to cover the steps of recovering Windows 7 password using Ophcrack, many users still can’t get it to work. I think the mainly factor is that Ophcrack is a […]

Read More »

How to Password Protect Your Running Programs

June 16, 2012 by Admin No comments »

You might have faced a situation where you have to leave your work in front of somebody and move away from them. You only have the choice to leave the system and can’t logoff Windows. Think of such a situation. Yes it can happen some times. So how can we protect your running programs from […]

Read More »

How to Reset Domain Administrator Password on Windows Server 2008/2003/2000

June 12, 2012 by Admin No comments »

An important part of any client/server network architecture is the user accounts that are created in the domain. User accounts are known as domain accounts as they are authenticated by the domain controller and can be logged on using any computer that is a member of the domain. As an administrator of any LAN infrastructure […]

Read More »

3 Best Free Password Managers

June 12, 2012 by Admin No comments »

Most of us end up having so many different passwords for different websites, that sometimes it becomes really hard to remember them. Writing them anywhere would defeat the whole purpose of having a password. A very simple solution is a Password Manager. Password Manager is a software that securely stores all your passwords, and you […]

Read More »

3 Handy Password Recovery Tips In Case You Forgot Windows Password

June 12, 2012 by Admin No comments »

As it’s known to us, a strong password is an important aspect of computer security. Many computer users set an extremely complicated Windows password consisting of various numbers, characters and symbols. It will greatly improve the system security without doubt. But if the user has bad memory, the complex Windows password can be easily forgotten. […]

Read More »

Create a Windows System Repair Disc for Emergency Use

March 5, 2013 by Admin No comments »

When faced with a computer that won’t start most people tend to panic, worried that all the data on their PC is gone forever. There are many reasons why a computer won’t boot up, it may be due to a blue screen, virus infect or some critical system files are missing or damaged. I don’t […]

Read More »

How to Log on to Windows if You Forgot Administrator Password

June 11, 2012 by Admin No comments »

I’m having trouble logging into my user account under Windows 7. It seems that my password is no longer valid and now I can’t get in. The only way I can login to the system is to do so under my son’s account which does not have administrative rights. Also, when I go to Control […]

Read More »

How to Change SA Password in SQL Server 2005

June 11, 2012 by Admin No comments »

Forgot SQL Server password and unable to login using the SA account? If you happen to forget your SQL Server password for sa account, then here’s a simple query to help you reset it: GO ALTER LOGIN sa WITH DEFAULT_DATABASE=master GO USE master GO ALTER LOGIN sa WITH PASSWORD=N’MyNewPassword’ MUST_CHANGE GO In case you remember […]

Read More »

How to Recover MDB Password of MS Access Database

June 10, 2012 by Admin No comments »

MS Access MDB files are used to save data in database form. We can protect MS Access database with password for the security reasons. Sometimes you may forget the password of those files. In some cases we have to search for sample databases or project source databases on the internet or copying from friend’s computer. […]

Read More »