[Tip] Download Your Entire Facebook Data

facebook logo

What’s the point of any service where you don’t have control over the data you add through it? This is the first and foremost point that every user considers before using any service and the service provider must be up to it to provide users with full control over their data. Being the most widely used social networking website on the internet, Facebook is no exception. Facebook has recently added a provision through which the users can download their entire personal information that you have posted on Facebook including messages, Wall posts, photos, status updates and profile information etc. You can download all this data with a single click.

Follow these steps to download all your information on Facebook:

1. Login to Facebook and click “Account Settings” under Account.

Facebook account settings

2. Locate “Download Your Information” in the Settings tab and click “learn more” link present right next to it.

Download Your Information in fb account settings

3. In the next page, you will receive a brief message about what the tool exactly going to do along with a brief warning message. Click on the green “Download” button to proceed to the next step.

Download Your Information warning in facebook

4. A pop-up window (“Request My Download”) appears now. The window tells you to wait till Facebook gathers all your photos, wall posts, messages and other information. Click on the Download button again to proceed.

Request my download window in facebook

Request my download window in facebook

5. It may take a little while for Facebook to gather all your information and you will eventually receive a mail containing a download link for the zip file containing your Facebook account information.

You need to verify your identity by entering your account password before you can download the zipped file.

Download your information fb verification

In the next page you should see a download button along with showing information about the size of the file you are about to download. Download the .zip file and unzip to see the contents of it. You should see sub-folders like photos, html along with index.html and readme files.

6. You are done with downloading your information from Facebook!

Watch the below to video to follow the above steps:

[How To] Display Run Command Button In Start Menu

Run start menu link

Run Command in Windows is so handy to run programs and other commands quickly. Even though it has lost it’s charm a bit in Vista and Windows 7 due to the wonderful “search and run” addition to the Start Menu, it still does hold it’s prominence among users who are used to it from the days of Windows XP.

By default RUN command option is hidden in Start Menu for Windows 7 and Vista and one needs to either press Windows Key + R or search for “run’ in the Start Menu and press enter to open the RUN command. Fortunately Windows 7 and Vista allow you to add  this “RUN” command button to the Start Menu for quicker access. Here are the two ways in which you can add this button.

Method-1:

1. Right-click on Start Menu and click “Properties”.

Start menu properties option

2. In the “Taskbar and Start Menu Properties” window, click on “Customize” option found under the “Start Menu” tab as shown:

Start menu properties customize option

3. A new window will open up, scroll down the list until you find “Run Command” option. Just check against it and click OK.

Run command option in start menu customize

4. Click OK in the “Taskbar and Start Menu Properties” window to save the settings and close the window. You will now find the “Run..” command option right inside the Start Menu as shown in the screenshot below:

run option in start menu

Method-2: Using Registry Editor:

1. Type “regedit” in the Start Menu search bar and hit Enter to open the Registry Editor.

2. Go to the following path in the Registry Editor:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

3. On the right side pane, look for a key named “Start_ShowRun” :

Start ShowRun key in regedit

4. Double-click on the key to change it’s DWORD value. Enter “1” in the “Value data” field and click OK.

DWORD edit for Start ShowRun key in regedit

5. Close the Registry Editor and as usual Logoff and log back into notice the change (you may instead restart your explorer.exe process as well). Your Start Menu should showup the “Run..” button as shown in the above pic.

[Tip] Find System Uptime In Windows 7

Sometimes you will leave your system running for too much of time and later you forget for how much time you had kept it running like that. Wouldn’t it be just useful if we can find the exact system boot time or uptime (the amount of time for which your computer is running since it’s turned on) of your Windows?

Here are the simple tricks that you can use in your Windows 7 or Windows Vista based computers to find the system uptime or exact boot time.

Method-1: Using SystemInfo

Here we’ll make use of systeminfo command, using which we wrote a tutorial earlier to find the windows 7 original install date.

Type “cmd” in the Start Menu search bar and press enter to open the Command Prompt window. Type the following command in the cmd window and hit Enter:

Systeminfo | Find “Boot Time”

And you will see the System Boot Time in the next line in the CMD window as shown:

system boot time in cmd

Once you know the boot time, you can easily calculate the System Up time or vice versa.

Method-2: Using Task Manager

Right-click on the taskbar and choose “Start Task Manager” to open the task manager. Alternatively you can press CTRL + SHIFT + ESC to open it directly.

Under the Performance tab, you will find Up Time being listed as shown:

uptime in task manager

As you can see from the above screenshot, Up Time for my system is shown as 0:08:47:31 which translates to 0 days, 8 hours, 47 minutes and 31 seconds.

Note:

These values turns up accurate only when you keep your system running. These values may deviate slightly from the actual values if your system goes to stand by mode or sleep mode in the middle.

[How To] Remove “All Programs” From Start Menu

All programs in start menu

All Programs in the Start Menu shows a list of all the programs installed in your Windows to open and run a particular program. It was an essential button in case of Windows XP and other older versions of Windows, but not so much when it comes to Windows Vista or Windows 7. You can use the Start Menu search to search and run a program immediately without navigating through the list of programs under “All Programs”. If you don’t use “All Programs” list much, you can always disable (or hide or remove) it from the Start Menu. I have provided here, the two ways of doing it. While the first method works only for Professional, Business and Ultimate editions of Windows 7, the second method (which uses registry hack) is universal and can be applied to all editions of Windows 7 (including Home Premium).

Method-1: Using Group Policy Editor

1. Press Start button + R to open the RUN dialog box, type “gpedit.msc” in the text field and press OK to open the Group Policy Editor.

gpedit run command

2. Go to the following path in the Group Policy Editor:

Local Computer Policy > User Configuration > Star Menu and Taskbar

Start Menu and Taskbar in GPEDIT

3. On the right side pane, find an entry by titled “Remove All Programs list from the Start Menu”.

Remove all programs list gpedit

4. Double-click on it to change the settings. Choose

all programs remove from start menu gpedit setting

Change the setting from to “Enabled” from the default value of “Not configured”.

all programs remove from start menu gpedit setting

5. Click “OK” to apply the changes and close the settings window.

Logoff from your user account and then log back in to see the change:

all programs missing from start menu

Method 2 – Using Registry Editor

1. Press Start button + R to open the RUN and type “regedit” and press the Enter key to open the Registry Editor.

regedit run command

2. In the Registry Editor, find the following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

3. On the right side pane, create a new 32-bit DWORD. To create one, right-click on the empty space on the right hand side and choose “New > DWORD (32-bit) Value”.
regedit_new_dword_explorer

4. Name it as “NoStartMenuMorePrograms” as shown:

NoStartMenuMorePrograms in regedit

5. Double-click on the NoStartMenuMorePrograms and change its value data to “1” (the default value would be “0”).

NoStartMenuMorePrograms value data change

6. Click OK to save the settings.

Logoff from your account and log back in to see the change as shown in the above pic.

To Undo The Change:

# Choose the setting for “Remove All Programs list from the Start Menu” to either “Not Configured” or “Disabled” in method-1.

# Change the Value data field back to “0” or completely delete the newly added NoStartMenuMorePrograms DWORD on the right side pane in case of method-2.

[How To] Add A “Delete” Button To The Windows Explorer Toolbar

Windows explorer toolbar default options

Windows 7 has a nice and handy toolbar in all explorer windows which contains the important commands that you can use on the files selected in the window. Only few options will be shown here and you need to right-click on the file to get all the possible commands in the context menu that you can use on the file.

Wouldn’t it be nicer if we have default commands like “Delete” permanently hooked to this explorer toolbar? Let’s see how to add “Delete” button to the Windows 7 explorer toolbar.

Steps:

1. Press Start button + R to open the RUN, type “regedit” in the text field and press OK or hit Enter to open the Registry Editor.

2. Navigate to the following path in the registry editor:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes

3. You need to take ownership for the following keys:

* {5c4f28b5-f869-4e84-8e60-f11db97c5cc7}

* {5fa96407-7e77-483c-ac93-691d05850de8}

* {7d49d726-3c21-4f05-99aa-fdc2c9474656}

* {94d6ddcc-4a68-4175-a374-bd584a510b78}

* {b3690e58-e961-423b-b687-386ebfd83239}

Right-click on the key and choose “Permissions”.

Permissions in context menu right-click regedit key

Permissions settings window for registry keys

Then Click on “Advanced” button and head over to the “Owner” tab in the Advanced Security Settings window. Select your user account name and click OK to apply the settings changes.

Advanced security settings window for registry keys

Now, in the Permissions window, choose your user account and check against “Allow” field against “Full Control”checkbox.

Click OK to apply the changes and close the window. Repeat this for all of the keys mentioned above.

4. Now download the following registry file (.reg file) which is complied with all of the registry changes that you need to perform to achieve our desired result. Save it somewhere on your desktop.

Adding Delete Windows Explorer Toolbar button

Right-click on the file and choose “Merge”.

5. Logout from your account and log back in or restart the explorer.exe process to observe the changes.

Delete button in Windows explorer toolbar

The “Delete” button from now on should appear in all of your Windows Explorer windows as shown in the above screenshot. This button will start appearing in all of the explorer Windows including Documents, Music, Pictures, Videos etc. and for all other folders as well.

Removing The Delete Button From The Explorer Toolbar:

To undo this change and revert back to the original settings, download and save the following registry file, right-click on it and choose “Merge” as said above.

Remove Delete Windows Explorer Toolbar button

Again, as said above, you need to logout and long back in or restart the windows explorer process to see the changes.

Note:

  • In case you get the error during the “merge” operation after downloading the registry file in the step 4 or while removing the “Delete” button, it is to be understood that you haven’t taken ownership for all of the keys mentioned in the step 3.
  • It is recommended that you take a backup of the registry before proceeding with editing the registry keys. Right-click on the “FolderTypes” hive and choose “Export’ to save a backup of the whole registry keys and sub-keys present in it.
  • This registry hack works for Windows 7 only.
  • The “Delete” button in the explorer toolbar only moves the files to the Recycle Bin. It will not delete the files for permanent in any case.

[How To] Remove Shutdown, Restart Options From Start Menu

no shutdown and restart option in start menu

Do you want to prevent other users from shutting down your computer when you are away? Are you serving a server on your computer which needs to be up all the time and hence want to remove the Power button and other options including Shut Down, Restart, Sleep, and Hibernate from the Start Menu so that gets to difficult to turn off the system?

Whatever may be the reason, if you want to remove the Shut Down button et al., follow the steps discussed below. You have two methods to choose from: The first method is universal and applies to all the editions of Windows 7, while the second method is applicable to Professional, Business or Ultimate editions only.

Warning: If you have followed this tutorial and removed the “Shutdown” and “Restart” options from your Start Menu, the “Turn Off” option that would normally shows up when you hit CTR+ ALT+ DELETE would also go missing and the only way to shutdown your computer in such a case is to use the command line tool which can be a bit difficult. Try these methods only if you are really need to do so.

Method-I: Using Registry Editor

1. Press Windows key + R to open RUN and type “regedit” in the text field and press OK.

regedit run command

2. Navigate to the following path in the registry editor:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

3. Right-click on the right side pane and choose New > “DWORD (32-bit) Value”.

New_Dword_regedit_shutdown_remove

4. Give it a name as “NoClose”.

NoClose new dword in regedit

5. Double-click on the newly created DWORD (NoClose) and change the “value data” to 1.

Regedit edits to remove shutdown options

Click OK and close the registry editor. You might have to log out and then log back in or restart the “explorer” (kill explorer.exe and run it again using the task manager) to see the changes.

Method-II: Using Group Policy Editor :

Group Policy Editor will not be present in the Windows 7 Home edition. So if you have other editions of Windows 7 like Professional, Ultimate or Business, you can proceed with this method which is relatively simpler than the first method.

1. Press Windows Key + R and type “gpedit.msc” in the text field and hit OK to open the Group Policy Editor.

gpedit in run command

2. Navigate to the following path:

Local Computer Policy > User Configuration > Star Menu and Taskbar

Start Menu and taskbar in GPEDIT

3. On the right side pane, you will find an entry “Remove access to the Shut Down, Restart, Sleep and Hibernate commands”.

GPEDIT shutdown button access settings

Double-click on it to change the settings.

4. You need to change the option in settings window to “Enabled” from the default value “Not Configured”.

shutdown button access settings

New setting:

shutdown button access settings

Click OK to apply the changes and close the window. The changes can be seen immediately. The Power button and the Shut Down, Restart, Sleep, and Hibernate commands will be removed from the start menu as shown in this pic.

To undo this change:

Delete the NoClose DWORD entry in the method-1.

Change the value back to “disabled” or “not configured” in case of method-2.

[How To] Add, Edit & Manage Windows Contacts

Windows 7 contacts

Windows Contacts is a nice little feature that lets you create contacts for people and organizations to keep track of them in your computer. You can create a dedicated contact for one person or organization. All Windows Contacts added here will automatically serve as address book for Windows Mail, meaning that you can choose the recipient from this Contacts folder.

All the details in the Contacts folder can also serve as multi-purpose contacts and contain various information including E-mail addresses, picture, phone numbers, street addresses, family information, website addresses, notes etc.

You can also synchronize Windows Contacts to your mobile phone or vice-versa. Nokia and Samsung mobile phones support contacts in vCard(.vcf) and CSV format and Sony Ericsson mobile phones support .contact format. The good thing with Windows Contacts is that you can export all the contacts inside this folder to the above formats.

export windows contacts

To open Contacts folder in your Windows, go to Start Menu, and type “contacts” in the search box and open the Contacts from the results.

contacts search results in start menu

Click on “New Contact” link below the location bar in the Window to create a new contact.

New contact link in contact folder

Add as much details as you can, you can even add a picture to it:

Editing Windows Contacts details

Windows contact summary

That’s it. Now you have successfully created a new contact in the Windows Contacts. Add as many contacts as you can, and you will be ready use to these contacts with Windows Mail or sync with your mobile phone and other supported devices.

[How To] Find The Date When The Windows Was Installed

Windows logo

If you have installed Windows long back like me and not sure the exact date when you installed it, there is a simple way you could find this. As a part of the “systeminfo” command, Windows shows this info through the command prompt window. This trick works in all the different versions of Windows including Windows 7, Windows Vista and Windows XP. Follow these steps to learn how to find the original install date of Windows.

Steps:

1. Type “cmd” in the Start Menu and hit Enter to open the Command Prompt (Choose “Yes” when asked by UAC in Windows 7 to open the cmd)

Command Prompt window

2. Type the following command in the command prompt window and press Enter.

systeminfo | find /i "install date"

Wait till the requested information is loaded in the window.

cmd_original_install_date

3. You will see the date of installation of Windows shown next to “Original Install Date”.

A Complex Alternative Method:

If you are curious to find other ways to find the same, open the Registry Editor (press Start button + R, type “regedit” and click OK), navigate to the following path:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion

installDate regedit value

On the right hand pane, find the key with name “InstallDate”. Double-click on it to see the value data, which will be in “Hexadecimal” form.

InstallDate regedit value

For instance in my case it is 4b2edb27. It indicates the number of seconds since January 1, 1970 (1/ 1/ 1970) when converted to binary decimal. Use “Programmer” mode in Windows 7 calculator to do this conversion. In this case, the value turns out to be 1261361959. So the date of installation of Windows 7 on my system happened 1261361959 seconds after 1/ 1/ 1970 12 AM. Do the math and find the value Smile , if you are patient enough and the result should match the date found using the first method.

[How To] Add “Show Desktop” Shortcut Manually In Windows 7

show desktop shortcut

Remember the pretty useful “Show Desktop” icon that used to be present on the quick launch toolbar in Windows XP?

Show desktop windows xp

It was the life saviour for many users like me when I quickly wanted to open my desktop with too many windows being kept open. Fast forward to 2010. Most of us are now using Windows 7, the most successful Windows OS after Windows XP. Microsoft, desperate to decrease the amount of space occupied by icons like these, has removed this button from the original position altogether. Instead, Windows 7 came with a small rectangular blank button on the far right of the taskbar next to the clock. When you hover the mouse on this button will hide all the open windows quickly to shows up the desktop. If you have enabled Aero effects, you will see ghosted outlines of the windows, a part of the Windows 7’s “Aero Peck”.

Show desktop bar in windows 7

You can also get to the desktop anytime using Windows Key + D shortcut, besides choosing “Show the desktop” from the context menu that appears when you right-click on the taskbar. Despite all these options, you might still have a liking for that old XP style “Show desktop” icon on the quick launch toolbar. Even though it’s a bit difficult to add such a shortcut or icon to the quick launch bar in Windows 7, you can still add this “Show Desktop” shortcut to your Start Menu to for a quicker access. Here is what you need to do:

1. Open notepad (or any text editor for that matter) and type the following code:

[Shell]
Command=2
IconFile=explorer.exe,3
[Taskbar]
Command=ToggleDesktop

show desktop code in notepad

2. Click File> Save As and choose “All Files (*.*)” from “save as type” and give “Show Desktop.scf” as the file name.

saving Show Desktop.scf file

3. Drag the file to the Start Menu and release it to have it pinned to the Start Menu as shown:

Show desktop in start menu in windows 7

That’s it! The “Show Desktop” shortcut comes to your Start Menu.

Note:

1. This guide also works for Windows XP and Windows Vista based computers. You might want to implement this guide to restore “Show Desktop” icon in case it goes missing from your quick launch bar.

2. *scf stands for “Shell Command File”

[How To] Edit “Send To” Menu In Windows 7

Do you frequently move files to a particular folder or location on your computer? Wish you could have an easy way to quickly transfer a file to that location? Yes, Windows does have a solution for you, in the form of “Send to” menu list found in the right-click context menu of any folder.

Send To items in windows 7 explorer

This tutorial explains about how you can add or delete items from the “Send to” menu list in Windows 7, Windows Vista and Windows XP.

Steps:

1. Navigate to the following folder in Windows:

Windows XP users:

C:\Documents and Settings\(User-name)\SendTo

Windows Vista & Windows 7 users:

C:\Users\(User-name)\AppData\Roaming\Microsoft\Windows\SendTo

Where “User-name” stands for the Windows username with which you are logged in.

2. You will find all the shortcuts that are included in the “Send to” list in this folder. Add whatever shortcut t(program or folder) hat you would like to have it in the “Send to” in the right-click context menu or delete the item which you don’t want to see in the “Send to” menu option.

SendTo folder in windows 7

3. For instance, I have added a nee shortcut for “Techrena’ folder inside the “Send to” list as shown:

SendTo folder edit

and it’ll appear in the “Send to” list in the right-click context menu as shown:

Added item in Send to list

Isn’t that simple? Now go and play around with the Send to items in your Windows (XP/ Vista/ Windows 7).