november_ra1n Posted August 2, 2013 Share Posted August 2, 2013 (edited) How to Create and Restore System Image Backups on Windows 8.1 We previously reported that the system image backup feature was removed in Windows 8.1. This isn't entirely true — while the graphical interface for creating system images was removed, you can still create system images with a PowerShell cmdlet.This is good news for system administrators, as it allows them to create and restore system image backups without switching to third-party tools like Norton Ghost. System images are different from recovery images created with recimg because they contain a full snapshot of the system’s hard drive, including user files and settings.Create a System Image BackupFirst, you’ll need to connect an external drive to your system, which will serve as the backup drive. You can also back up to a shared folder over the network. However, you can’t save the system image backup to the system drive or any other drives you’re backing up.Next, open a PowerShell window as administrator. To do so, press Windows Key + X and select Windows PowerShell (Admin) in the menu that appears. You can also search for PowerShell from the Start screen, right-click it, and select Run as Administrator.In the PowerShell window, run a command like the following one to start a backup:The above command tells the Windows to back up the C: drive onto the E: drive, including all critical volumes containing the system’s state. The -quiet switch tells the cmdlet to run without prompting you.wbAdmin start backup -backupTarget:E: -include:C: -allCritical -quietOf course, you’ll have to replace the values with your own preferred values. Instead of “E:” for the backup target, use whichever drive you want to save the system image to.If you wanted to back up several drives or partitions in the system image, you’d include them as a comma-separated list:wbAdmin start backup -backupTarget:E: -include:C:,D:,F: -allCritical -quietYou could also back up to a shared folder over the network:wbAdmin start backup -backupTarget:\\remoteComputer\\Folder -include:C: -allCritical -quietFor more information on the cmdlet’s syntax, consult the Wbadmin start backup page on Microsoft’s Technet site. You can also run wbAdmin start backup without any switches to view the command’s options.The command will take some time to run. After it’s done, you’ll find a “WindowsImageBackup” folder containing your backup images on the backup drive you specified. Restore a System Image BackupSystem image backups can’t be restored from within Windows as they’re overwriting the Windows system entirely. To restore a system image backup, you’ll need to boot from Windows 8.1 installation media, recovery drive, or system repair disc.Insert the installation media or recovery drive and reboot your computer. When the installation process Starts, click the Repair your computer link.Click the Troubleshoot tile to access the troubleshooting options.Click the Advanced Options tile to access the options intended for advanced users.Select the System Image Recovery option to re-image your computer from a system image.Windows will walk you through restoring a system image backup. Connect the external drive containing the system image backup to your computer if you haven’t already — you’ll be able to restore directly from it to your computer.Microsoft has clearly hidden this functionality so average users will use Windows 8′s new File History backup tool and Refresh and Reset features.Luckily, they haven’t removed this feature entirely, so system administrators and geeks can continue to create and restore system image backups on Windows 8.1 — no third-party software required. Original Article: howtogeek Edited August 2, 2013 by november_ra1n Quote Link to comment Share on other sites More sharing options...
kacali Posted August 2, 2013 Share Posted August 2, 2013 Thanks Quote Link to comment Share on other sites More sharing options...
Roger D Posted August 2, 2013 Share Posted August 2, 2013 Thanks for the Instructions.. :)but let me wait for the final Windows 8.1, then only i'll install and try this.. :showoff: Quote Link to comment Share on other sites More sharing options...
mikie Posted August 3, 2013 Share Posted August 3, 2013 wbAdmin will let you back up to your same hard drive. I have a daily task schedule... start backup -backupTarget:E: -allCritical -quietMy E partition is 50gb and it takes less than 10 minutes to do its block incrementals of the windows and system reserved partitions, somedays only 2 or 3 minutes if not much has changed. Saves my butt when I tinker around with things sometimes. About 20 minutes to reimage. Quote Link to comment Share on other sites More sharing options...
Nounou_442 Posted September 10, 2013 Share Posted September 10, 2013 thank for this information Quote Link to comment Share on other sites More sharing options...
dee.pee Posted September 10, 2013 Share Posted September 10, 2013 One more nice job from november_ra1nMany thanks Quote Link to comment Share on other sites More sharing options...
Mohamed atif Posted September 10, 2013 Share Posted September 10, 2013 You are a sea of information november ra1n Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.