Custom Search
Showing posts with label Computer Tips and Tricks. Show all posts
Showing posts with label Computer Tips and Tricks. Show all posts

Disable and Enable Windows Key on Keyboard


Disable the Windows key

1. Click Start, then type regedt32 in the search box.

2. Click on Keyboard Layout, then in the Registry Editor menu, click on Edit, New, Binary Value.

3. Name the new entry as Scancode Map.

4 Double-click on the new entry and type in 00000000000000000300000000005BE000005CE000000000 as the value data, then click OK. You must type it in manually; copying and pasting will not work. It might be easier to look at it in pairs, as three rows of 16 digits:

example:

0000 00 00 00 00 00 00 00 00
0008 03 00 00 00 00 00 5B E0
0010 00 00 5C E0 00 00 00 00
0018

5. To save click OK.

6. Close the Registry Editor and restart your computer.



Enable the Windows key

1. Click Start, then type regedt32 in the search box.
2. Double-click on HKEY_LOCAL_ MACHINE, then SYSTEM, CurrentControlSet, Control.
3. Click on Keyboard Layout and right-click on Scancode Map. Click Delete then click Yes.
4. Close the Registry Editor and restart your computer.

How to repair WINDOWS/system32/config/SYSTEM missing or corrupt Windows Server 2003

To Repair Windows/system32/config/System missing on Windows 2003


1. Insert your Windows CD and reboot from the CD drive
[To boot from CD, go to BIOS Setup option on startup and select your CD/DVD drive as the first boot drive, save the present settings and exit] Your computer will reboot & will boot from Windows Server 2003

2. Press ‘R’ when offered the option of using the Windows Recovery Console
Recovery Console will prompt at the command prompt type the following:

C:\WINDOWS >cd system32
this changes the current directory to C:\Windows\System32

ren config configold
This renames the config folder to configold

mkdir config
this makes a new directory called config

cd config
changes the current directory to c:\Windows\System32\Config
then type the following lines pressing enter after each one

copy c:\windows\repair\system
copy c:\windows\repair\software
copy c:\windows\repair\sam
copy c:\windows\repair\security
copy c:windows\repair\default
after each line it should say:
1 file copied

type: exit
Now your system will reboot

How to add a desktop shortcut for All Users in Windows 7 and Server 2008

Add application shortcut for all users of Windows7 and Server 2008

To add files or shortcut for all user simply navigate

C:\Users\Public\Public Desktop (note: this folder is hidden, you need to show all hidden files)

when the folder navigated paste the file or shortcut, automatically it appears to the desktop of other users.


Block Web site using Host file

Sample Steps to Block Facebook

1. Go to Start > Run or press Windows + R

2. Copy these string into Run fields.

Please copy the string based on your Operating System. You can refer below:
Windows XP, Vista and Windows 7

C:\WINDOWS\system32\drivers\etc\hosts
Windows 2000
C:\WINNT\system32\drivers\etc\hosts

Windows 98/ME
C:\WINDOWS\hosts


3. Click Enter and then open the hosts file using your preferred text editor. I used Notepad.

4. Copy and Paste the following into the Hosts file after 127.0.0.1 localhost and you can add other web site that you want to block.
# Block Facebook
127.0.0.1 www.facebook.com
127.0.0.1 facebook.com
127.0.0.1 static.ak.fbcdn.net
127.0.0.1 www.static.ak.fbcdn.net
127.0.0.1 login.facebook.com
127.0.0.1 www.login.facebook.com
127.0.0.1 fbcdn.net
127.0.0.1 www.fbcdn.net
127.0.0.1 fbcdn.com
127.0.0.1 www.fbcdn.com
127.0.0.1 static.ak.connect.facebook.com
127.0.0.1 www.static.ak.connect.facebook.com
How To Block Facebook Using Hosts File - Step 4
5. Save your Hosts file and your are done! You can try to open Facebook and if there is still no effect, restart your workstation and retry again.

Repair missing time zones in Windows XP



Missing time zones
  1. Log on to another Windows XP machine.
  2. Start> Run> Regedit >OK
  3. Now navigate to the following key:- HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows NT \ CurrentVersion \ Time Zones 
  4. High light Time Zone, click File and next click Export from the drop down menu. Give a name to the registry file and save it as a .reg file in your USB.
  5. Close the registry editor and bring out the USB.
  6. Now log on to the machine in which there is time zone problem.
  7. Open the USB then double click the registry that you been exported.
  8. Confirmation will appear click ok to confirm. 
  9. Restart your Computer.

Windows Mail to to Microsoft Outlook

Transfer Mails from Windows Mail to Microsoft Outlook
To export the messages from Windows Mail follow these steps:
  •     On the File menu, point to Export, and then click Messages.
  •     In the Windows Mail Export Wizard, click Microsoft Exchange, and then click Next.
  •     Click OK in the following message:
  •     This will export messages from Windows Mail to Microsoft Outlook or Microsoft Exchange
  •     Note If Outlook is not open, select the profile that you want to receive the messages, and then click OK.
  •     To specify which files to export, click All or Selected Folders, and then click OK.
  •     On the File menu, point to Export, and then click Messages.

The folders and contents will appear in the Inbox of the selected profile in Outlook. The date and time of each message are the date and the time that you exported the messages from Windows Mail.

Enabling Multiple Remote Desktop Sessions in Windows XP

Procedure  (do it at your own risk)

STEP 1
Start your Windows in Safe Mode (tap on F8 first of the Windows Loading Splash Screen);
click on “My Computer” with right mouse button and choose “Properties”;  go to “Remote” tab and uncheck “Allow users to connect remotely to this computer” (if it’s already unchecked, just do nothing);
click OK.
STEP 2
Go to Start -> Control Panel;
open “Administrative Tools” and then “Services”;
double click “Terminal Services”, in the list;
choose “Disabled” for “Startup Type” option;
click OK.
STEP 3
Go to C:\windows\system32\dllcache; (note: if folder does not appear mark show hidden files and uncheck hide protected operating system then press ok. go back to folder and rename the termsrv.dll file to termsrv.original or another name you like;
copy into the folder Download termsrv.dll;
go to C:\windows\system32 (the upper folder of the current one);
do the same operation: rename termserv.dll also here, and put another copy of the file I linked above.
STEP 4
Click Start, then “Run…”, type “regedit” (without quotes) and press ENTER;
navigate in the Windows Registry Tree to reach this path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Licensing Core; click with right mouse button on blank space in the right part of the registry window, choose “New” > DWORD, name the new key “EnableConcurrentSessions” (without quotes), then edit it and set its value to 1;
close the editor.
STEP 5
Click Start, then “Run…”, type “gpedit.msc” (without quotes) and press ENTER; open Computer Configuration > Administrative Templates > Windows Components > Terminal Services; double click “Limit number of connections”, choose “Enabled” and set the maximum number of concurrent connections you want to allow (2 or more), then Restart Windows in normal mode.
STEP 6
Go back to Remote tab of My Computer’s properties (see step 1) and activate “Allow users to connect remotely to this computer”; Go back to “Terminal services” in “Services” (see step 2) and set its “Startup type” to “Manual”Now restart Windows. Your operating system should be ready to accept multiple remote desktop connections

How to restart Terminal services from command line?

Since Terminal Services can’t be stopped there is no straightforward way we can do this. Microsoft says this is by design. But in some cases restarting termninal services could be possible by killing the svchost process that runs the terminal services.We can use tasklist and taskkill commands for this.

First get the process id of the terminal services process

 tasklist /svc | findstr /C:TermService

Check if Terminal sevices is the only service running in this svchost. If the svchost is shared with other services then you can stop reading further. Restarting terminal services is not possible on your machine.

On my machine I have got the following output.
C:\>tasklist /svc | findstr /C:TermService
svchost.exe                 1708 DcomLaunch, TermService
C:\>

As you can see DcomLaunch and TermService both share the same svchost process. In this case I can’t kill the process as it stops the other service also. (Note that DcomLaunch is an essential service on the system and killing it can even shutdown the system)


In the case of svchost not being shared with any other service you can go ahead and kill TermService process by the following command.


taskkill /F /PID  process_id 


How to stop Terminal Services from command line?

Terminal Services can’t be stopped like other services.  You get the below error when you attempt the same.
C:\>net stop termservice
The requested pause or stop is not valid for this service.

Printer error (orange or blinking light)

  After your printer has completed its initial startup you should have a solid green light. If the light indicator is blinking or orange often this is an indication of a printer error. For example, this could indicate a paper jam, issue with the ink or toner cartridge, or other serious error.

  Because there is no standard to what a blinking light or orange light means if you're getting either of these we suggest referring to the printer documentation for troubleshooting steps or methods of determining what the status indicator is reporting.

Printer does not have power indicator

First, make sure that the printer is on. When a printer is on it should have some light (usually green) indicating it's receiving power and is on.

If you do not have any indicator light make sure the printer is connected to a working power outlet by verifying each end of the power cable. Next, press the printer power button.

If after following the above steps your printer still cannot get a power status indicator it's likely you're encountering a serious printer issue and we suggest contacting the printer manufacturer for additional steps and instructions on repair or replacement.

Windows Appication stop responding

Reason
    A computer, operating system, software program or driver may stop responding or cause other programs to stop responding several possible reasons such as:
  • Conflicting of software 
  • Hardware resources between two programs 
  • Lack of system resources  
  • The computer does not meet the requirements of the application.
  • A virus that affecting the application

Keyboard Shortcuts for Mac and Windows

        Most expert computer users know the basic keyboard shortcuts, like pressing Control (Ctrl) + P on a PC to print a document. But did you know there are plenty of other useful—not to mention pretty darn cool—key combinations out there? From instantly zooming in to a larger view to quickly closing your browser window, these shortcuts will put the World Wide Web and more at your fingertips—because every second counts.

1. Add a BookmarkTab your new favorite website for easy access by bookmarking the page with the following quick trick.

PC: Ctrl + D
Mac: Apple key (see right) + D

2. Delete Forever

When you know you want to nix a file forever—instead of sending it to clog up the recycling bin first––tap the keys below.

PC: Shift + Delete

3. Close Browser

Whether your boss walks up while you're reading gossip blogs or your husband comes in the room while you're buying him a gift, close your browser, stat, with this shortcut.

PC: Alt + F4
Mac: Ctrl + Q

4. Show Desktop

If you have lots of windows open on your computer and you want quick access to your desktop—or a super-quick way to hide your work—hit the following keys.

PC: Window key (see right) + D
Mac: F11

5. Find Files or Folders
 Forget painstakingly searching all of your folders to find one file. The shortcut below will do the searching for you.

PC: Window key + F
Mac: Apple key (see right) + F

6. Change Zoom Level
Whether you're working on the Web or in a word processing program, zoom in or out with this command.

PC: Ctrl + scroll mouse wheel
Mac: Apple key + plus sign; Apple key + minus sign

7. Reopen Previous Tab in Browser
 Have you ever accidentally closed the browser tab you were looking at and had to spend time backtracking to find it again? The shortcut below will restore that page to you almost instantly.

PC: Ctrl + Shift + T
Mac: Apple key + Z

8. Switch Between Open Programs
Navigating between open screens can get confusing. Make it easy to move among all your programs with this quick trick.

PC: Alt + Tab
Mac: Apple key + Tab

9. Take a Screen Shot
 Capture an image of what you're working on instantly with a screen grab—it's particularly useful for Web pages you can't copy and paste.

PC: Print Screen (then paste [Ctrl + V] into a Word document)
Mac: Apple key + Shift + 3

10. Refresh a Webpage
Whether you're waiting for a new email to arrive or the latest news story to pop up, easily refresh your screen using the keys below.

PC: F5, or Ctrl + R
Mac: Apple key + R

11. Go to a Previous Location in Browser
 Time travel with the neat shortcut below, which lets you quickly go back to the webpage you were looking at before your current one.

PC: Alt + ←
Mac: Apple key + [

12. Spelling/Grammar Check
No more excuses: Perfect spelling and grammar is just one keystroke away.

PC or Mac: F7

13. Add "http://www" to Your Browser's Address Bar
The quickest route to your online destination? Just type in the name of the webpage you'd like to go to (for example, type "Google"), then press the following keys to add the "http://www." to the beginning and ".com" to the end.

PC: Ctrl + Enter
Mac: Apple key + Enter

14. Select the Address Bar
 When you want to quickly type a new URL into your browser, the shortcut below will easily select the address bar for you, so you can start typing without moving your mouse.

PC: Ctrl + L, or F6
Mac: Apple key + L

15. Launch the Windows Start Menu
Just tap the keys below for an easy way to view your Start Menu options.

PC: Window key, or Ctrl + Esc

Servers Raid Controler

Servers Raid Controler
   With IOP processor onboard of the RAID controller offload the centralized CPU of a server system with needed calculation of RAID parities and I/O processes. Up to 116 hard disk drives per port can be managed with SuperTrak RAID controllers by given a huge capacity, a high performance and a high data availability. RAID level 0, 1, 5, 6, 10, 50, 60* are supported.

Raid Levels and Raid Types

Raid Levels and Raid Types
RAID, an acronym of Redundant Array of Independent (Inexpensive) Disks is the talk of the day. These are an array of disk to give more power, performance, fault tolerance and accessibility to the data, as a single storage system. It's not mere combination of disks but all the disks are combined providing standard MTBF (mean time before failure) reliability scheme; otherwise chances are performance would be affected drastically if disks are not combined as a single storage unit. 


Raid Levels


All the RAID types and models are commonly classified as RAID levels, since RAID represented by a higher number is regarded to be superior, more efficient, high-performance array than the low numbered RAID. 


Hence, high security feature of RAID also depends on the RAID level you are using. RAID arrays, not only, provide the users with maximum security and reliability but also make sure that if a disk fails no data is lost. The in-depth knowledge about RAID levels would help you through buying of RAID servers. 


Raid Types



  • RAID0 is simply data striped over several disks. This gives a performance advantage, as it is possible to read parts of a file in parallel. However not only is there no data protection, it is actually less reliable than a single disk, as all the data is lost if a single disk in the array stripe fails.
    RAID0 principles





  • RAID1 is data mirroring. Two copies of the data are held on two physical disks, and the data is always identical. RAID1 has a performance advantage, as reads can come from either disk, and is simple to implement. However, it is expensive, as twice as many disks are needed to store the data.
    RAID1 principles





  • RAID2 is a theoretical entity. It stripes data at bit level across an array of disks, then writes check bytes to other disks in the array. The check bytes are calculated using a Hamming code. Theoretical performance is very high, but it would be so expensive to implement that no-one uses it.





  • RAID3 A block of data is striped over an array of disks, then parity data is written to a dedicated parity disk. Successful implementations usually require that all the disks have synchronised rotation. RAID3 is very effective for large sequential data, such as satellite imagery and video.
    RAID3 principles
    In the gif above, the right hand disk is dedicated parity, the other three disks are data disks.





  • RAID4 data is written in blocks onto the data disks (i.e. not striped), then parity is generated and written to a dedicated parity disk.
    RAID4 principles
    In the gif above, the right hand disk is dedicated parity, the other three disks are data disks.





  • RAID5 data is written in blocks onto data disks, and parity is generated and rotated around the data disks. Good general performance, and reasonably cheap to implement. Used extensively for general data.
    RAID5 principles
    The gif below illustrates the RAID5 write overhead. If a block of data on a RAID5 disk is updated, then all the unchanged data blocks from the RAID stripe have to be read back from the disks, then new parity calculated before the new data block and new parity block can be written out. This means that a RAID5 write operation requires 4 IOs. The performance impact is usually masked by a large subsystem cache. 
    As Nat Makarevitch pointed out, more efficient RAID-5 implementations hang on to the original data and use that to generate the parity according to the formula new_parity = old_data XOR new_data XOR old_parity. If the old data block is retained in cache, and it often is, then this just requires one extra IO to fetch the old parity. Worst case it will require to read two extra data blocks, not four.
    RAID5 write overhead
    RAID 5 often gets a bad press, due to potential data loss on hardware errors and poor performance on random writes. Some database manufactures will positively tell you to avoid RAID5. The truth is, it depends on the implementation. Avoid software implemented RAID5, it will not perform. RAID5 on smaller subsystems will not perform unless the subsystem has a large amount of cache. However, RAID5 is fine on enterprise class subsystems like the EMC DMX, the HDS USP or the IBM DDS devices. They all have large, gigabyte size caches and force all write IOs to be written to cache, thus guaranteeing performance and data integrity.
    Most manufactures will let you have some control over the RAID5 configuration now. You can select your block stripe size and the number of volumes in an array group. 
    A smaller stripe size is more efficient for a heavy random write workload, while a larger blocksize works better for sequential writes. A smaller number of disks in an array will perform better, but has a bigger parity bit overhead. Typical configurations are 3+1 (25% parity) and 7+1 (12.5% parity).





  • RAID6 is growing in popularity as it is seen as the best way to guarantee data integrity as it uses double parity. It was originally used in SUN V2X devices, where there are a lot of disks in a RAID array, and so a higher chance of multiple failures. RAID6 as implemented by SUN does not have a write overhead, as the data is always written out to a different block.
    The problem with RAID6 is that there is no standard method of implementation; every manufacturer has their own method. In fact there are two distinct architectures, RAID6 P+Q and RAID6 DP.
    DP, or Double Parity raid uses a mathematical method to generate two independent parity bits for each block of data, and several mathematical methods are used. P+Q generates a horizontal P parity block, then combines those disks into a second vertical RAID stripe and generates a Q parity, hence P+Q. One way to visualise this is to picture three standard four disk RAID5 arrays then take a fourth array and stripe again to construct a second set of raid arrays that consist of one disk from each of the first three arrays, plus a fourth disk from the fourth array. The consequence is that those sixteen disks will only contain nine disks worth of data.
    P+Q architectures tend to perform better than DP architectures and are more flexible in the number of disks that can be in each RAID array. DP architectures usually insist that the number of disks is prime, something like 4+1, 6+1 or 10+1. This can be a problem as the physical disks usually come in units of eight, and so do not easily fit a prime number scheme.





  • RAID7 is a registered trademark of Storage Computer Corporation, and is basically RAID3 with an embedded operating system in the controller to manage the data and cache to speed up the access.





  • RAID1+0 is a combination of RAID1 mirroring and data striping. This means it has very good performance, and high reliability, so its ideal for mission critical database applications. All that redundancy means that it is expensive.





  • RAID50 is implemented as a RAID5 array that is then striped in RAID0 fashion for fast access





  • RAID53 applies this 'RAID then stripe' principle to RAID3. It should really be called RAID3+0. Both these RAID versions are expensive to implement in hardware terms





  • RAID0+1 is implemented as a mirrored array whose segments are RAID 0 arrays, which is not the same as RAID10. RAID 0+1 has the same fault tolerance as RAID level 5. The data will survive the loss of a single disk, but at this point, all you have is a striped RAID0 disk set. It does provide high performance, with lower resilience than RAID10.





  • RAID-S or parity RAID is a specific implementation of RAID5, used by EMC. It uses hardware facilities within the disks to produce the parity information, and so does not have the RAID5 write overhead. It used to be called RAID-S, and is sometimes called 3+1 or 7+1 RAID.





  • RAIDZ is part of the SUN ZFS file system. It is a software based variant of RAID5 which does not used a fixed size RAID stripe but writes out the current block of data as a varying size RAID stripe. With standard RAID, data is written and read in blocks and several blocks are usually combined together to make up a RAID stripe. If you need to update one data block, you have to read back all the other data blocks in that stripe to calculate the new RAID parity. RAIDZ eliminates the RAID 5 write penalty as any read and write of existing data will just include the current block. In a failure, data is re-created by reading checksum bytes from the file system itself, not the hardware, so recovery is independent of hardware failures. The problem, of course is that RAIDZ closely couples the operating system and the hardware. In other words, you have to buy them both from SUN.



  • Backup Active Directory Windows Server


    Backup active Directory Using NTBACKUP

    1. Open NTBACKUP by either going to Run, then NTBACKUP and pressing Enter or by going to  Start -> Accessories -> System Tools.
    2. If you are prompted by the Backup or Restore Wizard, I suggest you un-check the "Always Start in Wizard Mode" checkbox, and click on the Advanced Mode link.
    3. Inside NTBACKUP's main window, click on the Backup tab.
    4. Click to select the System State checkbox. Note you cannot manually select components of the System State backup. It's all or nothing.
    5. Enter a backup path for the BKF file. If you're using a tape device, make sure NTBACKUP is aware and properly configured to use it.
    6. Press Start Backup.
    7. The Backup Job Information pops out, allowing you to configure a scheduled backup job and other settings. For the System State backup, do not change any of the other settings except the schedule, if so desired. When done, press Start Backup.
    8. After a few moments of configuration tasks, NTBACKUP will begin the backup job.
    9. When the backup is complete, review the output and close NTBACKUP.
    10. Next, you need to properly label and secure the backup file/tape and if possible, store a copy of it on a remote and secure location.

    Ad Hoc and Configure An Ad Hoc Wireless

    Ad-Hoc
      ad-hoc mode is a method for wireless devices to directly communicate with each other. Operating in ad-hoc mode allows all wireless devices within range of each other to discover and communicate in peer-to-peer fashion without involving central access points (including those built in to broadband wireless routers).

    Configure An Ad Hoc Network
      One computer will create the network and act as the host. The other computers will then search for and connect to the computer. Once the host computer is shut down or out of wireless range, the network is gone.

    •   Setup the connection by going into the Control Panel and clicking on the Network Connections icon. Identify your wireless connection. Right-click the connection and then select Properties.
    • Click on the tab that says Wireless Networks.
    • In the Preferred Networks section, click the Add button.
    • Under the Association tab you will first give the network a name or what is called a Service Set Identifier (SSID). This is the name people will see when they look for available networks.
    • Set the Network Authentication as Open and then configure the encryption as WEP or WPA-2 (WEP is more compatible with older wireless adapters but considered weak encryption). Setup a password, then un-check This key is provided by me automatically. You will then check the box that says This is a computer to computer (ad hoc) network. Note: It is imperative to setup a complicated password or strangers will be able to connect to your computer in public. Or when the ad hoc network is no longer needed, just delete it for security purposes.
    • Click OK to save your changes. Your network will now show up under the Preferred Networks section. 

    Using An Ad Hoc Network

    At this point, the host computer can then setup a shared folder. You can create a folder anywhere by right-clicking an open area and selecting New Folder. Name the folder anything you want and then right-click and select Sharing. Give the folder a name, and place any data you want to share into that folder. Newer versions of Windows will also have a Public folder, which is an open folder other computers can see an access once they connect.

    Allow Other People To Connect To Your Computer
    Now that you have created an ad hoc network, people can browse for your network and connect to you. To do this, locate the wireless icon in the system tray and then right-click that icon.
    Click View Available Networks. If the host computer is powered on and configured correctly, it will be displayed as an available network. They will then need to type in the password to establish a connection.

    Enable ThinkPad W520 Nvidia Quadro 1000M at Ubuntu


    The following are the steps of what you have to do to enable Nvidia Quadro 1000M on ThinkPad W520:
    1. You need to disable Optimus in the BIOS and set the card to discrete mode.
    2. You also need to install Ubuntu and after that activate Nvidia propriety driver under “Additional Drivers”
    3. Then, reboot your laptop and run nvidia-xconfig

    Disable/enable the usage of USB storage devices


    Disable/enable the usage of USB storage devices
    USB drives (also known as flash drive, mobile disk or pen drive) are becoming the most popular standard in these days to store and move data. USB support is available in PCs of both IBM-compatible and Apple computers. USB port support hot plugging and plug & play. The USB allows up to 127 devices to be connected to the bus via a single port. The driver name "usbstor.sys" is used to communicate any USB drives to the operating system.

    USB drives are indeed very useful in these days but a user can easily use to transfer any confidential information from your computer to others and can also upload viruses affected files to your computer by accidentally or deliberately. But you can prevent the users to connect any USB drives in the computer by disabling the ability of "usbstor.sys" (USB driver) to load in system. It will block the USB storage devices only and your system USB keyboard, mouse and others USB devices will work properly. 

    To block the USB storage devices follow instructions below:  
    • To edit this feature, you will need to be logged into your computer with administrative rights.
    First click on Start button to open "Run" and type "regedit" then press Ok button to open the Registry Editor.


    In registry editor locate the given path: 
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR



    Here select the "USBSTOR" folder and in right side of the registry editor panel find the value with name "Start".


    Double click on "Start" and then set its value 4 under "Value data" section. 

    Close the Registry editor and restart your computer for changes to apply.

    To block the USB storage devices follow instruction below: 
    Now when you want to restore the default setting, open the Registry Editor and set its value back to 3.


    Now again close the Registry editor and restart your computer for changes to apply.

    Download or Backup Facebook photos, videos, and text


    Facebook offers all its users the ability to backup their photos, videos, and text.

    1. Click Account and go to Account Settings.
    2. Click the Learn more option next to Download Your Information.
    3. Click the Download button.
    4. You will then be prompted with a message indicating that it will take some time to collect all your information. Once that information is ready for download you'll be sent an e-mail with a link to a compressed .zip file containing all your personal information.

    You might also like: