Windows 8 Forums


Page 1 of 3 123 LastLast
Results 1 to 10 of 22
  1. #1
    Refresh Windows 8 Using a Custom System Image

    Refresh Windows 8 Using a Custom System Image
    How to Refresh Windows 8 Using a Custom System Image
    Published by Brink is offline
    01-04-2012
    Default Refresh Windows 8 Using a Custom System Image

    How to Refresh Windows 8 Using a Custom System Image

    information   Information
    This tutorial will show you how to refresh Windows 8 using a custom system image that you previously created instead.

    You must be logged in as an administrator to be able to do this tutorial.


    Quoted from Microsoft:

    Refreshing your PC to a state you define, including desktop apps

    We know that many of you like to first configure your PC just the way you like it, by installing favorite desktop apps or removing apps that came with the PC, and then create an image of the hard drive before you start using the PC. This way, when you need to start over, you can just restore the image and you won’t have to reinstall the apps from scratch.

    With this in mind, we’ve made it possible for you to establish your own baseline image via a command-line tool (recimg.exe). So when you get a Windows 8 PC, you will be able to do the following:

    • Go through the Windows first-run experience to configure basic settings.
    • Install your favorite desktop apps (or uninstall things you don’t want).
    • Configure the machine exactly as you would like it.
    • Use recimg.exe to capture and set your custom image of the system.


    After you’ve created the custom image, whenever you refresh your PC, not only will you be able to keep your personal data, settings, and Metro style apps, but you can restore all the desktop apps in your custom image as well. And if you buy a PC that already comes with a recovery image on a hidden partition, you’ll be able to use the tool to switch from using the hidden partition to instead use the custom image you’ve created.

    warning   Warning
    Again, this is a very early version of the tool, so we know it’s not perfect yet. Rest assured that we’re working hard to get it ready for primetime.







    STEP ONE
    To Create a Custom System Image

    NOTE: This creates the image under C:\RefreshImage and will register it to be used when you refresh your PC.

    1.
    After you have finished seting up Windows 8 how you like it, open a elevated command prompt.

    2. In the elevated command prompt, copy and paste the commands below one at a time, and press Enter after each one. (see screenshot below step 3)
    NOTE: If your Windows 8 is not show with the C drive letter for some reason, then substitute what drive letter your Windows 8 has in the commands below instead.

    mkdir C:\RefreshImage

    recimg -CreateImage C:\RefreshImage


    3.
    When it's finished, you will now have a custom image of your current Windows 8 setup under C:\RefreshImage that will be used whenever you refresh Windows 8 next in STEP TWO below.
    NOTE: It may take a bit to finish creating your custom image. At the Writing image line the progress stays at 0% for the first 5 mins or so then increases slowly.

    Click image for larger version







    STEP TWO
    To Refresh Windows 8 with the Custom System Image

    1.
    If you have not already, you must have already previously created a custom system image using STEP ONE first.

    2. You can now use either option in the tutorial below to refresh Windows 8 like you would normally do so, but your custom system image will now be used to refresh Windows 8 with instead.




    That's it,
    Shawn




    Published by


    Brink's Avatar
    Administrator

    Join Date: Jul 2009
    Posts: 1,685


    Tutorial Tools

  2. #1



    Senior Member

    Join Date : Jan 2012
    Manchester CT
    Posts : 189
    Windows 7 64 bit
    USA


    I thought the purpose of a REFRESH is clean out the Windows folders, clean out the registry, and reset all of the Windows settings to their default. If everything is still intact but just an earlier build, then anything you have stored in your user folder is GONE (music, videos, etc). Is that right? The regular REFRESH keeps all this stuff intact.
      My System SpecsSystem Spec

  3. #2
    Brink's Avatar

    Administrator


    Join Date : Jul 2009
    Posts : 1,685
    64-bit Windows 7 Ultimate & Windows 8 Consumer Preview
    USA us texas


    Hello John,

    Doing a refesh with a custom refresh image is basically like doing a system image recovery from a created system image, but for only Windows 8. The custom refresh will refresh Windows 8 to how everything was when you created the refresh image.

    This is good for say to create a custom refresh image of a clean install of Windows 8 with everything setup how you like to be able to use to refresh with instead of the default refresh.
      My System SpecsSystem Spec

  4. #3
    whs's Avatar
    whs

    Team Member


    Join Date : Feb 2010
    Germany/Florida
    Posts : 1,260
    Vista and Win7


    Interesting. It sounds like a hybrid between restoring from an image and a system restore from a shadow. The good part is that the user files stay intact.
      My System SpecsSystem Spec

  5. #4



    Senior Member

    Join Date : Jan 2012
    Manchester CT
    Posts : 189
    Windows 7 64 bit
    USA


    Thanks Brink. I have used stored images in the past but if I recall, it basically wipes the hard drive completely and then installs only what was stored in the image (kinda like cloning the drive, storing it away, and then using the cloned drive image to overwrite the boot drive). Am I wrong in this? I should Google images I think, heh.
      My System SpecsSystem Spec

  6. #5
    Brink's Avatar

    Administrator


    Join Date : Jul 2009
    Posts : 1,685
    64-bit Windows 7 Ultimate & Windows 8 Consumer Preview
    USA us texas


    Yes and no, but a custom refresh only affects Windows 8 and it's drive letter, and nothing else.
      My System SpecsSystem Spec

  7. #6



    Senior Member

    Join Date : Jan 2012
    Manchester CT
    Posts : 189
    Windows 7 64 bit
    USA


    Thanks Brink, here is what I got Goggling (1st hit too_) .

    The answer is that with a custom image REFRESH, your personal data IS KEPT along with the Metro apps AND Desktop apps/programs you installed before the image is made.

    Refresh and reset your PC - Building Windows 8 - Site Home - MSDN Blogs

    Quote from article:
    Refreshing your PC to a state you define, including desktop apps

    We know that many of you like to first configure your PC just the way you like it, by installing favorite desktop apps or removing apps that came with the PC, and then create an image of the hard drive before you start using the PC. This way, when you need to start over, you can just restore the image and you won’t have to reinstall the apps from scratch.
    With this in mind, we’ve made it possible for you to establish your own baseline image via a command-line tool (recimg.exe). So when you get a Windows 8 PC, you will be able to do the following:

    1. Go through the Windows first-run experience to configure basic settings.
    2. Install your favorite desktop apps (or uninstall things you don’t want).
    3. Configure the machine exactly as you would like it.
    4. Use recimg.exe to capture and set your custom image of the system.

    After you’ve created the custom image, whenever you refresh your PC, not only will you be able to keep your personal data, settings, and Metro style apps, but you can restore all the desktop apps in your custom image as well. And if you buy a PC that already comes with a recovery image on a hidden partition, you’ll be able to use the tool to switch from using the hidden partition to instead use the custom image you’ve created.
    If you’d like to try this out now, a preview version of this tool is included in the Windows 8 Developer Preview. You can try it out by typing the following in a command prompt window running as administrator:
    mkdir C:\RefreshImage
    recimg -CreateImage C:\RefreshImage
    This creates the image under C:\RefreshImage and will register it to be used when you refresh your PC. Again, this is a very early version of the tool, so we know it’s not perfect yet. Rest assured that we’re working hard to get it ready for primetime.

    End Quote
    Last edited by johnpombrio; 03-05-2012 at 09:03 PM.
      My System SpecsSystem Spec

  8. #7
    IownAmoneyPit's Avatar

    Senior Member


    Join Date : Oct 2010
    Posts : 295
    Windows 7 Pro / Ultimate & Windows Eight CP


    Brink I just tested your tutorial and it works. The command prompt window output dialogue has changed since the Developer Preview and it took about 35 mins to create the refresh image. Note: At the "Writing image" line the progress stays at 0% for the first 5 mins or so then increases slowly.

    Click image for larger version

    I used the How to Refresh Windows 8 at Boot option to refresh windows.

    As advertised Windows Consumer Preview was restored with all programs and files intact with the exception of both IE 9 and Firefox which were reset to default configuration having to import saved bookmarks and restore extensions. The task bar properties were also reset to default with no previously pinned shortcuts.

    Name:  Refresh third.png
Views: 550
Size:  109.3 KBName:  Refresh 11 third.png
Views: 545
Size:  97.3 KBName:  Apps.PNG
Views: 549
Size:  6.8 KB
    Last edited by IownAmoneyPit; 03-05-2012 at 10:01 PM. Reason: Resize images & attempt at better quality
      My System SpecsSystem Spec

  9. #8
    Brink's Avatar

    Administrator


    Join Date : Jul 2009
    Posts : 1,685
    64-bit Windows 7 Ultimate & Windows 8 Consumer Preview
    USA us texas


    Thank you for the update mate. Well, so much for all of your settings being kept and restored. Maybe in the next release.
      My System SpecsSystem Spec

  10. #9
    IownAmoneyPit's Avatar

    Senior Member


    Join Date : Oct 2010
    Posts : 295
    Windows 7 Pro / Ultimate & Windows Eight CP


    Quote Originally Posted by Brink View Post
    Thank you for the update mate. Well, so much for all of your settings being kept and restored. Maybe in the next release.
    Still a lot easier than installing from scratch as all installed programs and files still work unlike the days of Vista or XP using a repair install which was a nightmare determining which ones still worked when you clicked on it's icon.
      My System SpecsSystem Spec

Page 1 of 3 123 LastLast

Similar Threads
Tutorial Forum
Can not view files from a Win8 system image backup General Discussion
Refresh Windows 8 Tutorials
Custom Windows 8 Wallpapers Chillout Room
Windows 8 'system reset' image leaks Windows 8 News
Custom Windows 8 Wallpapers Chillout Room