Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Operating Systems
Windows 11
Recovery environment Windows 11
Message
<blockquote data-quote="Brahman" data-source="post: 1051924" data-attributes="member: 11847"><p>Step 1. Make hidden and system files available using <strong>Folder Options</strong>. You need to<strong> show hidden hidden files, folders and drives</strong> , uncheck <strong>Hide extentions for known file types </strong>and <strong>Hide protected operating system files(Recommended)</strong>.</p><p></p><p></p><p>To access the Folder Options, there is a little difference in different operating system.</p><p></p><p></p><p>>> In Windows 7: Go to Computer -> Tools -> Folder Options.</p><p></p><p></p><p>>> In Windows 8/8.1/10, Go to This PC -> View -> Options, then you will see a Folder Options window.</p><p></p><p></p><p>Step 2. Copy the full path of winre.wim file. Go to the installation disc -> Source folder, hold Shift key and right click the winre.wim file, then choose <strong>Copy as path</strong>.</p><p></p><p></p><p>Step 3. Run cmd as admin. Then, type <strong>md c:\test\</strong> in the command prompt window and hit Enter, it will create a folder named test on the C: drive.</p><p></p><p></p><p>Step 4. <strong>Mount the image file</strong> to the created folder using DISM command line.</p><p></p><p></p><p>In Windows 7:</p><p></p><p></p><p><strong>dism /mount-wim /wimfile:"D:\sources\install.wim" /index:2 /mountdir:C:\test\ /readonly</strong> ("D:\sources\install.wim" is the location of winre.wim file)</p><p></p><p></p><p>In Windows 8/8.1/10:</p><p></p><p></p><p><strong>dism /mount-image /imagefile:"D:\sources\install.wim" /index:1 /mountdir:C:\test\ /readonly </strong></p><p>Step 5. Copy the winre.wim file from the created folder to<strong> C:\Windows\System32\Recovery folder</strong>. If you are asked to authorize this folder, click Continue to move on.</p><p></p><p>Step 6. Set the path for winre.wim file. Type the following cmd and run it in the command prompt window.</p><p></p><p><strong>reagentc /setreimage /path C:\windows\system32\recovery</strong></p><p></p><p>Step 7. <strong>Unmount the install.wim image file</strong> using DISM command line. Then, enable the recovery environment and check its status.</p><p></p><p>In Windows 7: <strong>dism /unmount-wim /mountdir:C:\test\ /discard</strong></p><p></p><p>In Windows 8/8.1/10: <strong>dism /unmount-image /mountdir:C:\test\ /discard</strong></p></blockquote><p></p>
[QUOTE="Brahman, post: 1051924, member: 11847"] Step 1. Make hidden and system files available using [B]Folder Options[/B]. You need to[B] show hidden hidden files, folders and drives[/B] , uncheck [B]Hide extentions for known file types [/B]and [B]Hide protected operating system files(Recommended)[/B]. To access the Folder Options, there is a little difference in different operating system. >> In Windows 7: Go to Computer -> Tools -> Folder Options. >> In Windows 8/8.1/10, Go to This PC -> View -> Options, then you will see a Folder Options window. Step 2. Copy the full path of winre.wim file. Go to the installation disc -> Source folder, hold Shift key and right click the winre.wim file, then choose [B]Copy as path[/B]. Step 3. Run cmd as admin. Then, type [B]md c:\test\[/B] in the command prompt window and hit Enter, it will create a folder named test on the C: drive. Step 4. [B]Mount the image file[/B] to the created folder using DISM command line. In Windows 7: [B]dism /mount-wim /wimfile:"D:\sources\install.wim" /index:2 /mountdir:C:\test\ /readonly[/B] ("D:\sources\install.wim" is the location of winre.wim file) In Windows 8/8.1/10: [B]dism /mount-image /imagefile:"D:\sources\install.wim" /index:1 /mountdir:C:\test\ /readonly [/B] Step 5. Copy the winre.wim file from the created folder to[B] C:\Windows\System32\Recovery folder[/B]. If you are asked to authorize this folder, click Continue to move on. Step 6. Set the path for winre.wim file. Type the following cmd and run it in the command prompt window. [B]reagentc /setreimage /path C:\windows\system32\recovery[/B] Step 7. [B]Unmount the install.wim image file[/B] using DISM command line. Then, enable the recovery environment and check its status. In Windows 7: [B]dism /unmount-wim /mountdir:C:\test\ /discard[/B] In Windows 8/8.1/10: [B]dism /unmount-image /mountdir:C:\test\ /discard[/B] [/QUOTE]
Insert quotes…
Verification
Post reply
Top