Wednesday, March 28, 2012

Reset Windows Password with Command Line

Are you an administrator on the Windows operating system with multiple user accounts? Have you forgotten the password to one of those accounts and you are locked out? Then, provided you are the administrator who is locked, then how would you reset Windows password on Windows 7 /XP/Vista?
Well, firstly, you can reset the password from the command line.
Step 1: Just go to your start menu then choose "run" (or press your Windows key and then press R). Then in the box that pops up, type cmd and press enter.
Step 2: In the black box that comes up, type net user then enter. This will give you a list of all your Windows accounts on that computer.
Step 3: To change the password for one of these accounts is very simple. Say the Windows account name is asked and you want to change the password to my password then you just need to type the following :
net user asks mypassword
Step 4: After pressing enter, you should then get a message saying “the command completed successfully”. That means the password has now been changed and you can now log into that account.
Note: With this method, you must need to logon with administrative privileges.
Secondly, if you the only user on the laptop and there is no password reset disk in hand, then how to do with Windows password recovery?
If you have more than one available account with administrative previlege, you can easily reset the password from Control Panel.
Step 1: Log in to a separate administrator account, if you have more than one set up.
Step 2: Click "Start" in the lower left-hand corner of the screen and navigate through the menu to the Control Panel.
Step 3: Open the User Accounts control panel.
Step 4: Select the user account to which you are unable to log in. Select "Change Password" from the menu and enter a new password for the account. Then click "Okay".
Thirdly, you can reset W indows password by a bootable CD/DVD/USB flash drive.
When you encounter the trouble to reset Windows password, you need to prepare a bootable CD/DVD/USB and download a third party software if you failed to reset the password without a password reset disk or another available admin account and password.
Windows Password Unlocker is such software that you can reset forgotten Windows password for Windows 7/XP/Vista by a burned CD/DVD/USB. It is professionally designed to reset lost password with less time-consuming and 100% recovery guaranteed. Also it can reset Windows domain password for Windows Server 2008/2003/2000.

Tuesday, March 13, 2012

How to Reset Windows Admin Password on XP

Passwords - those ubiquitious alphanumeric codes that protect us and give us access to everything digital- can be confusing. Though your computer likely won’t forget a password, you very well might. When this happens, you can be locked out of your whole system, as in the case of the Windows XP administrator password.
We often take a Windows password recovery tool to reset Windows password on XP when we lost the login password as it is recommended as the most suitable and available way to bypass or remove the password. However, most of them are chargeful and cost us some pennies on this issue. Today, we are going to learn ways to reset xp password without a penny.
Method 1: Take a Windows password reset disk
Windows XP allows us to create a password reset disk before we lost the password. It is considered the easiest way to reset Windows password when you are forbiddened to access your laptop with protected password. However, many of us haven't enough consciousness on creating a Windows password reset disk before they lost the password. Just follow the way to use the password reset disk to reset Windows password on XP.
1. Type a wrong password on the Windows logon screen.
2. Click OK when Windows displays a message that the password is incorrect and Reset password link will appear.
3. Click Reset password to pop up Password Reset Wizard screen, and then click Next.
4. Follow the steps in the Password Reset Wizard to create a new password.
Note:This solution takes effect provided you have created a Windows password reset disk for your Windows account in advance if you want to reset Windows password.
Method 2: Reset XP Password with Typing cmd
Step 1: Press start and run then type cmd in the box and enter. You will see C:\documents and settings\administrator>; or C:\documents and settings\owner>; or C:\documents and settings\YouNameIT>;Step 2: Now type "net user". This will show you the accounts in the computer like above if you are logged in to administrator it will show up as C:\documents and settings\administrator>.
Note: If you are logged in as owner it will show up as C:\documents and settings\owner>; or any name else just like above.
Step 3: If you wanna change the password on that account just type in net user administrator in order to type that star which is also called asterix you have to press shift and 8 after you type in the command above.
After that, it will ask you to enter a password just type in anything it will overwrite the one that was there now confirm the password you wrote down.
With these methods, you can easily solve your Windows password recovery issue on Windows XP even  without any penny cost.

Friday, March 9, 2012

What to Do If you Forgot SA Password in SQL Server?

By default, you can login to SQL Server with windows admin account. If you followed the security instructions of removing the windows built-in\Administrators from the sysadmin server role when you forgot SA password, what to do? Reinstall SQL Server? No, it is not needed.
Here are two solutions for you to login to SQL server again which won't damage the data in it.
Solution 1: Employ MS SQL Server Password Unlocker
MS SQL Password Unlocker guarantees nearly 100% success rate to change forgotten SA and other login passwords into a new one through the master .mdf file, no matter how long and how complicated the old password is. The tool supports MS SQL Server 2008/2005/2000. Steps are following and take ways to reset the forgot SQL Ppassword:
Step 1: Download MS SQL Server Password Unlocker on your local PC, install and launch it.
Step 2: Click the Open button to import the file of master.mdf. And then, all the login names of your MS SQL Server will be displayed.
Step 3: Select the SA account and then click Change Password button.
Step 4: Enter your new password and click OK. Your SA password will be reset.
This is the simplest way to login to SQL Server again when you forgot SA password, and cannot access the server by windows authentication.
Solution 2: Make use of single-user mode
Members in Windows Administrators group could access to SQL Server when SQL Server is started in single-user mode, also known as maintenance mode. Thus, you can use it to reset the forgotten SA password.
In order to start SQL Server in single-user mode, use the following steps:
Step 1: Open the Configuration Manager tool from the SQL Server 2005| Configuration menu;
Step 2: Stop the SQL Server Instance you need to recover;
Step 3: Navigate to the Advanced tab, and in the Properties text box add "m" to the end of the list in the "Startup parameters" option;
Step 4: Click the "OK" button and restart the SQL Server Instance ./p
NOTE: Make sure there is no space between ";" and "-m", the registry parameter parser is sensitive to such typos.
Step 5: After the SQL Server Instance starts in single-user mode, the Windows Administrator account is able to connect to SQL Server using the sqlcmd utility. Use SQL commands as follows to add an existing login (or a newly created one) to the sysadmin server role.
Step 6: Once the sysadmin access has been recovered, remove the -m; from the startup parameters using the Configuration Manager and restart the SQL Server Instance.
Step 7: Login to SQL server with the windows admin account. In Object Explorer, open Security folder, open Logins folder. Right Click on SA account and go to Properties.
Step 1: Type a new SQL SA password, and confirm SA password reset.
To conclude,when you forgot SA password, no need to be worried, just use MS SQL Server Password Unlocker to simply change SA password, or access to SQL Server by the more complicated single-user mode.

What to Do If you Forgot SA Password in SQL Server?

By default, you can login to SQL Server with windows admin account. If you followed the security instructions of removing the windows built-in\Administrators from the sysadmin server role when you forgot SA password, what to do? Reinstall SQL Server? No, it is not needed.
Here are two solutions for you to login to SQL server again which won't damage the data in it.
Solution 1: Employ MS SQL Server Password Unlocker
MS SQL Password Unlocker guarantees nearly 100% success rate to change forgotten SA and other login passwords into a new one through the master .mdf file, no matter how long and how complicated the old password is. The tool supports MS SQL Server 2008/2005/2000. Steps are following and take ways to reset the forgot SQL Ppassword:
Step 1: Download MS SQL Server Password Unlocker on your local PC, install and launch it.
Step 2: Click the Open button to import the file of master.mdf. And then, all the login names of your MS SQL Server will be displayed.
Step 3: Select the SA account and then click Change Password button.
Step 4: Enter your new password and click OK. Your SA password will be reset.
This is the simplest way to login to SQL Server again when you forgot SA password, and cannot access the server by windows authentication.
Solution 2: Make use of single-user mode
Members in Windows Administrators group could access to SQL Server when SQL Server is started in single-user mode, also known as maintenance mode. Thus, you can use it to reset the forgotten SA password.
In order to start SQL Server in single-user mode, use the following steps:
Step 1: Open the Configuration Manager tool from the SQL Server 2005| Configuration menu;
Step 2: Stop the SQL Server Instance you need to recover;
Step 3: Navigate to the Advanced tab, and in the Properties text box add "m" to the end of the list in the "Startup parameters" option;
Step 4: Click the "OK" button and restart the SQL Server Instance ./p
NOTE: Make sure there is no space between ";" and "-m", the registry parameter parser is sensitive to such typos.
Step 5: After the SQL Server Instance starts in single-user mode, the Windows Administrator account is able to connect to SQL Server using the sqlcmd utility. Use SQL commands as follows to add an existing login (or a newly created one) to the sysadmin server role.
Step 6: Once the sysadmin access has been recovered, remove the -m; from the startup parameters using the Configuration Manager and restart the SQL Server Instance.
Step 7: Login to SQL server with the windows admin account. In Object Explorer, open Security folder, open Logins folder. Right Click on SA account and go to Properties.
Step 1: Type a new SQL SA password, and confirm SA password reset.
To conclude,when you forgot SA password, no need to be worried, just use MS SQL Server Password Unlocker to simply change SA password, or access to SQL Server by the more complicated single-user mode.

Wednesday, March 7, 2012

How to Reset the Administrator Password on a Mac

If you've misplaced or simply forgotten the administrator password on your Mac, you won't be able to perform necessary software updates, change certain settings or install new software. You may even be unable to log in to your computer. However, there are ways you can bypass or reset the administrator password on your Mac and take back control.
Step 1: Insert the Mac OS X Install Disk ( No. 1) that came with your computer (not Mac OS X Install Disk No. 2).
Step 2: Restart your computer and hold down the key on your keyboard. This will ensure your Mac boots from the install CD.
Step 3: Choose your language and accept the license terms, then select Reset Password from the Installer menu.
Step 4: Pick your hard drive (probably named Macintosh HD) and choose the name of the administrator whose password should be reset.
Step 5: Select a new password. Don't forget it.
Step 6: Restart your computer and log in using the administrator password you just reset.
Well, it seems easy to reset the admin password on Mac, and if you forgot Windows password, how would you reset the password? Though you can take the password reset disk to reset the forgotten password, if you have not created a Windows password reset disk, what should you do?
Take easy! There are so many Windows password recovery tools which can give a big help to you for Windows password recovery. As is known to all, Windows Password Unlocker can help you reset the forgotten or lost Windows local and domain administrator and other user account password, which prevents you from accessing your computer. With this efficient Windows password recovery utility, you can enjoy quick access to your locked computer without formatting, no matter what your PC brand and Windows OS are. 100% recovery rate is guaranteed.
Key features about Windows Password Unlocker:
Instantly reset Windows password on local account for administrator and other user account password for Windows 7/Vista/XP/2008/ 2003/2000 by using the following 3 options:
Remove Windows local password
Change Windows local password
Create a new local administrator account
Reset Windows Domain Password
2 efficient options to reset administrator and user passwords on domain account for Windows server 2000/2003(R2) /2008 (R2) acting as domain controllers.
Change domain password to a new one
Create a new domain administrator account
Reset Password Instantly within 3 Steps
3 simple steps: Download – Burn - Reset under Win PE
Step1: Download Windows Password Unlocker
Step 2: Burn a bootable CD/DVD/USB drive in a few seconds
Step 3: Reset lost Windows password under Win PE in minutes.
Reset Password for Various PC Brands
Efficiently reset lost Windows login password for various brands of desktops, laptops and tablet PCs, like Dell, Hp, Sony, Toshiba, Acer, Samsung and ThinkPad, with many types of hard disks supported, like RAID, SATA, IDE and SCSI.

How to Reset the Administrator Password on a Mac

If you've misplaced or simply forgotten the administrator password on your Mac, you won't be able to perform necessary software updates, change certain settings or install new software. You may even be unable to log in to your computer. However, there are ways you can bypass or reset the administrator password on your Mac and take back control.
Step 1: Insert the Mac OS X Install Disk ( No. 1) that came with your computer (not Mac OS X Install Disk No. 2).
Step 2: Restart your computer and hold down the key on your keyboard. This will ensure your Mac boots from the install CD.
Step 3: Choose your language and accept the license terms, then select Reset Password from the Installer menu.
Step 4: Pick your hard drive (probably named Macintosh HD) and choose the name of the administrator whose password should be reset.
Step 5: Select a new password. Don't forget it.
Step 6: Restart your computer and log in using the administrator password you just reset.
Well, it seems easy to reset the admin password on Mac, and if you forgot Windows password, how would you reset the password? Though you can take the password reset disk to reset the forgotten password, if you have not created a Windows password reset disk, what should you do?
Take easy! There are so many Windows password recovery tools which can give a big help to you for Windows password recovery. As is known to all, Windows Password Unlocker can help you reset the forgotten or lost Windows local and domain administrator and other user account password, which prevents you from accessing your computer. With this efficient Windows password recovery utility, you can enjoy quick access to your locked computer without formatting, no matter what your PC brand and Windows OS are. 100% recovery rate is guaranteed.
Key features about Windows Password Unlocker:
Instantly reset Windows password on local account for administrator and other user account password for Windows 7/Vista/XP/2008/ 2003/2000 by using the following 3 options:
Remove Windows local password
Change Windows local password
Create a new local administrator account
Reset Windows Domain Password
2 efficient options to reset administrator and user passwords on domain account for Windows server 2000/2003(R2) /2008 (R2) acting as domain controllers.
Change domain password to a new one
Create a new domain administrator account
Reset Password Instantly within 3 Steps
3 simple steps: Download – Burn - Reset under Win PE
Step1: Download Windows Password Unlocker
Step 2: Burn a bootable CD/DVD/USB drive in a few seconds
Step 3: Reset lost Windows password under Win PE in minutes.
Reset Password for Various PC Brands
Efficiently reset lost Windows login password for various brands of desktops, laptops and tablet PCs, like Dell, Hp, Sony, Toshiba, Acer, Samsung and ThinkPad, with many types of hard disks supported, like RAID, SATA, IDE and SCSI.