Library Technology - Reviews, Tips, Giveaways, Freeware

Library Technology – Reviews, Tips, Giveaways, Freeware

Create Custom Refresh Point In Windows 8 With Recimg Tool

Posted In Windows - By Techtiplib on Tuesday, March 13th, 2012 With No Comments »

Even though Windows 8’s Refresh Your PC feature makes it easy to restore default Windows settings without deleting your personal files & folders and installed metro apps, it doesn’t allow creating a custom system refresh image. The Refresh Your PC feature basically creates a Windows Installer Image (WIM) to carry out the assigned tasks, i.e., restore default PC settings. Windows 8 comes with a small command line tool called Recimg, which helps you create a custom Windows 8 refresh point in Windows Installer Image (WIM) format. Using this image file, you can restore your PC to a different state, which may include all your personalized Windows settings, desktop applications with saved preferences and more. Instead of using the Windows default Refresh image, you can use the custom one to restore the specific saved stateof the PC. The Recimg command requires nothing except the target location to create a current snapshot of the system.

Create Custom Refresh Point In Windows 8 With Recimg Tool

The difference between Windows 8 Refresh Point and Windows Restore point is that the latter only captures system files and registry hives, and attempts to restore all the settings, without re-installing Windows, to an earlier point in time. The custom Refresh point created via Recimg command can be used to re-build your entire Windows 8 PC with saved desktop applications, Windows settings, and programs’ preferences. To create a custom refresh point, on Start Screen, enable All Apps (right-click in empty area, and then select All apps from bottom of the screen). Now, right-click Command Prompt tile, and select Run as administrator to launch CMD utility with administrative privileges.

Now, enter recimg command with following syntax.

recimg /createimage <target location>

For example, if you want to create an image in C:/Custom_Refresh/ folder, enter this command.

recimg /createimage C:\Custom_Refresh

The /createimage switch is used to create a new custom Windows Refresh image and set it as the active recovery image. You can keep multiple Windows Refresh Images at a time, but in order to use the custom image, you have to set the required Refresh image as default/active. To set the custom refresh image as default Windows Refresh Image, use /setcurrent switch with recimg command. Just specify the directory where your custom Refresh image is located to make it default Windows 8 Refresh Image.

recimg /setcurrent <directory where custom install.wim image is located>

When you want to restore the custom refresh image, go to PC Settings and run the Refresh your PCutility (check out our guide on how to Refresh your PC). If you just want to check the location of current active Windows 8 Refresh Image, enter recimg command with /showcurrent switch to display the complete path of active Refresh Image location.

Another noteworthy aspect of Recimg command is that you can use /deregister switch for deregistering the current custom recovery image. It ensures that Windows 8 default Refresh Image recovery is used while refreshing the PC. It must be noted that the custom refresh image doesn’t include Metro applications. So, when you refresh the PC using the custom image, just log in with Microsoft account to restore metro apps with their settings.

Via Addictivetips

More contents in: , ,

About - Hey, this blog belongs to me! I am the founder of TechTipLib and managing editor right now. And I love to hear what do you think about this article, leave comment below! Thank you so much...