Skip to content

niveproplus/NiveDWM4PE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

DWM4W8PE

DWM4W8PE is a batch script file tool that copies DWM and dependencies from Windows (Also Work On Windows Server)

*I haven't tried it yet! **May require manually placing DWM files in Boot.wim and WinRE.wim

Disclaimer : Sorry if the English is not very good, because Nive tried the best to fix the mess created by the translation tool.

Preparation:

  1. Make sure you have a Windows Installer.
  2. Make sure you have a WIM editing tools (7-Zip, etc.)
  3. Use DISM to mount, commit, and then unmount. (or you can use a WIM editor tool)
  4. Custom ISO or flash to a USB flash drive.

Before doing this practice, Read the Note in Down Below

Note 1 : For VM Users Before doing the Test Create a Virtual Disk First At least 8GB, Then Create a Partition on the New Virtual Disk, then Format As FAT32 Then Copying the ISO File to the New Partition on New Virtual Disk

Note 2 : For Host Computer Make sure you have created a bootable USB flash drive first of Windows 8 Installation If not, create a bootable USB first

Note 3 : For Using ISO Editor** Make Sure to Select the Windows 8 or 8.1 ISO File First Then Go to the "Sources" Folder Then Move the "Boot.wim" File to Your Desktop Then After Finishing Modifying, Move It Back to the Windows 8 or 8.1 ISO Again Then Save the File (**A Paid ISO Editor Application tool)

Here's how:

  1. Extract the Windows 8/8.1 ISO file, or copy "Boot.wim" to the Windows 8/8.1 ISO file (anywhere, for example, saving it to your desktop is also possible).
  2. Run "DWM4W8PE-(Version)-Setup.bat" as administrator (right-click).
  3. Press any key, and the "DWM\System32\en-US" folder will automatically be created.
  4. Step For DISM
  5. BOOT.WIM To Mount : DISM /Mount-image /imagefile:C:\Users\Examples\Boot.wim /Index:2 /MountDir:<target_mount_directory>
  6. WINRE.WIM To Mount: DISM /Mount-image /imagefile:C:\Users\Examples\WinRE.wim /Index:1 /MountDir:<target_mount_directory>
  7. Move the "System32" Folder From the DWM Folder on Your Desktop, To the Windows Directory ("Windows" Folder) on Windows PE Mount Directory
  8. To Unmount : Dism /Unmount-Image /MountDir:<target_mount_directory> /Commit
  9. You Can Edit ISO Editor to Replace For Boot.wim (On The "Sources" Folder) or WinRE.wim Manually, Or You Can Replace For Boot.wim (On The "Sources" Folder) or WinRE.wim Manually To Your Any Drive, Example : USB Bootable Flash Drive Contains Windows Installer

And after That It's Done

Made By @MArifH2362, forked by @niveproplus

About

Nive's DWM4PE extracts the DWM (and dependency) files into a DWM folder ready to use or put in a WIM.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Batchfile 100.0%