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 »

Cisco Router Password Recovery Tutorial

October 12, 2018 by Admin No comments »

If you work with Cisco routers I guarantee you will at some stage attempt to login to a router only to discover you can’t remember the password. When this happens you will be forced to execute the Cisco router password recovery process. Please note this specific process is primarily for Cisco 3600 and 3800 routers […]

Read More »

How to Change Directory Service Restore Mode (DSRM) Password

June 7, 2012 by Admin No comments »

Directory Service Restore Mode (DSRM) password is set during the installation of Active Directory on a server. This password will be required when you boot up your domain controller in Directory Service Restore Mode by pressing F8. DSRM is required to restore the Active Directory database. Since, DSRM is used very rarely, there are chances […]

Read More »

How to Add a Computer to Windows Server 2008 Active Directory Domain?

June 7, 2012 by Admin No comments »

This post is for newbies, for the people who are learning Windows Server and Active Directory administration. Follow below steps for adding a computer or a member server to Windows Server 2008 Active Directory based domain. Go to Run and type ‘NCPA.CPL’ and launch Network settings. Configure IP address, Subnet Mask, Gateway IP (if any) […]

Read More »