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 […]
How To Automatically Logon To Windows 7
June 13, 2012 by No comments »If you don’t want to bother with entering Windows login password every time your computer is starting up, you could configure Windows 7 to automatically log in to your user account. This could also speed up the Windows 7 boot process and save your time. There’s an easy tweak that will let you enable automatic […]
How to Reset Domain Administrator Password on Windows Server 2008/2003/2000
June 12, 2012 by 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 […]
3 Best Free Password Managers
June 12, 2012 by 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 […]
3 Handy Password Recovery Tips In Case You Forgot Windows Password
June 12, 2012 by 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. […]
Create a Windows System Repair Disc for Emergency Use
March 5, 2013 by 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 […]
How to Log on to Windows if You Forgot Administrator Password
June 11, 2012 by 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 […]
How to Change SA Password in SQL Server 2005
June 11, 2012 by 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 […]
How to Recover MDB Password of MS Access Database
June 10, 2012 by 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. […]