• ARTICLES
SEARCH

How-To Geek

How to Create a Custom Refresh Image in Windows 8

sshot-22

We have already shown you how to use the Refresh and Reset features in Windows 8, now we are back to show you how you can create a custom refresh image. This means next time you refresh your Windows 8 PC, you can use a custom image instead of the one that shipped with your PC.

When you refresh your PC, all your files as well as Metro applications that you downloaded from the Windows store are kept. This is great, however, all your non-metro applications and PC settings are removed. If you are like me and have a lot of non-metro apps this can be very annoying, but you can fix this by creating a refresh image that already has your apps installed and your settings tweaked.

Creating A Custom Refresh Image

Right-click the bottom left corner of your screen and select Command Prompt (Admin) from the context menu.

To create a custom refresh image we use the recimg.exe utility.

recimg /createimage C:\CustomRefreshImages\Image1

The reason we are using a subfolder on our drive is that you can actually create multiple refresh images and switch between them, to create another image we could do the following:

recimg /createimage C:\CustomRefreshImages\Image2

When you create an image using the /createimage parameter, the image you create is automatically set as the default refresh image. If you have multiple refresh images you can choose the active image by using the /setcurrent parameter.

recimg /setcurrent C:\CustomRefreshImages\Image1

You can also use the /showcurrent  parameter to show the active image.

That’s all there is to it, now you just need to Refresh your PC.

Don't show again X

Don't Upgrade to Windows 8 Until You Read This Book!

Windows 8 can be confusing, but our comprehensive guide will teach you everything the easy way.


There are over a thousand screenshots and pictures to walk you through everything there is to know about Windows 8, and it's written in the classic How-To Geek style that you know and love.


Get Your Copy Now  

Taylor Gibb is a Microsoft MVP and all round geek, he loves everything from Windows 8 to Windows Server 2012 and even C# and PowerShell. You can also follow him on Google+

  • Published 11/2/12

RECOMMENDED POSTS