Google+ bgs: 11 Jul 2011
Be the reason of someone's happynes, and never be a part of it. Be the part of someone's sadnes, and never be the reason of it...

How To Disable Facebook’s Facial Recognition Feature

Facebook has rolled out a new feature that relies on facial recognition technology to automatically identify users in photos posted to the site and recommend people that others can tag in these images. 

This new feature is basically Facebook’s way of creating a huge, photo-searchable database of its users. But it also raises questions about what Facebook does with this user data once it collects it and who else is accessing that data after it’s collected.
Facebook’s new facial-recognition feature is getting some unwelcome recognition from a prominent privacy group and lawmakers in the U.S. and European Union. Of course, you can “opt-out” of the facial recognition service, but it’s a pretty weaksolution. Because, opting out won’t keep Facebook from gathering your private data and recognizing your face — it’ll just keep people from tagging you automatically.
While facial recognition technology has exciting possibilities – and is already being utilized to some extent by Google and Apple – there are some obvious privacy concerns as well. Many Facebook users have complained on the site that the feature was turned on without their consent.
Unfortunately, Facebook has a (very bad) history of introducing new features without letting users know in advance. Moreover, Facebook has found itself in hot water a number of times in recent years for making changes that have raised privacy concerns.
Hence we would probably not be too surprised if they don’t listen to all these fresh complaints and end up taking no actions to modify the feature. But if you are wondering how to turn OFF the new facial recognition feature in Facebook, here is how.

How to Disable Facebook’s Facial Recognition Feature?

1. Go to the “Account” tab in the top right hand corner
2. Click on “Privacy settings
3. Click “Customize settings

4. Scroll down to “Things others share
5. Click “Edit settings” next to “Suggest photos of me to friends”.
6. Select “Disable” or “Enable” from the drop-down....

How to Install Windows 7 From a USB Drive

Installing Windows from a USB flash drive has several advantages – First of all, the overall speed of the installation process will increase significantly, carrying a USB stick is much more convenient than a DVD, and finally it becomes possible to install the OS even on those systems that do not have a DVD drive, such as a netbook.
STEPS:
1. USB flash drive with a minimum capacity of 4 GB.
2. Windows 7 set-up DVD.
Step-1: Plug-in your USB flash drive and backup all the existing data in it.
Step-2: Open the command prompt. If you are using Windows 7/Vista then open it with administrator rights.
Goto Start ; All Programs; Accessories ; Right-click on “Command Prompt” and select “Run as Administrator”
Step 3: In the command prompt, type in the following command:
DISKPART
this will start the Microsoft DiskPart utility.
Now issue the following command:
LIST DISK
This will show you a list of  available disks on your system. Disk 0 is usually the hard disk. In my case, Disk 5 is the USB drive (this can be a different one in your case). Now issue the command as shown below:
SELECT DISK 5
NOTE: In the above command, 5 is the USB drive number on my system. If you have a different number on your system, then you need to replace 5 with that number.
Step-4: Now issue the following list of commands one by one as shown below: CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS QUICK
ASSIGN
EXIT
Minimize the command prompt and proceed to the next step.
Step 5: Insert the Windows 7/Vista installation disc and note down the “drive letter” of your DVD drive. In my case, it is “H:”. Now type the following list of commands as shown below: H: CD BOOT
CD BOOT
BOOTSECT.EXE /NT60 k:(NOTE: k: is your USB drive letter)
  EXIT
Step-6: Copy the contents of your Windows 7/Vista installation disk into the USB flash drive.That’s it! Your USB stick is now ready to boot and install the OS for you. Don’t forget to enable the “USB Boot” option and change the “boot priority to USB device from hard disk” in your BIOS settings.