DISM.exe is a new command line tool included in the Windows Automated Installation Kit (Windows AIK) 2.0. You can use DISM to service Windows images, both WIM and VHD files. This is a useful tool that can be used to add/remove device drivers, OS Packages, hotfixes, etc.
Here is how to create a custom boot image with diffrent keyboard layout
And if read closly you will learn how to modify the registry and filstructure on a WIM file.
1. Make sure you have Windows Automated Installation Kit installed (make sure you have the latest version)
2. Open "Deployment Tools Command Prompt" (Start -> All programs -> Microsoft Windows AIK)
3. Copy base files to c:\winpe (change x86 to amd64 for 64bit)
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
DISM.exe is a new command line tool included in the Windows Automated Installation Kit (Windows AIK) 2.0. You can use DISM to service Windows images, both WIM and VHD files. This is a useful tool that can be used to add/remove device drivers, OS Packages, hotfixes, etc.
Here is how to create a custom boot image with diffrent keyboard layout
And if read closly you will learn how to modify the registry and filstructure on a WIM file.
1. Make sure you have Windows Automated Installation Kit installed (make sure you have the latest version)
2. Open "Deployment Tools Command Prompt" (Start -> All programs -> Microsoft Windows AIK)
3. Copy base files to c:\winpe (change x86 to amd64 for 64bit)
4. Mount imagefile
5. Change to Swedish keyboard layout (or whatever you prefer, make changes to the red parts)
For the curious, this changes some of the <%mountpath%>\Windows\System32\config\*.* registry hives:
Changes can be viewed by opening regedit, select HKLM and choose file, load hive (for example DEFAULT)
6. Create a "Tools" folder on this path: C:\winpe\mount (<%mountpath%>)
7. Input all programs you need into the folder
8. Edit the following regkey: HKEY_LOCAL_MACHINE\<filename>\ControlSet001\Control\Session Manager\Environment
Input this value: %SystemRoot%\system32;%SystemRoot%;%SystemDrive%\Tools;
Into the value named "path"
9. Save the changes
10. Change format from Windows Image format so we can boot from the file
When this is done
This new custome boot image can be added to SCCM: c:\winpe\iso\sources\boot.wim
PS don´t forget to add F8 support!!
Cheers Marcus
Share this post
Link to post
Share on other sites