Skip to main content

Restore Previous Versions of Files in Every Edition of Windows 7

ave you ever accidently deleted a file, or removed a crucial part of a document only to realize it no longer makes sense?  Windows 7 is smart enough to protect you from yourself, and here we’ll see how you can restore files in any edition of Windows 7.

How does this work?
The Previous Versions features is a part of the volume shadow copy service, which creates restore points to help roll back changes to your computer in the event of a problem.  It is also the backend for the surprisingly good image based backup in Windows 7.  By default, shadow copy will save a copy of your files once a day, or when activated explicitly such as when installing an update or new program.
The Previous Versions feature was actually a new feature in Windows Vista, but was not directly available in the Home editions of Vista.  However, the volume shadow copy service was still present, allowing even users of Home editions of Vista to access previous versions of their files.  The default method is much simpler, so thankfully it is now included in every edition of Windows 7.

How do I access Previous Versions?
It is simple to access previous versions of any file or folder on your Windows 7 computer.  Simply open any Explorer window, right-click on a file or folder you wish to restore, and select “Restore Previous Versions.”  For instance, if you accidently deleted a file from a folder in My Documents, browse to that folder and open previous versions from it.  Please note that this will only appear on files and folders, not drives or Libraries.
image
This dialog shows all the previous copies of this folder that are available.  Here we see that there is a copy of my folder e-books from yesterday, 3 days earlier this week, and some from the week before that.  Click on the time you wish to restore from.
 
You can choose to either Open, Copy, or Restore the folder.  If you click Restore, you can restore the full contents of the folder as it appeared at some time in the past.
 
Choose copy to copy the entire contents of the folder as it appeared at that time to another location.  For instance, you could copy it to a flash drive for safe keeping.

Or, choose Open to browse the contents of the folder as it appeared at that time.  You can open, copy, or do anything you choose with the file from here.  For instance, if I deleted the Audio Books folder accidently today, I could click copy, and then past it into my normal e-books folder in my Documents folder.
 
When in this mode, you are directly browsing the shadow copy of your hard drive.  The path to the folder shows the date and time of the copy.

And, the great thing is, this feature is available in all editions of Windows 7, including the low-cost Starter edition often preinstalled in netbooks.


Change Shadow Copy Settings
By default, the shadow copies of your files will use up to 5% of your hard drive space.  You can change this by typing “Shadow Copy” into your Start Menu search.  Click the “Create a restore point” link.

Here you can restore your system with a restore point, create a new restore point, or configure the settings.  Click Configure to manage Shadow Copy.

You can choose to save both system settings and previous versions of files, only previous versions of files, or to turn this feature off entirely (which we do not recommend at all).  You can also choose how much space will be dedicated to these files.  The default is 5% of your hard drive, but you can choose more or less if you wish.  Finally, you can also remove all previous restore points, including the previous versions of all your files.

Comments

Popular posts from this blog

How To Recover Passwords Using Ophcrack LiveCD

Ophcrack LiveCD 3.4.0 is a completely self contained, bootable version of Ophcrack 3.4.0 - the easiest and most effective tool that I've ever found to "crack" your forgotten Windows password. For a quick overview of Ophcrack, see my complete review of Ophcrack 3.4.0 . Ophcrack is a free software program that recovers passwords so the first step you'll need to take is to visit Ophcrack's website . When the Ophcrack website loads as shown above, click the Download ophcrack LiveCD button. Note: Since you obviously can't get into your computer right now because you don't know the password, these first four steps will need to be completed on another computer that you have access to. This other computer will need to have access to the Internet and the capability to burn a disc (like a CD, DVD, etc.). Another Note: The instructions I've put together here walk you through the entire process of using Ophcrack LiveCD to recover your password. If you...

Linuxfx 10 : A Windows-Like Linux Distro

The idea of Linuxfx is to make it easier for people who are migrating from Windows 7. People who are dissatisfied with the lack of security and stability of Windows 10 are also fit for Linuxfx. LinuxFX Desktop : Apart from Windows-like looks, Linuxfx also has more to offer which a regular user will definitely admire. So, let’s get along with me to know more about Windows alternative Linuxfx. As usual, I started by downloading the ISO image of Linuxfx from the official site  here . Then, instead of dual-booting, I decided to install it on my VirtualBox to play safely. After finishing the basic configuration, as soon as I booted it, I noticed a Windows logo and system integrity check. That’s quite surprising because every Linux distro puts their own or OEM logo on that place. But I think Linuxfx wants to make migrating users feel like home from the beginning. Entering the boot menu, Linuxfx redirected and logged in to a live session. Whoah! it can also detect the system I’m using — a...

Share Registry Editor Favorite Keys Across Computers

if you spend a lot of time inside your registry editor, you might already know that you can use the Favorites feature to add in a bookmark to a specific key in the registry, saving you immense amounts of time when you need to check a bunch of different keys. But did you think about exporting that list so you can use it on any computer? Here’s the menu I’m talking about: For instance, here I’m adding in a favorite for the local machine’s Run key, used to launch applications across all users. Now when I use the menu item, it will navigate me instantly to that key in the registry, no matter where I currently am. As I added a few favorites, it occurred to me that I should figure out where those menu items are being stored… Now browse down to this registry key to find the favorites list: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit\Favorites And there’s the favorite we just saved… so how does this help you? If you export this r...