BJ's Technology Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.
BJ's Technology Forum

Let's talk about technology, gadgets and everything geeky in the world. Are you with me? Let's do it!

Search
 
 

Display results as :
 


Rechercher Advanced Search

Keywords

error  

Latest topics
» How To Hide Cortana on Windows 10 Taskbar
Creating Windows RE Using Windows AIK [Video & Notes] EmptyTue Aug 25, 2015 10:46 pm by bjtechnews

» How To Use and Configure Windows 10 Notification Center
Creating Windows RE Using Windows AIK [Video & Notes] EmptyTue Aug 25, 2015 10:45 pm by bjtechnews

» How To Disable OneDrive and Remove it from File Explorer in Windows 10
Creating Windows RE Using Windows AIK [Video & Notes] EmptyTue Aug 25, 2015 10:44 pm by bjtechnews

» Top 23 PowerShell Commands to Uninstall Windows 10 Built-in Apps
Creating Windows RE Using Windows AIK [Video & Notes] EmptyTue Aug 25, 2015 10:42 pm by bjtechnews

» How To Schedule Restarts for Windows 10 Updates
Creating Windows RE Using Windows AIK [Video & Notes] EmptyTue Aug 25, 2015 10:41 pm by bjtechnews

» How To Get Offline Maps in Windows 10
Creating Windows RE Using Windows AIK [Video & Notes] EmptyTue Aug 25, 2015 10:39 pm by bjtechnews

» Windows xp mode in windows 10?
Creating Windows RE Using Windows AIK [Video & Notes] EmptyTue Aug 25, 2015 10:30 pm by bjtechnews

» MDT 2012: Capturing a Reference Image – Part II
Creating Windows RE Using Windows AIK [Video & Notes] EmptyTue Aug 26, 2014 8:14 pm by _blake

» Top 15 Android Voice Actions!
Creating Windows RE Using Windows AIK [Video & Notes] EmptyWed Jul 23, 2014 2:32 pm by bjtechnews

April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar

Affiliates

free forum

Forumotion on Facebook Forumotion on Twitter Forumotion on YouTube Forumotion on Google+


You are not connected. Please login or register

Creating Windows RE Using Windows AIK [Video & Notes]

Go down  Message [Page 1 of 1]

bjtechnews

bjtechnews
Admin


video notes:
Step 1: Copy Windows PE from the Installation Media
-Create a directory for the Windows PE image and a mount point
mkdir c:\winre_image

mkdir c:\winre_mount

-Copy the Windows PE image from the installation media using ImageX
imagex.exe /export /boot e:\sources\boot.wim 2 c:\winre_image\winre.wim “Windows Recovery Environment”

-Mount the image using ImageX
imagex /mountrw c:\winre_image\winre.wim 1 c:\winre_mount

Step 2: Add Windows RE shell script

The Windows PE we copied in step 1, does not launch Windows RE automatically. In this step, we will create a script
called winpeshl.ini that will launch the Windows RE shell at startup.

1 - By using a text editor, create a file called winpeshl.ini that contains the following text:

[LaunchApp]

AppPath=x:\sources\recovery\recenv.exe

2 - Copy this file to \Windows\System32 directory in your mounted Windows RE directory. For example,

copy winpeshl.ini c:\winre_mount\Windows\System32

Step 3: Add mass-storage drivers (optional)

If necessary, you can include third-party drivers (.inf) in your Windows RE image by using the peimg.exe /inf command. For example,

peimg.exe /inf= C:\winre_x86\mount\Windows

Where is the location of the. inf file.

Step 4: Add custom tools to Windows RE (optional)

You can customize Windows RE shell by creating an .xml file called WinREConfig.xml. WinREConfig.xml enables you to define custom support and diagnostic tools within Windows RE. This step is optional. For more information, refer to the Windows RE documentation in the Windows AIK.

Step 5: Save changes to the image

Unmount the image by using ImageX. For example,

imagex.exe /unmount /commit c:\winre_mount


That's it! The WinRE.wim file is now ready to be deployed on the harddisk or a WDS server. Let us know if these updated instructions do not work for you.[u]

http://bjtechnews.org

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum