找回密码
 注册
搜索
系统gho:最纯净好用系统下载站投放广告、加入VIP会员,请联系 微信:wuyouceo
查看: 496|回复: 19

[发布] WinPE 10 v19044.7058_rev_March-2026

[复制链接]
发表于 昨天 16:19 | 显示全部楼层 |阅读模式
本帖最后由 Wimwizard 于 2026-6-18 16:30 编辑

WinPE10.webp

WinPE 10

  • Comprehensive PE Recovery for USB Stick Pen Live Boot
  • Blazing fast, super stable, secure, simply incredible and a real friend in need.
  • For both novice & high end users.
  • Disk Partition via Microsoft Default Disk Management
  • Recover from bad boot, Data Save and Restore, Apply Install.wim.

by
Eduard

WinPE 10
v19044.
7058_rev_March-2026


Minimum Hardware Requirements
WinPE 10 based on IoT LTSC 21H2 X64
WinPE (Preinstallation Environment)
Disk Partition, Recovery, Repair, Backup & Troubleshooting + Deploy
SecureBoot
Works in both modes as Enabled or Disabled
TPM 2.0
Works in both modes as Enabled or Disabled
UEFI_EX 2023 /  BIOS
GPT + EFi_EX 64  / MBR Compatible
BiT
64 ONLY !  ( REMOVED support for 32bit )
CPU
support cpu(s) started from 2012 and beyond !
RAM
4 GB
USB PORT 4.0  /  3.x  /  2.0
OPTIONAL /  PREFERRED / YES
VIDEO  / DISPLAY
HD
SSD  / HDD
OPTIONAL
CD / DVD  /  BLURAY Optical Drive
OPTIONAL
SOUND  / SPEAKERS
OPTIONAL
WEBCAM  /  MIC
OPTIONAL
MOUSE
YES
SIZE BOOT.WIM
464 MB rev March 2026  /  Size might vary with each rev !
SOFTWARE & TOOLS Included
ONLY OpenSource  (  To see the Video Bellow !  )
IMPORTANT NOTE
YOU CAN USE WinPE 10 to deploy any 10 or 11
install.wim via pure CMD (command prompt)
just be sure to read the file included
"WimWizard - Dism Commands for WinLite.txt"  and  "WinPE 10 - USB Stick Pen Drive BooT.txt"
Create GPT partitions, boot, repair, deploy, backup & restore !
REMINDERS
WinPE 10 is an Energy Efficient PE
Meaning that will ASAP auto save power when not needed !
So do not worry about power consumption !
PROJECT STATUS
ACTiVE


Download


Videos:
https://www.mediafire.com/file/s3enhj6uvits7j1/create+winpe10.mp4/file

create winpe10
  1. ===========================================================================================================
  2. : WinLite PE 10 -> make bootable USB pen drive drive H:     "where your USB Pen Stick drive is letter H:" =
  3. ===========================================================================================================

  4. A: mbr "master boot record"
  5. ---------------------------
  6. diskpart

  7. list disk
  8.         Disk ###  Status         Size     Free     Dyn  Gpt
  9.         --------  -------------  -------  -------  ---  ---
  10.         Disk 0    Online          931 GB  1024 KB        *
  11.         Disk 1    Online            8 GB      0 B

  12. select disk 1
  13. clean
  14. create partition primary
  15. format fs=fat32 label=ROFuSiON quick
  16. assign letter=Y
  17. active

  18. list volume
  19.           // ------------------------------- EXAMPLES  ------------------------------- //
  20.             Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  21.             ----------  ---  -----------  -----  ----------  -------  ---------  --------
  22.           Volume 0     H                       BLURAY-DVD      0 B  No Media
  23.           Volume 1     C   10           NTFS   Partition     17 GB  Healthy    Boot
  24.           Volume 2     D   TEST         NTFS   Partition    219 GB  Healthy
  25.           Volume 3     E   TEST1        NTFS   Partition    219 GB  Healthy
  26.           Volume 4     F   TEST2        NTFS   Partition    219 GB  Healthy
  27.           Volume 5     G   emu          NTFS   Partition    254 GB  Healthy
  28.           Volume 6         SYSTEM       FAT32  Partition    101 MB  Healthy    System
  29.         * Volume 7     Y   ROFUSION     FAT32  Removable   8058 MB  Healthy
  30.           // ------------------------------- EXAMPLES  ------------------------------- //

  31. exit


  32. B: ==> open another cmd (command promt) and type the command bellow but attention it must be on the USB Pen Stick Removable Drive !
  33.           :: example: volume 7 Y ROFUSION     FAT32  Removable   8191 MB)

  34. bootsect /nt52 Y: /force /mbr


  35. C:  unpack everything from archive WinLitePE10.7z to USB Pen Stick Removable Drive.

  36. D:  In your computer bios use your manufacturer key in order to boot your computer from the USB Pen Stick Removable Drive.
复制代码


https://www.mediafire.com/file/3ohfklkgmpbvbjs/winpe+create+gpt+partition+apply+install.wim.mp4/file
winpe create gpt partition apply install.wim
  1. ===========================================================================================================
  2. : dism apply install.wim to drive C:    "where your drive NVME or SSD or HDD or VHDX or VHD is letter C:" =
  3. : where z: via diskpart is your hidden system efi partition of 100mb mounted and assigned to drive letter =
  4. ===========================================================================================================

  5. dism /get-wiminfo /wimfile:d:\install.wim

  6. dism /apply-image /imagefile:d:\install.wim /index:1 /applydir:c:\

  7. UEFI 2023
  8. bcdboot c:\windows /f UEFI /s z: /bootex

  9. UEFI 2011 (expires in June 2026)
  10. #####     bcdboot c:\windows /f UEFI /s z:




  11. =====================================
  12. = save drive C: partition image     =
  13. =====================================

  14. dism /Capture-Image /ImageFile:d:\lenovo10.wim /CaptureDir:C:\ /Name:Drive-C /Description:"WimWizard WinLite 10 x64 21H2 ent iot ltsc" /Compress:max /CheckIntegrity /EA




  15. =====================================
  16. = restore drive C: partition image  =
  17. =====================================

  18. dism /get-wiminfo /wimfile:d:\lenovo10.wim

  19. dism /apply-image /imagefile:d:\lenovo10.wim /index:1 /applydir:c:\









  20. // ------------------------------- ONLY USE THIS IF YOU WANT TO CLEAN THE ENTIRE DISK ------------------------------- //
  21. // ------------------------------- Here you will create the efi partition  ------------------------------- //

  22. ========================================================================
  23. = Diskpart <=> GPT + efi64 + secure boot enabled => (SSD,HDD,USB,IMG)  =
  24. ========================================================================

  25. diskpart


  26. list disk

  27. // ------------------------------- EXAMPLES  ------------------------------- //
  28.         Disk ###  Status         Size     Free     Dyn  Gpt
  29.         --------  -------------  -------  -------  ---  ---
  30.         Disk 0    Online          931 GB  1024 KB        *
  31.         Disk 1    Online            8 GB      0 B
  32. // ------------------------------- EXAMPLES  ------------------------------- //

  33. select disk 0

  34. :: WARNiNG clean will erase everything on the entire selected disk !!!!!!
  35. : use "clean" only if you want to erase everything on the selected disk !
  36. clean

  37. convert gpt

  38. :: create efi partition
  39. create partition primary size=100 id=c12a7328-f81f-11d2-ba4b-00a0c93ec93b
  40. format fs=fat32 label=System quick
  41. assign letter=z
  42.        
  43. list volume

  44.           // ------------------------------- EXAMPLES  ------------------------------- //
  45.             Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
  46.             ----------  ---  -----------  -----  ----------  -------  ---------  --------
  47.             Volume 0     C   10           NTFS   Partition     18 GB  Healthy    Boot
  48.             Volume 1     D   TEST         NTFS   Partition    219 GB  Healthy
  49.             Volume 2     Z   SYSTEM       FAT32  Partition    100 MB  Healthy    System
  50.           * Volume 3     Y   ROFUSION     FAT32  Removable   8058 MB  Healthy
  51.           // ------------------------------- EXAMPLES  ------------------------------- //

  52. exit


  53. :: Now use Default Microsoft Disk Management from within WinPE 10 to create partitions/resize/format/mount drive letters etc.


复制代码



评分

参与人数 1无忧币 +5 收起 理由
cuicongyuan + 5 赞一个!

查看全部评分

发表于 昨天 16:21 来自手机 | 显示全部楼层
Thanks for sharing.
回复

使用道具 举报

发表于 昨天 16:24 | 显示全部楼层
Thanks  very very much~~~~~~~
回复

使用道具 举报

发表于 昨天 16:25 | 显示全部楼层
回复

使用道具 举报

发表于 昨天 16:39 | 显示全部楼层
Do these PE versions not support Simplified Chinese? Thank you!
回复

使用道具 举报

 楼主| 发表于 昨天 16:45 | 显示全部楼层
它不支持中文翻译。抱歉。许多亚洲网站在欧洲无法访问,且在制作这些PE时无法访问
回复

使用道具 举报

发表于 昨天 17:00 | 显示全部楼层
thanks share...
回复

使用道具 举报

发表于 昨天 17:19 来自手机 | 显示全部楼层
感谢分享
回复

使用道具 举报

发表于 昨天 17:22 | 显示全部楼层
是个汉化版的就好了
回复

使用道具 举报

发表于 昨天 18:44 | 显示全部楼层
多谢分享!!!
回复

使用道具 举报

发表于 昨天 19:48 | 显示全部楼层
试试看 好用不
回复

使用道具 举报

发表于 昨天 19:57 | 显示全部楼层
A great PE tool
回复

使用道具 举报

发表于 昨天 20:09 | 显示全部楼层
值得研究
回复

使用道具 举报

发表于 昨天 20:27 | 显示全部楼层
感谢大神分享。但是下不动文件啊,期待有大神转到123盘

点评

看我的回复  详情 回复 发表于 昨天 22:14
回复

使用道具 举报

发表于 昨天 22:14 | 显示全部楼层
本帖最后由 lixiangliuyi 于 2026-6-18 22:29 编辑

小飞机网盘


https://share.feijipan.com/s/cmc9zQhW





百度网盘



通过网盘分享的文件:
链接: https://pan.baidu.com/s/1PoV4p-0DMpZKnU3SCdHuqQ?pwd=uxi5 提取码: uxi5 复制这段内容后打开百度网盘手机App,操作更方便哦
--来自百度网盘超级会员v5的分享




123盘


https://1829186101.share.123865.com/123pan/rihZjv-9FCHA



移动云盘


链接: https://yun.139.com/shareweb/#/w/i/2vMBzsHkvKey4  提取码:tlt7  复制内容打开中国移动云盘手机APP,操作更方便哦

点评

感谢分享  详情 回复 发表于 8 小时前
回复

使用道具 举报

发表于 昨天 22:14 | 显示全部楼层
忧心的启 发表于 2026-6-18 20:27
感谢大神分享。但是下不动文件啊,期待有大神转到123盘

看我的回复
回复

使用道具 举报

发表于 昨天 23:37 来自手机 | 显示全部楼层
有中文的就好了
回复

使用道具 举报

发表于 8 小时前 | 显示全部楼层
回复

使用道具 举报

发表于 5 小时前 | 显示全部楼层
感谢大神的分享
回复

使用道具 举报

发表于 1 小时前 | 显示全部楼层
支持发布,谢谢
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|捐助支持|无忧启动 ( 闽ICP备05002490号-1|闽公网安备35020302032614号 )

GMT+8, 2026-6-19 09:25

Powered by Discuz! X5.0

© 2001-2026 Discuz! Team.

快速回复 返回顶部 返回列表