Windows 8.1 missing WinRE.wim in WinPE











up vote
2
down vote

favorite












I'm trying to pull a Windows 8.1 .wim file down to a laptop (the same laptop that was the source of the .wim), and am following these directions from MS. Everything works until "W:WindowsSystem32Recoverywinre.wim T:RecoveryWindowsREwinre.wim" (W: is what will be called C:, when I get into Windows).



As far as I can tell, there is no winre.wim in W:windowssystem32recovery. I ran used dir to search the W: drive, but there is no winre.wim. Where is it?



Thanks.










share|improve this question


























    up vote
    2
    down vote

    favorite












    I'm trying to pull a Windows 8.1 .wim file down to a laptop (the same laptop that was the source of the .wim), and am following these directions from MS. Everything works until "W:WindowsSystem32Recoverywinre.wim T:RecoveryWindowsREwinre.wim" (W: is what will be called C:, when I get into Windows).



    As far as I can tell, there is no winre.wim in W:windowssystem32recovery. I ran used dir to search the W: drive, but there is no winre.wim. Where is it?



    Thanks.










    share|improve this question
























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      I'm trying to pull a Windows 8.1 .wim file down to a laptop (the same laptop that was the source of the .wim), and am following these directions from MS. Everything works until "W:WindowsSystem32Recoverywinre.wim T:RecoveryWindowsREwinre.wim" (W: is what will be called C:, when I get into Windows).



      As far as I can tell, there is no winre.wim in W:windowssystem32recovery. I ran used dir to search the W: drive, but there is no winre.wim. Where is it?



      Thanks.










      share|improve this question













      I'm trying to pull a Windows 8.1 .wim file down to a laptop (the same laptop that was the source of the .wim), and am following these directions from MS. Everything works until "W:WindowsSystem32Recoverywinre.wim T:RecoveryWindowsREwinre.wim" (W: is what will be called C:, when I get into Windows).



      As far as I can tell, there is no winre.wim in W:windowssystem32recovery. I ran used dir to search the W: drive, but there is no winre.wim. Where is it?



      Thanks.







      windows windows-8.1 windows-pe dism






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jan 27 '14 at 22:38









      StackExchangeGuy

      1125




      1125






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          The winre.wim is a file within the install.wim image, which should be mounted first. The mounting is carried out in Step 5:




          dism /Apply-Image /ImageFile:R:install.wim /Index:1 /ApplyDir:C:




          In your case, as you have a W drive and prefer to mount the install.wim image to that location, you should have done something like:




          dism /Apply-Image /ImageFile:R:install.wim /Index:1 /ApplyDir:W:




          PS: The answer assumes a standard install.wim that is equivalent to the one found on the standard installation medium. If your "Windows 8.1 .wim" is customized or created by non-standard means, then it might be really missing the winre.wim file. In that case, you can download the disk image from Microsoft: https://www.microsoft.com/en-us/software-download/windows8ISO






          share|improve this answer





















            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














             

            draft saved


            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f707894%2fwindows-8-1-missing-winre-wim-in-winpe%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            The winre.wim is a file within the install.wim image, which should be mounted first. The mounting is carried out in Step 5:




            dism /Apply-Image /ImageFile:R:install.wim /Index:1 /ApplyDir:C:




            In your case, as you have a W drive and prefer to mount the install.wim image to that location, you should have done something like:




            dism /Apply-Image /ImageFile:R:install.wim /Index:1 /ApplyDir:W:




            PS: The answer assumes a standard install.wim that is equivalent to the one found on the standard installation medium. If your "Windows 8.1 .wim" is customized or created by non-standard means, then it might be really missing the winre.wim file. In that case, you can download the disk image from Microsoft: https://www.microsoft.com/en-us/software-download/windows8ISO






            share|improve this answer

























              up vote
              0
              down vote













              The winre.wim is a file within the install.wim image, which should be mounted first. The mounting is carried out in Step 5:




              dism /Apply-Image /ImageFile:R:install.wim /Index:1 /ApplyDir:C:




              In your case, as you have a W drive and prefer to mount the install.wim image to that location, you should have done something like:




              dism /Apply-Image /ImageFile:R:install.wim /Index:1 /ApplyDir:W:




              PS: The answer assumes a standard install.wim that is equivalent to the one found on the standard installation medium. If your "Windows 8.1 .wim" is customized or created by non-standard means, then it might be really missing the winre.wim file. In that case, you can download the disk image from Microsoft: https://www.microsoft.com/en-us/software-download/windows8ISO






              share|improve this answer























                up vote
                0
                down vote










                up vote
                0
                down vote









                The winre.wim is a file within the install.wim image, which should be mounted first. The mounting is carried out in Step 5:




                dism /Apply-Image /ImageFile:R:install.wim /Index:1 /ApplyDir:C:




                In your case, as you have a W drive and prefer to mount the install.wim image to that location, you should have done something like:




                dism /Apply-Image /ImageFile:R:install.wim /Index:1 /ApplyDir:W:




                PS: The answer assumes a standard install.wim that is equivalent to the one found on the standard installation medium. If your "Windows 8.1 .wim" is customized or created by non-standard means, then it might be really missing the winre.wim file. In that case, you can download the disk image from Microsoft: https://www.microsoft.com/en-us/software-download/windows8ISO






                share|improve this answer












                The winre.wim is a file within the install.wim image, which should be mounted first. The mounting is carried out in Step 5:




                dism /Apply-Image /ImageFile:R:install.wim /Index:1 /ApplyDir:C:




                In your case, as you have a W drive and prefer to mount the install.wim image to that location, you should have done something like:




                dism /Apply-Image /ImageFile:R:install.wim /Index:1 /ApplyDir:W:




                PS: The answer assumes a standard install.wim that is equivalent to the one found on the standard installation medium. If your "Windows 8.1 .wim" is customized or created by non-standard means, then it might be really missing the winre.wim file. In that case, you can download the disk image from Microsoft: https://www.microsoft.com/en-us/software-download/windows8ISO







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Nov 19 at 16:32









                prusswan

                251112




                251112






























                     

                    draft saved


                    draft discarded



















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f707894%2fwindows-8-1-missing-winre-wim-in-winpe%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    If I really need a card on my start hand, how many mulligans make sense? [duplicate]

                    Alcedinidae

                    Can an atomic nucleus contain both particles and antiparticles? [duplicate]