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.

Wednesday, February 29, 2012

Well It’s Here: Windows 8 Consumer Preview

Well it’s here. Microsoft is at the Barcelona Spain for the Mobile World Congress, and it is bringing out the Windows 8 big guns. The Windows 8 Consumer Preview is available.

Yes, Windows 8. The next OS version that is expected to make big changes to the computer PC market because the OS is different. So what is supposed to come out?

First the download of the Consumer preview (beta) is available. If you are anxious to test the OS, you can download it here. You can also download the Visual Studio “11” for developing programs for Windows 8 because that is also available today.

Is ARM ready to go?

Not at this time. That is because ARM is a hardware element, which will be part of the Windows 8 on ARM. Since the hardware has to be developed by manufacturers, Microsoft instead is focusing only on the software side now. These manufacturers are by invitation only. And it remains to be seen whether there will be demonstrations of the ARM side. But to download it, no that is not available today.

What Changes are expected?

Aside from the GUI interface, which has drawn a lot of attention, there is the touch screen feature, but most importantly, is how it will work with existing Laptops and PC’s. This is important, because notwithstanding the expected new development in hardware to match the software, if the OS doesn’t work well on existing units, then it’s a bomb now not later.

If everything is alright, is this the final deployment?

That’s hard to say. This is called beta because Microsoft expects to make further tweaks and changes to the system. However, it is also true that the core foundation will not change, meaning that the cake is baked, but there may need to be changes to the icing. That said, the Release to Manufacturing (RTM) should be out soon, with a release to the public by the 3rd or 4th quarter, 2012.

resource: http://www.windows8news.com/2012/02/29/windows8-consumer-preview/

Reset Forgotten Windows Password with a Linux Live CD

Forgetting your Windows password means losing access to important files and settings. A password hint can provide clues to help you remember the password again while a password reset disk allows you to change the lost Windows password in seconds.
Whether you are the administrative user or another account on a Windows machine, if you are a little more technical you might want to simply use the excellent System Rescue CD, which is based on Linux, you can use a Linux LiveCD to reset your password so you can access your account again. If you need to burn a Linux LiveCD and you do not have access to a friend's computer, sign in to your Windows installation as a guest so you can download and burn the ISO file.
Reset Windows password - Use Linux LiveCD
If you are not in favor of the methods listed above, another option is also available. That's to use Linux live CD. Here's how to reset Windows password with Linux Live CD.
Step 1: Just download the live .iso file for any Linux distribution and burn it into CD.
Note:Make sure the Linux LiveCD you choose has "chntpw" included.
Step 2: Insert the Linux LiveCD into the computer you want to access and boot your computer from this CD. You may need to configure your BIOS to boot to a CD before the hard drive.
Step 3: On the command prompt, type the following command to mount your Windows drive:
ntfs-3g /dev/sda1 /mnt/windows -o force
Note: Sda1 refers to your Windows partition. To get a list of the partitions on your machine, use the following command:
cat /proc/partitions
Substitute the name of your Windows partition for "sda1" in the command above.
Step 4: Run the following command to move into the Windows password file directory:
cd /mnt/windows/Windows/System32/config
Step 5: Type "chntpw -l SAM" to list the Windows user account names.(If you are running Trinity Rescue Kit, use this command instead: windpass –l) Replace "username" with your exact user name. This command brings up a text-based wizard.
Step 6: Reset the password for the target account by using the following command:
chntpw -u "username" SAM
Note: Replace "username" with your exact user name. This command brings up a text-based wizard.
Step 7: Press the "2" key on your keyboard to change the password, and enter the new password when prompted. Press "Enter." Press "y" to save the changes. Your Windows password has been reset.
Step 8: Type "reboot" to restart your computer. Remember to remove the boot CD.
Reset Windows Password - Use Windows Password Unlocker
That's all. If you are newbie, it's highly suggested to use Windows Password Unlocker, an efficient Windows password recovery program for all Windows platforms, including Windows 7/Vsita/XP/2008(R2)/2003(R2)/2000. This tool comes with GUI interface and it's easier for you to reset a forgotten password.
By using Windows Password Unlocker, you are able to safely reset Windows password in 5 minutes by taking the following steps:
Step 1: Download Windows Password Unlocker Professional and install it in any computer.
Step 2: Burn a bootable password reset with CD/DVD or USB flash drive in seconds.
Step 3: Insert the disk in the computer you want to reset password of and boot from the disk.
Step 4: Select your Windows installation; select the target user account to reset its password to blank.
Note: Click Reboot to restart computer. Please remember to remove the CD/DVD or USB drive.
Step 5: Log into Windows as normal. Select the target user account icon on the logon screen, press Enter. No password will be prompted for.

Sunday, February 26, 2012

How to Reset My Windows 7 Forgotten Password on a Toshiba Satellite Laptop

Question: I changed my password, and then I forgot it. I deleted the guest account and I never made a backup disk thing. I wanna see if I can reset it, or do something? I really just want to reset it because I don’t wanna do all these crazy things I've tried everything. It's a Toshiba Satellite laptop that running Windows 7.
Problem: Reset the Windows 7 forgot password by using Windows Password Unlocker Professional
When you forgot Toshiba Satellite password, a great way is to use Windows Password Unlocker Professional to reset the password and regain access to your computer. This is the most effective and fastest solution I have ever found.
Windows Password Unlocker Professional is an easy yet powerful Windows password reset app. By using it, you can reset forgotten administrator and other user passwords on all latest Windows platforms, like Windows 7/Vista/XP/2000 and Windows server 2008/2003. This program works for various PC brands, like Toshiba, Dell, HP, etc.
Step 1: Download and burn a bootable password reset disc
To get started, you need to download and install Windows Password Unlocker Professional in another PC that you can run as administrator since you cannot access your Toshiba Satellite. And then you can make a bootable Windows password reset disk with a blank CD/DVD or USB flash drive in seconds.
Step 2: Set BIOS to boot from CD ROM
Once the bootable password reset disk is created, insert it in your Toshiba Satellite laptop. Next boot the laptop to boot from the password reset disk. If create the bootable password reset disk with a CD/DVD, now you can set BIOS of your computer to boot from CD ROM. If you make that disk with a USB drive, you need to set BIOS of your laptop to boot from USB.
Step 3: Reset forgotten Toshiba Satellite password
After the Toshiba Satellite laptop starts from the disk, Windows Password Unlocker will appear in Windows PE mode. Now you can reset Windows password on the lost Toshiba Satellite password within a few clicks.
Select the user account that you want to reset password of, click Reset button, and then Click Yes to confirm your operation. The password of the selected user account will be reset immediately. A message will appear to inform you of this. Click OK to close the message. You'll see the software main interface again. At that time, you can click Reboot button to restart your computer. Please remember to remove the bootable password reset disk while rebooting sothat the computer will boot normally. When you see the Windows logon screen, enter your computer without password.
That's all, it's extremely easy. You can find more about it on How to use Windows Password Unlocker Professional from its official site.

How to Reset My Windows 7 Forgotten Password on a Toshiba Satellite Laptop

Question: I changed my password, and then I forgot it. I deleted the guest account and I never made a backup disk thing. I wanna see if I can reset it, or do something? I really just want to reset it because I don’t wanna do all these crazy things I've tried everything. It's a Toshiba Satellite laptop that running Windows 7.
Problem: Reset the Windows 7 forgot password by using Windows Password Unlocker Professional
When you forgot Toshiba Satellite password, a great way is to use Windows Password Unlocker Professional to reset the password and regain access to your computer. This is the most effective and fastest solution I have ever found.
Windows Password Unlocker Professional is an easy yet powerful Windows password reset app. By using it, you can reset forgotten administrator and other user passwords on all latest Windows platforms, like Windows 7/Vista/XP/2000 and Windows server 2008/2003. This program works for various PC brands, like Toshiba, Dell, HP, etc.
Step 1: Download and burn a bootable password reset disc
To get started, you need to download and install Windows Password Unlocker Professional in another PC that you can run as administrator since you cannot access your Toshiba Satellite. And then you can make a bootable Windows password reset disk with a blank CD/DVD or USB flash drive in seconds.
Step 2: Set BIOS to boot from CD ROM
Once the bootable password reset disk is created, insert it in your Toshiba Satellite laptop. Next boot the laptop to boot from the password reset disk. If create the bootable password reset disk with a CD/DVD, now you can set BIOS of your computer to boot from CD ROM. If you make that disk with a USB drive, you need to set BIOS of your laptop to boot from USB.
Step 3: Reset forgotten Toshiba Satellite password
After the Toshiba Satellite laptop starts from the disk, Windows Password Unlocker will appear in Windows PE mode. Now you can reset Windows password on the lost Toshiba Satellite password within a few clicks.
Select the user account that you want to reset password of, click Reset button, and then Click Yes to confirm your operation. The password of the selected user account will be reset immediately. A message will appear to inform you of this. Click OK to close the message. You'll see the software main interface again. At that time, you can click Reboot button to restart your computer. Please remember to remove the bootable password reset disk while rebooting sothat the computer will boot normally. When you see the Windows logon screen, enter your computer without password.
That's all, it's extremely easy. You can find more about it on How to use Windows Password Unlocker Professional from its official site.