无忧启动论坛

 找回密码
 注册
搜索
系统gho:最纯净好用系统下载站广告联系 微信:wuyouceo QQ:184822951
楼主: 826773297

[教程] 全手工制作1909PE之维护型

    [复制链接]
发表于 2020-3-3 07:57:13 | 显示全部楼层
目标明确,步骤清晰,文件有清单,制作更容易。谢谢分享!
回复

使用道具 举报

 楼主| 发表于 2020-3-3 09:30:31 来自手机 | 显示全部楼层
lgl007 发表于 2020-3-3 07:08
"从INSTALL\WINDOWS\SYSTEM32\CONFIG\SOFTWARE替换为WINPE\WINDOWS\SYSTEM32\CONFIG\SOFTWARE并进行以下方 ...

把winpe的software删除,从install复制过来
回复

使用道具 举报

发表于 2020-3-3 11:51:20 | 显示全部楼层
首先谢谢分享。
我复制出来相对应文件,改注册表,再打包为boot.wim,启动一直在Windows的图标那里转圈圈,是我复制的文件少了吗?
——————列表有点长,超字数限制了,我分两段发出


  1. @echo off
  2. set source="d:\boot"
  3. set target="d:\winpe"
  4. ::::::::::::::::::::::::::::::::::::::::::
  5. ::::::source为源目录:::::::
  6. ::::target为目标目录::::::
  7. ::::::::::::::::::::::::::::::::::::::::::
  8. @xcopy %source%\Windows\apppatch\drvmain.sdb %target%\Windows\apppatch\ /y /d /h
  9. ::启动字体
  10. @xcopy %source%\Windows\Boot\Fonts\msyh_boot.ttf %target%\Windows\Boot\Fonts\ /y /d /h
  11. @xcopy %source%\Windows\Boot\Fonts\msyhn_boot.ttf %target%\Windows\Boot\Fonts\ /y /d /h
  12. @xcopy %source%\Windows\Boot\Fonts\segoe_slboot.ttf %target%\Windows\Boot\Fonts\ /y /d /h
  13. @xcopy %source%\Windows\Boot\Fonts\segoen_slboot.ttf %target%\Windows\Boot\Fonts\ /y /d /h
  14. ::启动画面
  15. @xcopy %source%\Windows\Boot\Resources\zh-CN\bootres.dll.mui %target%\Windows\Boot\Resources\zh-CN\ /y /d /h
  16. @xcopy %source%\Windows\Boot\Resources\bootres.dll %target%\Windows\Boot\Resources\ /y /d /h
  17. ::版本信息
  18. @xcopy %source%\Windows\Branding %target%\Windows\Branding\ /s /e /v /y
  19. ::系统字体
  20. @xcopy %source%\Windows\Fonts\app936.fon %target%\Windows\Fonts\ /y /d /h
  21. @xcopy %source%\Windows\Fonts\consolaz.ttf %target%\Windows\Fonts\ /y /d /h
  22. @xcopy %source%\Windows\Fonts\marlett.ttf %target%\Windows\Fonts\ /y /d /h
  23. @xcopy %source%\Windows\Fonts\micross.ttf %target%\Windows\Fonts\ /y /d /h
  24. @xcopy %source%\Windows\Fonts\msyh.ttc %target%\Windows\Fonts\ /y /d /h
  25. @xcopy %source%\Windows\Fonts\segmdl2.ttf %target%\Windows\Fonts\ /y /d /h
  26. @xcopy %source%\Windows\Fonts\segoeuil.ttf %target%\Windows\Fonts\ /y /d /h
  27. @xcopy %source%\Windows\Fonts\seguisbi.ttf %target%\Windows\Fonts\ /y /d /h
  28. @xcopy %source%\Windows\Fonts\seguisym.ttf %target%\Windows\Fonts\ /y /d /h
  29. @xcopy %source%\Windows\Fonts\simsun.ttc %target%\Windows\Fonts\ /y /d /h
  30. @xcopy %source%\Windows\Fonts\svgafix.fon %target%\Windows\Fonts\ /y /d /h
  31. @xcopy %source%\Windows\Fonts\tahoma.ttf %target%\Windows\Fonts\ /y /d /h
  32. @xcopy %source%\Windows\Fonts\vga936.fon %target%\Windows\Fonts\ /y /d /h
  33. @xcopy %source%\Windows\Fonts\vgaoem.fon %target%\Windows\Fonts\ /y /d /h
  34. @xcopy %source%\Windows\Fonts\vgasys.fon %target%\Windows\Fonts\ /y /d /h
  35. @xcopy %source%\Windows\Globalization\Sorting\SortDefault.nls %target%\Windows\Globalization\Sorting\ /y /d /h
  36. ::驱动安装信息
  37. @xcopy %source%\Windows\INF %target%\Windows\INF\ /s /e /v /y
  38. ::主题
  39. @xcopy %source%\Windows\resources %target%\Windows\resources\ /s /e /v /y
  40. ::BIOS/UEFI启动文件
  41. @xcopy %source%\Windows\System32\Boot\zh-CN\winload.efi.mui %target%\Windows\System32\Boot\zh-CN\ /y /d /h
  42. @xcopy %source%\Windows\System32\Boot\zh-CN\winload.exe.mui %target%\Windows\System32\Boot\zh-CN\ /y /d /h
  43. @xcopy %source%\Windows\System32\Boot\winload.efi %target%\Windows\System32\Boot\ /y /d /h
  44. @xcopy %source%\Windows\System32\Boot\winload.exe %target%\Windows\System32\Boot\ /y /d /h
  45. ::驱动签名
  46. @xcopy %source%\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE} %target%\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\ /s /e /v /y
  47. @xcopy %source%\Windows\System32\CodeIntegrity\driver.stl %target%\Windows\System32\CodeIntegrity\ /y /d /h
  48. ::注册表
  49. @xcopy %source%\Windows\System32\config\BBI %target%\Windows\System32\config\ /y /d /h
  50. @xcopy %source%\Windows\System32\config\BCD-Template %target%\Windows\System32\config\ /y /d /h
  51. @xcopy %source%\Windows\System32\config\COMPONENTS %target%\Windows\System32\config\ /y /d /h
  52. @xcopy %source%\Windows\System32\config\DEFAULT %target%\Windows\System32\config\ /y /d /h
  53. @xcopy %source%\Windows\System32\config\DRIVERS %target%\Windows\System32\config\ /y /d /h
  54. @xcopy %source%\Windows\System32\config\ELAM %target%\Windows\System32\config\ /y /d /h
  55. @xcopy %source%\Windows\System32\config\SAM %target%\Windows\System32\config\ /y /d /h
  56. @xcopy %source%\Windows\System32\config\SECURITY %target%\Windows\System32\config\ /y /d /h
  57. @xcopy %source%\Windows\System32\config\SOFTWARE %target%\Windows\System32\config\ /y /d /h
  58. @xcopy %source%\Windows\System32\config\SYSTEM %target%\Windows\System32\config\ /y /d /h
  59. ::系统驱动
  60. @xcopy %source%\Windows\System32\drivers %target%\Windows\System32\drivers\ /s /e /v /y
  61. ::增强驱动
  62. @xcopy %source%\Windows\System32\DriverStore\FileRepository\3ware.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  63. @xcopy %source%\Windows\System32\DriverStore\FileRepository\1394.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  64. @xcopy %source%\Windows\System32\DriverStore\FileRepository\acpi.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  65. @xcopy %source%\Windows\System32\DriverStore\FileRepository\acpidev.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  66. @xcopy %source%\Windows\System32\DriverStore\FileRepository\acpipagr.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  67. @xcopy %source%\Windows\System32\DriverStore\FileRepository\acpitime.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  68. @xcopy %source%\Windows\System32\DriverStore\FileRepository\adp80xx.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  69. @xcopy %source%\Windows\System32\DriverStore\FileRepository\amdgpio2.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  70. @xcopy %source%\Windows\System32\DriverStore\FileRepository\amdi2c.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  71. @xcopy %source%\Windows\System32\DriverStore\FileRepository\amdsata.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  72. @xcopy %source%\Windows\System32\DriverStore\FileRepository\amdsbs.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  73. @xcopy %source%\Windows\System32\DriverStore\FileRepository\arcsas.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  74. @xcopy %source%\Windows\System32\DriverStore\FileRepository\basicdisplay.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  75. @xcopy %source%\Windows\System32\DriverStore\FileRepository\basicrender.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  76. @xcopy %source%\Windows\System32\DriverStore\FileRepository\battery.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  77. @xcopy %source%\Windows\System32\DriverStore\FileRepository\buttonconverter.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  78. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_1394.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  79. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_61883.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  80. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_battery.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  81. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_biometric.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  82. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_camera.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  83. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_cdrom.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  84. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_computer.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  85. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_diskdrive.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  86. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_display.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  87. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_dot4.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  88. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_extension.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  89. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_fdc.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  90. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_firmware.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  91. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_floppydisk.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  92. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_fsactivitymonitor.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  93. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_fsantivirus.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  94. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_fscfsmetadataserver.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  95. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_fscompression.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  96. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_fscontentscreener.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  97. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_fscontinuousbackup.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  98. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_fscopyprotection.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  99. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_fsencryption.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  100. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_fshsm.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  101. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_fsinfrastructure.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  102. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_fsopenfilebackup.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  103. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_fsphysicalquotamgmt.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  104. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_fsquotamgmt.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  105. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_fsreplication.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  106. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_fssecurityenhancer.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  107. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_fssystem.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  108. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_fssystemrecovery.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  109. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_fsundelete.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  110. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_fsvirtualization.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  111. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_hdc.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  112. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_hidclass.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  113. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_keyboard.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  114. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_legacydriver.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  115. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_mcx.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  116. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_mediumchanger.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  117. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_memory.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  118. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_monitor.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  119. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_mouse.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  120. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_mtd.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  121. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_multifunction.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  122. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_multiportserial.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  123. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_pcmcia.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  124. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_ports.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  125. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_processor.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  126. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_proximity.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  127. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_sbp2.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  128. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_scmdisk.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  129. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_scmvolume.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  130. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_scsiadapter.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  131. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_sdhost.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  132. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_securitydevices.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  133. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_smartcard.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  134. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_smartcardfilter.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  135. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_smartcardreader.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  136. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_smrdisk.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  137. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_smrvolume.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  138. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_sslaccel.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  139. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_swcomponent.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  140. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_swdevice.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  141. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_system.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  142. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_tapedrive.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  143. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_ucm.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  144. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_unknown.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  145. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_usb.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  146. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_usbdevice.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  147. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_usbfn.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  148. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_volsnap.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  149. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_volume.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  150. @xcopy %source%\Windows\System32\DriverStore\FileRepository\c_wceusbs.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  151. @xcopy %source%\Windows\System32\DriverStore\FileRepository\cdrom.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  152. @xcopy %source%\Windows\System32\DriverStore\FileRepository\cht4nulx64.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  153. @xcopy %source%\Windows\System32\DriverStore\FileRepository\cht4sx64.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  154. @xcopy %source%\Windows\System32\DriverStore\FileRepository\cht4vx64.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  155. @xcopy %source%\Windows\System32\DriverStore\FileRepository\cmbatt.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  156. @xcopy %source%\Windows\System32\DriverStore\FileRepository\cpu.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  157. @xcopy %source%\Windows\System32\DriverStore\FileRepository\disk.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  158. @xcopy %source%\Windows\System32\DriverStore\FileRepository\errdev.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  159. @xcopy %source%\Windows\System32\DriverStore\FileRepository\fdc.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  160. @xcopy %source%\Windows\System32\DriverStore\FileRepository\flpydisk.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  161. @xcopy %source%\Windows\System32\DriverStore\FileRepository\genericusbfn.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  162. @xcopy %source%\Windows\System32\DriverStore\FileRepository\hal.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  163. @xcopy %source%\Windows\System32\DriverStore\FileRepository\halextintclpiodma.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  164. @xcopy %source%\Windows\System32\DriverStore\FileRepository\halextpl080.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  165. @xcopy %source%\Windows\System32\DriverStore\FileRepository\hidbatt.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  166. @xcopy %source%\Windows\System32\DriverStore\FileRepository\hiddigi.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  167. @xcopy %source%\Windows\System32\DriverStore\FileRepository\hidi2c.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  168. @xcopy %source%\Windows\System32\DriverStore\FileRepository\hidinterrupt.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  169. @xcopy %source%\Windows\System32\DriverStore\FileRepository\hidserv.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  170. @xcopy %source%\Windows\System32\DriverStore\FileRepository\hidspi_km.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  171. @xcopy %source%\Windows\System32\DriverStore\FileRepository\hidvhf.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  172. @xcopy %source%\Windows\System32\DriverStore\FileRepository\hpsamd.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  173. @xcopy %source%\Windows\System32\DriverStore\FileRepository\iagpio.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  174. @xcopy %source%\Windows\System32\DriverStore\FileRepository\iai2c.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  175. @xcopy %source%\Windows\System32\DriverStore\FileRepository\ialpss2i_gpio2_bxt_p.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  176. @xcopy %source%\Windows\System32\DriverStore\FileRepository\ialpss2i_gpio2_cnl.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  177. @xcopy %source%\Windows\System32\DriverStore\FileRepository\ialpss2i_gpio2_glk.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  178. @xcopy %source%\Windows\System32\DriverStore\FileRepository\ialpss2i_gpio2_skl.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  179. @xcopy %source%\Windows\System32\DriverStore\FileRepository\ialpss2i_i2c_bxt_p.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  180. @xcopy %source%\Windows\System32\DriverStore\FileRepository\ialpss2i_i2c_cnl.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  181. @xcopy %source%\Windows\System32\DriverStore\FileRepository\ialpss2i_i2c_glk.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  182. @xcopy %source%\Windows\System32\DriverStore\FileRepository\ialpss2i_i2c_skl.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  183. @xcopy %source%\Windows\System32\DriverStore\FileRepository\ialpssi_gpio.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  184. @xcopy %source%\Windows\System32\DriverStore\FileRepository\ialpssi_i2c.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  185. @xcopy %source%\Windows\System32\DriverStore\FileRepository\iastorav.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  186. @xcopy %source%\Windows\System32\DriverStore\FileRepository\iastorv.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  187. @xcopy %source%\Windows\System32\DriverStore\FileRepository\input.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  188. @xcopy %source%\Windows\System32\DriverStore\FileRepository\ipmidrv.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  189. @xcopy %source%\Windows\System32\DriverStore\FileRepository\iscsi.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  190. @xcopy %source%\Windows\System32\DriverStore\FileRepository\itsas35i.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  191. @xcopy %source%\Windows\System32\DriverStore\FileRepository\keyboard.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  192. @xcopy %source%\Windows\System32\DriverStore\FileRepository\lsi_sas.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  193. @xcopy %source%\Windows\System32\DriverStore\FileRepository\lsi_sas2i.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  194. @xcopy %source%\Windows\System32\DriverStore\FileRepository\lsi_sas3i.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  195. @xcopy %source%\Windows\System32\DriverStore\FileRepository\lsi_sss.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  196. @xcopy %source%\Windows\System32\DriverStore\FileRepository\machine.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  197. @xcopy %source%\Windows\System32\DriverStore\FileRepository\mausbhost.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  198. @xcopy %source%\Windows\System32\DriverStore\FileRepository\megasas.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  199. @xcopy %source%\Windows\System32\DriverStore\FileRepository\megasas2i.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  200. @xcopy %source%\Windows\System32\DriverStore\FileRepository\megasas35i.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  201. @xcopy %source%\Windows\System32\DriverStore\FileRepository\megasr.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  202. @xcopy %source%\Windows\System32\DriverStore\FileRepository\mf.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  203. @xcopy %source%\Windows\System32\DriverStore\FileRepository\mshdc.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  204. @xcopy %source%\Windows\System32\DriverStore\FileRepository\msmouse.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  205. @xcopy %source%\Windows\System32\DriverStore\FileRepository\msports.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  206. @xcopy %source%\Windows\System32\DriverStore\FileRepository\mssmbios.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  207. @xcopy %source%\Windows\System32\DriverStore\FileRepository\mtconfig.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  208. @xcopy %source%\Windows\System32\DriverStore\FileRepository\mvumis.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  209. @xcopy %source%\Windows\System32\DriverStore\FileRepository\ndisvirtualbus.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  210. @xcopy %source%\Windows\System32\DriverStore\FileRepository\npsvctrig.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  211. @xcopy %source%\Windows\System32\DriverStore\FileRepository\nvdimm.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  212. @xcopy %source%\Windows\System32\DriverStore\FileRepository\nvraid.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  213. @xcopy %source%\Windows\System32\DriverStore\FileRepository\pci.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  214. @xcopy %source%\Windows\System32\DriverStore\FileRepository\pcmcia.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  215. @xcopy %source%\Windows\System32\DriverStore\FileRepository\percsas2i.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  216. @xcopy %source%\Windows\System32\DriverStore\FileRepository\percsas3i.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  217. @xcopy %source%\Windows\System32\DriverStore\FileRepository\pmem.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  218. @xcopy %source%\Windows\System32\DriverStore\FileRepository\qd3x64.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  219. @xcopy %source%\Windows\System32\DriverStore\FileRepository\sbp2.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  220. @xcopy %source%\Windows\System32\DriverStore\FileRepository\scmbus.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  221. @xcopy %source%\Windows\System32\DriverStore\FileRepository\scmvolume.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  222. @xcopy %source%\Windows\System32\DriverStore\FileRepository\scsidev.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  223. @xcopy %source%\Windows\System32\DriverStore\FileRepository\sdbus.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  224. @xcopy %source%\Windows\System32\DriverStore\FileRepository\sdstor.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  225. @xcopy %source%\Windows\System32\DriverStore\FileRepository\sisraid2.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  226. @xcopy %source%\Windows\System32\DriverStore\FileRepository\sisraid4.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  227. @xcopy %source%\Windows\System32\DriverStore\FileRepository\smartsamd.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  228. @xcopy %source%\Windows\System32\DriverStore\FileRepository\smrdisk.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  229. @xcopy %source%\Windows\System32\DriverStore\FileRepository\smrvolume.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  230. @xcopy %source%\Windows\System32\DriverStore\FileRepository\spaceport.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  231. @xcopy %source%\Windows\System32\DriverStore\FileRepository\stexstor.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  232. @xcopy %source%\Windows\System32\DriverStore\FileRepository\stornvme.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  233. @xcopy %source%\Windows\System32\DriverStore\FileRepository\storufs.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  234. @xcopy %source%\Windows\System32\DriverStore\FileRepository\swenum.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  235. @xcopy %source%\Windows\System32\DriverStore\FileRepository\tape.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  236. @xcopy %source%\Windows\System32\DriverStore\FileRepository\tpm.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  237. @xcopy %source%\Windows\System32\DriverStore\FileRepository\uaspstor.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  238. @xcopy %source%\Windows\System32\DriverStore\FileRepository\uefi.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  239. @xcopy %source%\Windows\System32\DriverStore\FileRepository\ufxchipidea.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  240. @xcopy %source%\Windows\System32\DriverStore\FileRepository\ufxsynopsys.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  241. @xcopy %source%\Windows\System32\DriverStore\FileRepository\umbus.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  242. @xcopy %source%\Windows\System32\DriverStore\FileRepository\umpass.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  243. @xcopy %source%\Windows\System32\DriverStore\FileRepository\unknown.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  244. @xcopy %source%\Windows\System32\DriverStore\FileRepository\usb.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  245. @xcopy %source%\Windows\System32\DriverStore\FileRepository\usbhub3.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  246. @xcopy %source%\Windows\System32\DriverStore\FileRepository\usbport.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  247. @xcopy %source%\Windows\System32\DriverStore\FileRepository\usbser.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  248. @xcopy %source%\Windows\System32\DriverStore\FileRepository\usbstor.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  249. @xcopy %source%\Windows\System32\DriverStore\FileRepository\vdrvroot.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  250. @xcopy %source%\Windows\System32\DriverStore\FileRepository\vhdmp.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  251. @xcopy %source%\Windows\System32\DriverStore\FileRepository\virtdisk.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  252. @xcopy %source%\Windows\System32\DriverStore\FileRepository\volmgr.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  253. @xcopy %source%\Windows\System32\DriverStore\FileRepository\volsnap.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  254. @xcopy %source%\Windows\System32\DriverStore\FileRepository\volume.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  255. @xcopy %source%\Windows\System32\DriverStore\FileRepository\vsmraid.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  256. @xcopy %source%\Windows\System32\DriverStore\FileRepository\vstxraid.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  257. @xcopy %source%\Windows\System32\DriverStore\FileRepository\wdmvsc.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  258. @xcopy %source%\Windows\System32\DriverStore\FileRepository\whyperkbd.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  259. @xcopy %source%\Windows\System32\DriverStore\FileRepository\wmiacpi.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  260. @xcopy %source%\Windows\System32\DriverStore\FileRepository\wstorflt.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  261. @xcopy %source%\Windows\System32\DriverStore\FileRepository\wstorvsc.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  262. @xcopy %source%\Windows\System32\DriverStore\FileRepository\wvmbus.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  263. @xcopy %source%\Windows\System32\DriverStore\FileRepository\wvmbushid.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  264. @xcopy %source%\Windows\System32\DriverStore\FileRepository\wvmbusvideo.inf* %target%\Windows\System32\DriverStore\FileRepository\/s /e /v /y
  265. @xcopy %source%\Windows\System32\DriverStore\zh-CN %target%\Windows\System32\DriverStore\zh-CN\ /s /e /v /y
复制代码



点评

cn_windows_10_consumer_editions_version_1909_updated_jan_2020_x64_dvd_47161f17.iso 使用这个版本来制作,下载链接在首页  详情 回复 发表于 2020-3-3 12:58
回复

使用道具 举报

发表于 2020-3-3 11:51:38 | 显示全部楼层
  1. ::系统文件
  2. @xcopy %source%\Windows\System32\aclui.dll %target%\Windows\System32\ /y /d /h
  3. @xcopy %source%\Windows\System32\activeds.dll %target%\Windows\System32\ /y /d /h
  4. @xcopy %source%\Windows\System32\advapi32.dll %target%\Windows\System32\ /y /d /h
  5. @xcopy %source%\Windows\System32\advpack.dll %target%\Windows\System32\ /y /d /h
  6. @xcopy %source%\Windows\System32\apisetschema.dll %target%\Windows\System32\ /y /d /h
  7. @xcopy %source%\Windows\System32\atl.dll %target%\Windows\System32\ /y /d /h
  8. @xcopy %source%\Windows\System32\attrib.exe %target%\Windows\System32\ /y /d /h
  9. @xcopy %source%\Windows\System32\authz.dll %target%\Windows\System32\ /y /d /h
  10. @xcopy %source%\Windows\System32\basesrv.dll %target%\Windows\System32\ /y /d /h
  11. @xcopy %source%\Windows\System32\bcd.dll %target%\Windows\System32\ /y /d /h
  12. @xcopy %source%\Windows\System32\bcdboot.exe %target%\Windows\System32\ /y /d /h
  13. @xcopy %source%\Windows\System32\bcdedit.exe %target%\Windows\System32\ /y /d /h
  14. @xcopy %source%\Windows\System32\BCP47Langs.dll %target%\Windows\System32\ /y /d /h
  15. @xcopy %source%\Windows\System32\BCP47mrm.dll %target%\Windows\System32\ /y /d /h
  16. @xcopy %source%\Windows\System32\bcrypt.dll %target%\Windows\System32\ /y /d /h
  17. @xcopy %source%\Windows\System32\bcryptprimitives.dll %target%\Windows\System32\ /y /d /h
  18. @xcopy %source%\Windows\System32\bootsect.exe %target%\Windows\System32\ /y /d /h
  19. @xcopy %source%\Windows\System32\BOOTVID.DLL %target%\Windows\System32\ /y /d /h
  20. @xcopy %source%\Windows\System32\BrokerLib.dll %target%\Windows\System32\ /y /d /h
  21. @xcopy %source%\Windows\System32\C_437.NLS %target%\Windows\System32\ /y /d /h
  22. @xcopy %source%\Windows\System32\C_936.NLS %target%\Windows\System32\ /y /d /h
  23. @xcopy %source%\Windows\System32\C_1251.NLS %target%\Windows\System32\ /y /d /h
  24. @xcopy %source%\Windows\System32\C_1252.NLS %target%\Windows\System32\ /y /d /h
  25. @xcopy %source%\Windows\System32\C_1258.NLS %target%\Windows\System32\ /y /d /h
  26. @xcopy %source%\Windows\System32\C_10008.NLS %target%\Windows\System32\ /y /d /h
  27. @xcopy %source%\Windows\System32\C_20127.NLS %target%\Windows\System32\ /y /d /h
  28. @xcopy %source%\Windows\System32\cabinet.dll %target%\Windows\System32\ /y /d /h
  29. @xcopy %source%\Windows\System32\cdd.dll %target%\Windows\System32\ /y /d /h
  30. @xcopy %source%\Windows\System32\cfgmgr32.dll %target%\Windows\System32\ /y /d /h
  31. @xcopy %source%\Windows\System32\chcp.com %target%\Windows\System32\ /y /d /h
  32. @xcopy %source%\Windows\System32\chkdsk.exe %target%\Windows\System32\ /y /d /h
  33. @xcopy %source%\Windows\System32\ci.dll %target%\Windows\System32\ /y /d /h
  34. @xcopy %source%\Windows\System32\clb.dll %target%\Windows\System32\ /y /d /h
  35. @xcopy %source%\Windows\System32\cmd.exe %target%\Windows\System32\ /y /d /h
  36. @xcopy %source%\Windows\System32\cmdext.dll %target%\Windows\System32\ /y /d /h
  37. @xcopy %source%\Windows\System32\cnvfat.dll %target%\Windows\System32\ /y /d /h
  38. @xcopy %source%\Windows\System32\combase.dll %target%\Windows\System32\ /y /d /h
  39. @xcopy %source%\Windows\System32\comdlg32.dll %target%\Windows\System32\ /y /d /h
  40. @xcopy %source%\Windows\System32\coml2.dll %target%\Windows\System32\ /y /d /h
  41. @xcopy %source%\Windows\System32\conhost.exe %target%\Windows\System32\ /y /d /h
  42. @xcopy %source%\Windows\System32\console.dll %target%\Windows\System32\ /y /d /h
  43. @xcopy %source%\Windows\System32\credui.dll %target%\Windows\System32\ /y /d /h
  44. @xcopy %source%\Windows\System32\crypt32.dll %target%\Windows\System32\ /y /d /h
  45. @xcopy %source%\Windows\System32\cryptbase.dll %target%\Windows\System32\ /y /d /h
  46. @xcopy %source%\Windows\System32\cryptcatsvc.dll %target%\Windows\System32\ /y /d /h
  47. @xcopy %source%\Windows\System32\cryptdll.dll %target%\Windows\System32\ /y /d /h
  48. @xcopy %source%\Windows\System32\cryptsp.dll %target%\Windows\System32\ /y /d /h
  49. @xcopy %source%\Windows\System32\cryptui.dll %target%\Windows\System32\ /y /d /h
  50. @xcopy %source%\Windows\System32\csrsrv.dll %target%\Windows\System32\ /y /d /h
  51. @xcopy %source%\Windows\System32\csrss.exe %target%\Windows\System32\ /y /d /h
  52. @xcopy %source%\Windows\System32\d2d1.dll %target%\Windows\System32\ /y /d /h
  53. @xcopy %source%\Windows\System32\dab.dll %target%\Windows\System32\ /y /d /h
  54. @xcopy %source%\Windows\System32\dabapi.dll %target%\Windows\System32\ /y /d /h
  55. @xcopy %source%\Windows\System32\davhlpr.dll %target%\Windows\System32\ /y /d /h
  56. @xcopy %source%\Windows\System32\dbgcore.dll %target%\Windows\System32\ /y /d /h
  57. @xcopy %source%\Windows\System32\dbghelp.dll %target%\Windows\System32\ /y /d /h
  58. @xcopy %source%\Windows\System32\defragproxy.dll %target%\Windows\System32\ /y /d /h
  59. @xcopy %source%\Windows\System32\devobj.dll %target%\Windows\System32\ /y /d /h
  60. @xcopy %source%\Windows\System32\devrtl.dll %target%\Windows\System32\ /y /d /h
  61. @xcopy %source%\Windows\System32\dfscli.dll %target%\Windows\System32\ /y /d /h
  62. @xcopy %source%\Windows\System32\diskpart.exe %target%\Windows\System32\ /y /d /h
  63. @xcopy %source%\Windows\System32\dllhost.exe %target%\Windows\System32\ /y /d /h
  64. @xcopy %source%\Windows\System32\dnsapi.dll %target%\Windows\System32\ /y /d /h
  65. @xcopy %source%\Windows\System32\dpapi.dll %target%\Windows\System32\ /y /d /h
  66. @xcopy %source%\Windows\System32\dpapisrv.dll %target%\Windows\System32\ /y /d /h
  67. @xcopy %source%\Windows\System32\drvinst.exe %target%\Windows\System32\ /y /d /h
  68. @xcopy %source%\Windows\System32\drvstore.dll %target%\Windows\System32\ /y /d /h
  69. @xcopy %source%\Windows\System32\dsparse.dll %target%\Windows\System32\ /y /d /h
  70. @xcopy %source%\Windows\System32\dsrole.dll %target%\Windows\System32\ /y /d /h
  71. @xcopy %source%\Windows\System32\dui70.dll %target%\Windows\System32\ /y /d /h
  72. @xcopy %source%\Windows\System32\duser.dll %target%\Windows\System32\ /y /d /h
  73. @xcopy %source%\Windows\System32\dwmapi.dll %target%\Windows\System32\ /y /d /h
  74. @xcopy %source%\Windows\System32\DWrite.dll %target%\Windows\System32\ /y /d /h
  75. @xcopy %source%\Windows\System32\esent.dll %target%\Windows\System32\ /y /d /h
  76. @xcopy %source%\Windows\System32\EventAggregation.dll %target%\Windows\System32\ /y /d /h
  77. @xcopy %source%\Windows\System32\feclient.dll %target%\Windows\System32\ /y /d /h
  78. @xcopy %source%\Windows\System32\find.exe %target%\Windows\System32\ /y /d /h
  79. @xcopy %source%\Windows\System32\FirewallAPI.dll %target%\Windows\System32\ /y /d /h
  80. @xcopy %source%\Windows\System32\fltLib.dll %target%\Windows\System32\ /y /d /h
  81. @xcopy %source%\Windows\System32\fmifs.dll %target%\Windows\System32\ /y /d /h
  82. @xcopy %source%\Windows\System32\fms.dll %target%\Windows\System32\ /y /d /h
  83. @xcopy %source%\Windows\System32\fontdrvhost.exe %target%\Windows\System32\ /y /d /h
  84. @xcopy %source%\Windows\System32\format.com %target%\Windows\System32\ /y /d /h
  85. @xcopy %source%\Windows\System32\framedynos.dll %target%\Windows\System32\ /y /d /h
  86. @xcopy %source%\Windows\System32\fsutilext.dll %target%\Windows\System32\ /y /d /h
  87. @xcopy %source%\Windows\System32\fwbase.dll %target%\Windows\System32\ /y /d /h
  88. @xcopy %source%\Windows\System32\gdi32.dll %target%\Windows\System32\ /y /d /h
  89. @xcopy %source%\Windows\System32\gdi32full.dll %target%\Windows\System32\ /y /d /h
  90. @xcopy %source%\Windows\System32\GdiPlus.dll %target%\Windows\System32\ /y /d /h
  91. @xcopy %source%\Windows\System32\hal.dll %target%\Windows\System32\ /y /d /h
  92. @xcopy %source%\Windows\System32\hhsetup.dll %target%\Windows\System32\ /y /d /h
  93. @xcopy %source%\Windows\System32\hid.dll %target%\Windows\System32\ /y /d /h
  94. @xcopy %source%\Windows\System32\icacls.exe %target%\Windows\System32\ /y /d /h
  95. @xcopy %source%\Windows\System32\icmp.dll %target%\Windows\System32\ /y /d /h
  96. @xcopy %source%\Windows\System32\iertutil.dll %target%\Windows\System32\ /y /d /h
  97. @xcopy %source%\Windows\System32\ifsutil.dll %target%\Windows\System32\ /y /d /h
  98. @xcopy %source%\Windows\System32\imagehlp.dll %target%\Windows\System32\ /y /d /h
  99. @xcopy %source%\Windows\System32\imageres.dll %target%\Windows\System32\ /y /d /h
  100. @xcopy %source%\Windows\System32\imm32.dll %target%\Windows\System32\ /y /d /h
  101. @xcopy %source%\Windows\System32\InfDefaultInstall.exe %target%\Windows\System32\ /y /d /h
  102. @xcopy %source%\Windows\System32\IPHLPAPI.DLL %target%\Windows\System32\ /y /d /h
  103. @xcopy %source%\Windows\System32\joinutil.dll %target%\Windows\System32\ /y /d /h
  104. @xcopy %source%\Windows\System32\KBDUS.DLL %target%\Windows\System32\ /y /d /h
  105. @xcopy %source%\Windows\System32\kd.dll %target%\Windows\System32\ /y /d /h
  106. @xcopy %source%\Windows\System32\kernel.appcore.dll %target%\Windows\System32\ /y /d /h
  107. @xcopy %source%\Windows\System32\kernel32.dll %target%\Windows\System32\ /y /d /h
  108. @xcopy %source%\Windows\System32\KernelBase.dll %target%\Windows\System32\ /y /d /h
  109. @xcopy %source%\Windows\System32\ktmw32.dll %target%\Windows\System32\ /y /d /h
  110. @xcopy %source%\Windows\System32\l_intl.nls %target%\Windows\System32\ /y /d /h
  111. @xcopy %source%\Windows\System32\locale.nls %target%\Windows\System32\ /y /d /h
  112. @xcopy %source%\Windows\System32\logoncli.dll %target%\Windows\System32\ /y /d /h
  113. @xcopy %source%\Windows\System32\lsasrv.dll %target%\Windows\System32\ /y /d /h
  114. @xcopy %source%\Windows\System32\lsass.exe %target%\Windows\System32\ /y /d /h
  115. @xcopy %source%\Windows\System32\lsm.dll %target%\Windows\System32\ /y /d /h
  116. @xcopy %source%\Windows\System32\lz32.dll %target%\Windows\System32\ /y /d /h
  117. @xcopy %source%\Windows\System32\mfc42.dll %target%\Windows\System32\ /y /d /h
  118. @xcopy %source%\Windows\System32\mfc42u.dll %target%\Windows\System32\ /y /d /h
  119. @xcopy %source%\Windows\System32\mintdh.dll %target%\Windows\System32\ /y /d /h
  120. @xcopy %source%\Windows\System32\more.com %target%\Windows\System32\ /y /d /h
  121. @xcopy %source%\Windows\System32\mountvol.exe %target%\Windows\System32\ /y /d /h
  122. @xcopy %source%\Windows\System32\mpr.dll %target%\Windows\System32\ /y /d /h
  123. @xcopy %source%\Windows\System32\MPSSVC.dll %target%\Windows\System32\ /y /d /h
  124. @xcopy %source%\Windows\System32\msasn1.dll %target%\Windows\System32\ /y /d /h
  125. @xcopy %source%\Windows\System32\msftedit.dll %target%\Windows\System32\ /y /d /h
  126. @xcopy %source%\Windows\System32\msimg32.dll %target%\Windows\System32\ /y /d /h
  127. @xcopy %source%\Windows\System32\msIso.dll %target%\Windows\System32\ /y /d /h
  128. @xcopy %source%\Windows\System32\msls31.dll %target%\Windows\System32\ /y /d /h
  129. @xcopy %source%\Windows\System32\msports.dll %target%\Windows\System32\ /y /d /h
  130. @xcopy %source%\Windows\System32\msprivs.dll %target%\Windows\System32\ /y /d /h
  131. @xcopy %source%\Windows\System32\msv1_0.dll %target%\Windows\System32\ /y /d /h
  132. @xcopy %source%\Windows\System32\msvcp_win.dll %target%\Windows\System32\ /y /d /h
  133. @xcopy %source%\Windows\System32\msvcp60.dll %target%\Windows\System32\ /y /d /h
  134. @xcopy %source%\Windows\System32\msvcp110_win.dll %target%\Windows\System32\ /y /d /h
  135. @xcopy %source%\Windows\System32\msvcrt.dll %target%\Windows\System32\ /y /d /h
  136. @xcopy %source%\Windows\System32\msxml3.dll %target%\Windows\System32\ /y /d /h
  137. @xcopy %source%\Windows\System32\msxml3r.dll %target%\Windows\System32\ /y /d /h
  138. @xcopy %source%\Windows\System32\msxml6.dll %target%\Windows\System32\ /y /d /h
  139. @xcopy %source%\Windows\System32\msxml6r.dll %target%\Windows\System32\ /y /d /h
  140. @xcopy %source%\Windows\System32\ncobjapi.dll %target%\Windows\System32\ /y /d /h
  141. @xcopy %source%\Windows\System32\ncrypt.dll %target%\Windows\System32\ /y /d /h
  142. @xcopy %source%\Windows\System32\netapi32.dll %target%\Windows\System32\ /y /d /h
  143. @xcopy %source%\Windows\System32\netjoin.dll %target%\Windows\System32\ /y /d /h
  144. @xcopy %source%\Windows\System32\netutils.dll %target%\Windows\System32\ /y /d /h
  145. @xcopy %source%\Windows\System32\newdev.dll %target%\Windows\System32\ /y /d /h
  146. @xcopy %source%\Windows\System32\ninput.dll %target%\Windows\System32\ /y /d /h
  147. @xcopy %source%\Windows\System32\NOISE.CHS %target%\Windows\System32\ /y /d /h
  148. @xcopy %source%\Windows\System32\normaliz.dll %target%\Windows\System32\ /y /d /h
  149. @xcopy %source%\Windows\System32\notepad.exe %target%\Windows\System32\ /y /d /h
  150. @xcopy %source%\Windows\System32\nsi.dll %target%\Windows\System32\ /y /d /h
  151. @xcopy %source%\Windows\System32\ntasn1.dll %target%\Windows\System32\ /y /d /h
  152. @xcopy %source%\Windows\System32\ntdll.dll %target%\Windows\System32\ /y /d /h
  153. @xcopy %source%\Windows\System32\ntdsapi.dll %target%\Windows\System32\ /y /d /h
  154. @xcopy %source%\Windows\System32\NtlmShared.dll %target%\Windows\System32\ /y /d /h
  155. @xcopy %source%\Windows\System32\ntmarta.dll %target%\Windows\System32\ /y /d /h
  156. @xcopy %source%\Windows\System32\ntoskrnl.exe %target%\Windows\System32\ /y /d /h
  157. @xcopy %source%\Windows\System32\odbc32.dll %target%\Windows\System32\ /y /d /h
  158. @xcopy %source%\Windows\System32\ole32.dll %target%\Windows\System32\ /y /d /h
  159. @xcopy %source%\Windows\System32\oleacc.dll %target%\Windows\System32\ /y /d /h
  160. @xcopy %source%\Windows\System32\oleaccrc.dll %target%\Windows\System32\ /y /d /h
  161. @xcopy %source%\Windows\System32\oleaut32.dll %target%\Windows\System32\ /y /d /h
  162. @xcopy %source%\Windows\System32\OneCoreCommonProxyStub.dll %target%\Windows\System32\ /y /d /h
  163. @xcopy %source%\Windows\System32\OpenWith.exe %target%\Windows\System32\ /y /d /h
  164. @xcopy %source%\Windows\System32\osuninst.dll %target%\Windows\System32\ /y /d /h
  165. @xcopy %source%\Windows\System32\pcwum.dll %target%\Windows\System32\ /y /d /h
  166. @xcopy %source%\Windows\System32\pnpui.dll %target%\Windows\System32\ /y /d /h
  167. @xcopy %source%\Windows\System32\pnputil.exe %target%\Windows\System32\ /y /d /h
  168. @xcopy %source%\Windows\System32\powrprof.dll %target%\Windows\System32\ /y /d /h
  169. @xcopy %source%\Windows\System32\profapi.dll %target%\Windows\System32\ /y /d /h
  170. @xcopy %source%\Windows\System32\propsys.dll %target%\Windows\System32\ /y /d /h
  171. @xcopy %source%\Windows\System32\psapi.dll %target%\Windows\System32\ /y /d /h
  172. @xcopy %source%\Windows\System32\PSHED.DLL %target%\Windows\System32\ /y /d /h
  173. @xcopy %source%\Windows\System32\reg.exe %target%\Windows\System32\ /y /d /h
  174. @xcopy %source%\Windows\System32\regedt32.exe %target%\Windows\System32\ /y /d /h
  175. @xcopy %source%\Windows\System32\regsvr32.exe %target%\Windows\System32\ /y /d /h
  176. @xcopy %source%\Windows\System32\riched20.dll %target%\Windows\System32\ /y /d /h
  177. @xcopy %source%\Windows\System32\riched32.dll %target%\Windows\System32\ /y /d /h
  178. @xcopy %source%\Windows\System32\RpcEpMap.dll %target%\Windows\System32\ /y /d /h
  179. @xcopy %source%\Windows\System32\rpcrt4.dll %target%\Windows\System32\ /y /d /h
  180. @xcopy %source%\Windows\System32\rpcss.dll %target%\Windows\System32\ /y /d /h
  181. @xcopy %source%\Windows\System32\rsaenh.dll %target%\Windows\System32\ /y /d /h
  182. @xcopy %source%\Windows\System32\rundll32.exe %target%\Windows\System32\ /y /d /h
  183. @xcopy %source%\Windows\System32\samcli.dll %target%\Windows\System32\ /y /d /h
  184. @xcopy %source%\Windows\System32\samsrv.dll %target%\Windows\System32\ /y /d /h
  185. @xcopy %source%\Windows\System32\scecli.dll %target%\Windows\System32\ /y /d /h
  186. @xcopy %source%\Windows\System32\schema.dat %target%\Windows\System32\ /y /d /h
  187. @xcopy %source%\Windows\System32\sechost.dll %target%\Windows\System32\ /y /d /h
  188. @xcopy %source%\Windows\System32\secur32.dll %target%\Windows\System32\ /y /d /h
  189. @xcopy %source%\Windows\System32\SensApi.dll %target%\Windows\System32\ /y /d /h
  190. @xcopy %source%\Windows\System32\services.exe %target%\Windows\System32\ /y /d /h
  191. @xcopy %source%\Windows\System32\setupapi.dll %target%\Windows\System32\ /y /d /h
  192. @xcopy %source%\Windows\System32\SHCore.dll %target%\Windows\System32\ /y /d /h
  193. @xcopy %source%\Windows\System32\shell32.dll %target%\Windows\System32\ /y /d /h
  194. @xcopy %source%\Windows\System32\shlwapi.dll %target%\Windows\System32\ /y /d /h
  195. @xcopy %source%\Windows\System32\shutdownux.dll %target%\Windows\System32\ /y /d /h
  196. @xcopy %source%\Windows\System32\slc.dll %target%\Windows\System32\ /y /d /h
  197. @xcopy %source%\Windows\System32\SmiEngine.dll %target%\Windows\System32\ /y /d /h
  198. @xcopy %source%\Windows\System32\smss.exe %target%\Windows\System32\ /y /d /h
  199. @xcopy %source%\Windows\System32\spfileq.dll %target%\Windows\System32\ /y /d /h
  200. @xcopy %source%\Windows\System32\spinf.dll %target%\Windows\System32\ /y /d /h
  201. @xcopy %source%\Windows\System32\sppc.dll %target%\Windows\System32\ /y /d /h
  202. @xcopy %source%\Windows\System32\srvcli.dll %target%\Windows\System32\ /y /d /h
  203. @xcopy %source%\Windows\System32\sscore.dll %target%\Windows\System32\ /y /d /h
  204. @xcopy %source%\Windows\System32\sspicli.dll %target%\Windows\System32\ /y /d /h
  205. @xcopy %source%\Windows\System32\sspisrv.dll %target%\Windows\System32\ /y /d /h
  206. @xcopy %source%\Windows\System32\stdole2.tlb %target%\Windows\System32\ /y /d /h
  207. @xcopy %source%\Windows\System32\stdole32.tlb %target%\Windows\System32\ /y /d /h
  208. @xcopy %source%\Windows\System32\Storprop.dll %target%\Windows\System32\ /y /d /h
  209. @xcopy %source%\Windows\System32\streamci.dll %target%\Windows\System32\ /y /d /h
  210. @xcopy %source%\Windows\System32\subst.exe %target%\Windows\System32\ /y /d /h
  211. @xcopy %source%\Windows\System32\svchost.exe %target%\Windows\System32\ /y /d /h
  212. @xcopy %source%\Windows\System32\sxs.dll %target%\Windows\System32\ /y /d /h
  213. @xcopy %source%\Windows\System32\sxshared.dll %target%\Windows\System32\ /y /d /h
  214. @xcopy %source%\Windows\System32\sxssrv.dll %target%\Windows\System32\ /y /d /h
  215. @xcopy %source%\Windows\System32\sxstrace.exe %target%\Windows\System32\ /y /d /h
  216. @xcopy %source%\Windows\System32\sysclass.dll %target%\Windows\System32\ /y /d /h
  217. @xcopy %source%\Windows\System32\sysntfy.dll %target%\Windows\System32\ /y /d /h
  218. @xcopy %source%\Windows\System32\SystemEventsBrokerServer.dll %target%\Windows\System32\ /y /d /h
  219. @xcopy %source%\Windows\System32\takeown.exe %target%\Windows\System32\ /y /d /h
  220. @xcopy %source%\Windows\System32\taskmgr.exe %target%\Windows\System32\ /y /d /h
  221. @xcopy %source%\Windows\System32\tdh.dll %target%\Windows\System32\ /y /d /h
  222. @xcopy %source%\Windows\System32\ucrtbase.dll %target%\Windows\System32\ /y /d /h
  223. @xcopy %source%\Windows\System32\uexfat.dll %target%\Windows\System32\ /y /d /h
  224. @xcopy %source%\Windows\System32\ufat.dll %target%\Windows\System32\ /y /d /h
  225. @xcopy %source%\Windows\System32\ulib.dll %target%\Windows\System32\ /y /d /h
  226. @xcopy %source%\Windows\System32\umpdc.dll %target%\Windows\System32\ /y /d /h
  227. @xcopy %source%\Windows\System32\umpnpmgr.dll %target%\Windows\System32\ /y /d /h
  228. @xcopy %source%\Windows\System32\unattend.dll %target%\Windows\System32\ /y /d /h
  229. @xcopy %source%\Windows\System32\untfs.dll %target%\Windows\System32\ /y /d /h
  230. @xcopy %source%\Windows\System32\uReFS.dll %target%\Windows\System32\ /y /d /h
  231. @xcopy %source%\Windows\System32\urlmon.dll %target%\Windows\System32\ /y /d /h
  232. @xcopy %source%\Windows\System32\user32.dll %target%\Windows\System32\ /y /d /h
  233. @xcopy %source%\Windows\System32\userenv.dll %target%\Windows\System32\ /y /d /h
  234. @xcopy %source%\Windows\System32\usermgrcli.dll %target%\Windows\System32\ /y /d /h
  235. @xcopy %source%\Windows\System32\usp10.dll %target%\Windows\System32\ /y /d /h
  236. @xcopy %source%\Windows\System32\utildll.dll %target%\Windows\System32\ /y /d /h
  237. @xcopy %source%\Windows\System32\UXInit.dll %target%\Windows\System32\ /y /d /h
  238. @xcopy %source%\Windows\System32\uxtheme.dll %target%\Windows\System32\ /y /d /h
  239. @xcopy %source%\Windows\System32\vbscript.dll %target%\Windows\System32\ /y /d /h
  240. @xcopy %source%\Windows\System32\vds.exe %target%\Windows\System32\ /y /d /h
  241. @xcopy %source%\Windows\System32\vds_ps.dll %target%\Windows\System32\ /y /d /h
  242. @xcopy %source%\Windows\System32\vdsbas.dll %target%\Windows\System32\ /y /d /h
  243. @xcopy %source%\Windows\System32\vdsdyn.dll %target%\Windows\System32\ /y /d /h
  244. @xcopy %source%\Windows\System32\vdsldr.exe %target%\Windows\System32\ /y /d /h
  245. @xcopy %source%\Windows\System32\vdsutil.dll %target%\Windows\System32\ /y /d /h
  246. @xcopy %source%\Windows\System32\vdsvd.dll %target%\Windows\System32\ /y /d /h
  247. @xcopy %source%\Windows\System32\version.dll %target%\Windows\System32\ /y /d /h
  248. @xcopy %source%\Windows\System32\virtdisk.dll %target%\Windows\System32\ /y /d /h
  249. @xcopy %source%\Windows\System32\wbemcomn.dll %target%\Windows\System32\ /y /d /h
  250. @xcopy %source%\Windows\System32\wevtapi.dll %target%\Windows\System32\ /y /d /h
  251. @xcopy %source%\Windows\System32\wimgapi.dll %target%\Windows\System32\ /y /d /h
  252. @xcopy %source%\Windows\System32\wimserv.exe %target%\Windows\System32\ /y /d /h
  253. @xcopy %source%\Windows\System32\win32k.sys %target%\Windows\System32\ /y /d /h
  254. @xcopy %source%\Windows\System32\win32kbase.sys %target%\Windows\System32\ /y /d /h
  255. @xcopy %source%\Windows\System32\win32kfull.sys %target%\Windows\System32\ /y /d /h
  256. @xcopy %source%\Windows\System32\win32u.dll %target%\Windows\System32\ /y /d /h
  257. @xcopy %source%\Windows\System32\winbrand.dll %target%\Windows\System32\ /y /d /h
  258. @xcopy %source%\Windows\System32\wincorlib.dll %target%\Windows\System32\ /y /d /h
  259. @xcopy %source%\Windows\System32\windows.storage.dll %target%\Windows\System32\ /y /d /h
  260. @xcopy %source%\Windows\System32\WindowsCodecs.dll %target%\Windows\System32\ /y /d /h
  261. @xcopy %source%\Windows\System32\winhttp.dll %target%\Windows\System32\ /y /d /h
  262. @xcopy %source%\Windows\System32\wininet.dll %target%\Windows\System32\ /y /d /h
  263. @xcopy %source%\Windows\System32\wininit.exe %target%\Windows\System32\ /y /d /h
  264. @xcopy %source%\Windows\System32\wininitext.dll %target%\Windows\System32\ /y /d /h
  265. @xcopy %source%\Windows\System32\winload.efi %target%\Windows\System32\ /y /d /h
  266. @xcopy %source%\Windows\System32\winload.exe %target%\Windows\System32\ /y /d /h
  267. @xcopy %source%\Windows\System32\winlogon.exe %target%\Windows\System32\ /y /d /h
  268. @xcopy %source%\Windows\System32\winmm.dll %target%\Windows\System32\ /y /d /h
  269. @xcopy %source%\Windows\System32\winmmbase.dll %target%\Windows\System32\ /y /d /h
  270. @xcopy %source%\Windows\System32\winnsi.dll %target%\Windows\System32\ /y /d /h
  271. @xcopy %source%\Windows\System32\winpe.jpg %target%\Windows\System32\ /y /d /h
  272. @xcopy %source%\Windows\System32\winpeshl.exe %target%\Windows\System32\ /y /d /h
  273. @xcopy %source%\Windows\System32\winspool.drv %target%\Windows\System32\ /y /d /h
  274. @xcopy %source%\Windows\System32\winsrv.dll %target%\Windows\System32\ /y /d /h
  275. @xcopy %source%\Windows\System32\winsrvext.dll %target%\Windows\System32\ /y /d /h
  276. @xcopy %source%\Windows\System32\winsta.dll %target%\Windows\System32\ /y /d /h
  277. @xcopy %source%\Windows\System32\wintrust.dll %target%\Windows\System32\ /y /d /h
  278. @xcopy %source%\Windows\System32\WinTypes.dll %target%\Windows\System32\ /y /d /h
  279. @xcopy %source%\Windows\System32\wkscli.dll %target%\Windows\System32\ /y /d /h
  280. @xcopy %source%\Windows\System32\Wldap32.dll %target%\Windows\System32\ /y /d /h
  281. @xcopy %source%\Windows\System32\wldp.dll %target%\Windows\System32\ /y /d /h
  282. @xcopy %source%\Windows\System32\wmiclnt.dll %target%\Windows\System32\ /y /d /h
  283. @xcopy %source%\Windows\System32\wmsgapi.dll %target%\Windows\System32\ /y /d /h
  284. @xcopy %source%\Windows\System32\wpeinit.exe %target%\Windows\System32\ /y /d /h
  285. @xcopy %source%\Windows\System32\wpeutil.dll %target%\Windows\System32\ /y /d /h
  286. @xcopy %source%\Windows\System32\ws2_32.dll %target%\Windows\System32\ /y /d /h
  287. @xcopy %source%\Windows\System32\wsock32.dll %target%\Windows\System32\ /y /d /h
  288. @xcopy %source%\Windows\System32\wtsapi32.dll %target%\Windows\System32\ /y /d /h
  289. @xcopy %source%\Windows\System32\xcopy.exe %target%\Windows\System32\ /y /d /h
  290. @xcopy %source%\Windows\System32\xmllite.dll %target%\Windows\System32\ /y /d /h
  291. ::根据以上系统文件复制对应的数据文件
  292. @xcopy %source%\Windows\SystemResources\aclui.dll.mun %target%\Windows\SystemResources\ /y /d /h
  293. @xcopy %source%\Windows\SystemResources\comdlg32.dll.mun %target%\Windows\SystemResources\ /y /d /h
  294. @xcopy %source%\Windows\SystemResources\crypt32.dll.mun %target%\Windows\SystemResources\ /y /d /h
  295. @xcopy %source%\Windows\SystemResources\cryptui.dll.mun %target%\Windows\SystemResources\ /y /d /h
  296. @xcopy %source%\Windows\SystemResources\msxml3.dll.mun %target%\Windows\SystemResources\ /y /d /h
  297. @xcopy %source%\Windows\SystemResources\newdev.dll.mun %target%\Windows\SystemResources\ /y /d /h
  298. @xcopy %source%\Windows\SystemResources\notepad.exe.mun %target%\Windows\SystemResources\ /y /d /h
  299. @xcopy %source%\Windows\SystemResources\propsys.dll.mun %target%\Windows\SystemResources\ /y /d /h
  300. @xcopy %source%\Windows\SystemResources\shell32.dll.mun %target%\Windows\SystemResources\ /y /d /h
  301. ::WINSXS目录的列表
  302. @xcopy %source%\Windows\WinSxS\amd64_microsoft.windows.c..-controls.resources_6595b64144ccf1df_5.82.18362.592_zh-cn_9fbe11855a2d8fae %target%\Windows\WinSxS\amd64_microsoft.windows.c..-controls.resources_6595b64144ccf1df_5.82.18362.592_zh-cn_9fbe11855a2d8fae\ /s /e /v /y
  303. @xcopy %source%\Windows\WinSxS\amd64_microsoft.windows.c..-controls.resources_6595b64144ccf1df_6.0.18362.592_zh-cn_5c5264e426daca01 %target%\Windows\WinSxS\amd64_microsoft.windows.c..-controls.resources_6595b64144ccf1df_6.0.18362.592_zh-cn_5c5264e426daca01\ /s /e /v /y
  304. @xcopy %source%\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.18362.592_none_2a2c5e32466583af %target%\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.18362.592_none_2a2c5e32466583af\ /s /e /v /y
  305. @xcopy %source%\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.592_none_e6c0b1911312be02 %target%\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.592_none_e6c0b1911312be02\ /s /e /v /y
  306. @xcopy %source%\Windows\WinSxS\amd64_microsoft.windows.gdiplus.systemcopy_31bf3856ad364e35_10.0.18362.592_none_3c798ae487d28901 %target%\Windows\WinSxS\amd64_microsoft.windows.gdiplus.systemcopy_31bf3856ad364e35_10.0.18362.592_none_3c798ae487d28901\ /s /e /v /y
  307. @xcopy %source%\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.18362.592_none_285a3591d49f5e29 %target%\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.18362.592_none_285a3591d49f5e29\ /s /e /v /y
  308. @xcopy %source%\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.18362.592_none_17aba4766da537d0 %target%\Windows\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.18362.592_none_17aba4766da537d0\ /s /e /v /y
  309. ::Windows\WinSxS\Manifests
  310. @xcopy %source%\Windows\WinSxS\Manifests\amd64_microsoft.windows.c..-controls.resources_6595b64144ccf1df_5.82.18362.592_zh-cn_9fbe11855a2d8fae.manifest %target%\Windows\WinSxS\Manifests\ /y /d /h
  311. @xcopy %source%\Windows\WinSxS\Manifests\amd64_microsoft.windows.c..-controls.resources_6595b64144ccf1df_6.0.18362.592_zh-cn_5c5264e426daca01.manifest %target%\Windows\WinSxS\Manifests\ /y /d /h
  312. @xcopy %source%\Windows\WinSxS\Manifests\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.18362.592_none_2a2c5e32466583af.manifest %target%\Windows\WinSxS\Manifests\ /y /d /h
  313. @xcopy %source%\Windows\WinSxS\Manifests\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.18362.592_none_e6c0b1911312be02.manifest %target%\Windows\WinSxS\Manifests\ /y /d /h
  314. @xcopy %source%\Windows\WinSxS\Manifests\amd64_microsoft.windows.gdiplus.systemcopy_31bf3856ad364e35_10.0.18362.592_none_3c798ae487d28901.manifest %target%\Windows\WinSxS\Manifests\ /y /d /h
  315. @xcopy %source%\Windows\WinSxS\Manifests\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.0.18362.592_none_285a3591d49f5e29.manifest %target%\Windows\WinSxS\Manifests\ /y /d /h
  316. @xcopy %source%\Windows\WinSxS\Manifests\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.18362.592_none_17aba4766da537d0.manifest %target%\Windows\WinSxS\Manifests\ /y /d /h
  317. @xcopy %source%\Windows\WinSxS\Manifests\amd64_microsoft.windows.i..utomation.proxystub_6595b64144ccf1df_1.0.18362.592_none_41c3b244a066343e.manifest %target%\Windows\WinSxS\Manifests\ /y /d /h
  318. @xcopy %source%\Windows\WinSxS\Manifests\amd64_microsoft.windows.isolationautomation_6595b64144ccf1df_1.0.18362.592_none_984c6111415c1a2a.manifest %target%\Windows\WinSxS\Manifests\ /y /d /h
  319. @xcopy %source%\Windows\WinSxS\Manifests\amd64_microsoft.windows.s...smart_card_library_31bf3856ad364e35_10.0.18362.1_none_cc611cf364eff5f9.manifest %target%\Windows\WinSxS\Manifests\ /y /d /h
  320. @xcopy %source%\Windows\WinSxS\Manifests\amd64_microsoft.windows.s..rt_driver.resources_31bf3856ad364e35_10.0.18362.1_en-us_235ca8b26dd5f0c7.manifest %target%\Windows\WinSxS\Manifests\ /y /d /h
  321. @xcopy %source%\Windows\WinSxS\Manifests\amd64_microsoft.windows.s..se.scsi_port_driver_31bf3856ad364e35_10.0.18362.1_none_b7dd9ddea7573c2a.manifest %target%\Windows\WinSxS\Manifests\ /y /d /h
  322. @xcopy %source%\Windows\WinSxS\Manifests\amd64_microsoft.windows.systemcompatible_6595b64144ccf1df_6.0.18362.592_none_ee5cf474cfa9ac09.manifest %target%\Windows\WinSxS\Manifests\ /y /d /h
  323. @xcopy %source%\Windows\WinSxS\Manifests\amd64_microsoft-windows-blb-engine-proxy-main_31bf3856ad364e35_10.0.18362.1_none_770036dbb0798cdc.manifest %target%\Windows\WinSxS\Manifests\ /y /d /h
  324. @xcopy %source%\Windows\WinSxS\Manifests\amd64_microsoft-windows-comctl32-v5.resources_31bf3856ad364e35_10.0.18362.1_zh-cn_94ad9e34fa3d4e18.manifest %target%\Windows\WinSxS\Manifests\ /y /d /h
  325. @xcopy %source%\Windows\WinSxS\Manifests\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.18362.1_none_dbbcd1444482e944.manifest %target%\Windows\WinSxS\Manifests\ /y /d /h
  326. @xcopy %source%\Windows\WinSxS\Manifests\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.18362.590_none_5efc551459114cb9.manifest %target%\Windows\WinSxS\Manifests\ /y /d /h
  327. @xcopy %source%\Windows\WinSxS\Manifests\x86_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.18362.1_none_7f9e35c08c25780e.manifest %target%\Windows\WinSxS\Manifests\ /y /d /h
  328. @xcopy %source%\Windows\WinSxS\Manifests\x86_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.18362.590_none_02ddb990a0b3db83.manifest %target%\Windows\WinSxS\Manifests\ /y /d /h
  329. ::其他一些系统文件
  330. @xcopy %source%\Windows\zh-CN\bfsvc.exe.mui %target%\Windows\zh-CN\ /y /d /h
  331. @xcopy %source%\Windows\zh-CN\regedit.exe.mui %target%\Windows\zh-CN\ /y /d /h
  332. @xcopy %source%\Windows\bfsvc.exe %target%\Windows\ /y /d /h
  333. @xcopy %source%\Windows\regedit.exe %target%\Windows\ /y /d /h
  334. @xcopy %source%\Windows\system.ini %target%\Windows\ /y /d /h
  335. @xcopy %source%\Windows\win.ini %target%\Windows\ /y /d /h
  336. @xcopy %source%\Windows\WindowsShell.Manifest %target%\Windows\ /y /d /h
复制代码

点评

特别对比一下这个目录,有没有复制正确\Windows\System32\DriverStore\FileRepository\  详情 回复 发表于 2020-3-3 13:09
回复

使用道具 举报

 楼主| 发表于 2020-3-3 12:58:09 | 显示全部楼层
2010feifei5612 发表于 2020-3-3 11:51
首先谢谢分享。
我复制出来相对应文件,改注册表,再打包为boot.wim,启动一直在Windows的图标那里转圈圈 ...

cn_windows_10_consumer_editions_version_1909_updated_jan_2020_x64_dvd_47161f17.iso
使用这个版本来制作,下载链接在首页
回复

使用道具 举报

 楼主| 发表于 2020-3-3 13:09:20 | 显示全部楼层

特别对比一下这个目录,有没有复制正确\Windows\System32\DriverStore\FileRepository\
回复

使用道具 举报

发表于 2020-3-3 14:06:51 | 显示全部楼层
手工制作的PE下载地址已经失效了,请重新发送一次!谢谢!
回复

使用道具 举报

发表于 2020-3-3 15:27:58 | 显示全部楼层
我按教程制作了一份,和35#楼的网友一样,一直转圈,无法进入命令行模式

点评

自己看看哪个文件漏了,仅供参考  详情 回复 发表于 2020-3-3 21:15
https://ws28.cn/f/1ycpdg0dmcn cmdpe  详情 回复 发表于 2020-3-3 21:14
回复

使用道具 举报

 楼主| 发表于 2020-3-3 21:14:20 | 显示全部楼层
lgl007 发表于 2020-3-3 15:27
我按教程制作了一份,和35#楼的网友一样,一直转圈,无法进入命令行模式

https://ws28.cn/f/1ycpdg0dmcn
cmdpe
回复

使用道具 举报

 楼主| 发表于 2020-3-3 21:15:09 | 显示全部楼层
lgl007 发表于 2020-3-3 15:27
我按教程制作了一份,和35#楼的网友一样,一直转圈,无法进入命令行模式

自己看看哪个文件漏了,仅供参考
回复

使用道具 举报

发表于 2020-3-3 21:39:54 | 显示全部楼层
有空可以玩玩
回复

使用道具 举报

发表于 2020-3-6 10:01:10 | 显示全部楼层
lgl007 发表于 2020-3-3 15:27
我按教程制作了一份,和35#楼的网友一样,一直转圈,无法进入命令行模式

我的当天就解决了。


我上面的那个批处理不正确,会缺少一些文件
注意以下这这两个地方的文件。

  1. 写在前面:复制文件时根据系统语言版本自行复制.MUI语言文件
复制代码

增加对应的语言,比如是中文,加上这一段
  1. ::BIOS/UEFI启动文件
  2. @xcopy %source%\Windows\System32\Boot\zh-CN %target%\Windows\System32\Boot\zh-CN\ /s /e /v /y
复制代码



  1. 增强驱动
  2. \Windows\System32\DriverStore\FileRepository\
复制代码

注意FileRepository文件夹,实在不行你可以把这整个复制过来。
  1. ::增强驱动
  2. set Str=1394.inf,3ware.inf,acpi.inf,acpidev.inf,acpipagr.inf,acpitime.inf,adp80xx.inf,amdgpio2.inf,amdi2c.inf,amdsata.inf,amdsbs.inf,arcsas.inf,basicdisplay.inf,basicrender.inf,battery.inf,buttonconverter.inf,c_1394.inf,c_61883.inf,c_battery.inf,c_biometric.inf,c_camera.inf,c_cdrom.inf,c_computer.inf,c_diskdrive.inf,c_display.inf,c_dot4.inf,c_extension.inf,c_fdc.inf,c_firmware.inf,c_floppydisk.inf,c_fsactivitymonitor.inf,c_fsantivirus.inf,c_fscfsmetadataserver.inf,c_fscompression.inf,c_fscontentscreener.inf,c_fscontinuousbackup.inf,c_fscopyprotection.inf,c_fsencryption.inf,c_fshsm.inf,c_fsinfrastructure.inf,c_fsopenfilebackup.inf,c_fsphysicalquotamgmt.inf,c_fsquotamgmt.inf,c_fsreplication.inf,c_fssecurityenhancer.inf,c_fssystem.inf,c_fssystemrecovery.inf,c_fsundelete.inf,c_fsvirtualization.inf,c_hdc.inf,c_hidclass.inf,c_keyboard.inf,c_legacydriver.inf,c_mcx.inf,c_mediumchanger.inf,c_memory.inf,c_monitor.inf,c_mouse.inf,c_mtd.inf,c_multifunction.inf,c_multiportserial.inf,c_pcmcia.inf,c_ports.inf,c_processor.inf,c_proximity.inf,c_sbp2.inf,c_scmdisk.inf,c_scmvolume.inf,c_scsiadapter.inf,c_sdhost.inf,c_securitydevices.inf,c_smartcard.inf,c_smartcardfilter.inf,c_smartcardreader.inf,c_smrdisk.inf,c_smrvolume.inf,c_sslaccel.inf,c_swcomponent.inf,c_swdevice.inf,c_system.inf,c_tapedrive.inf,c_ucm.inf,c_unknown.inf,c_usb.inf,c_usbdevice.inf,c_usbfn.inf,c_volsnap.inf,c_volume.inf,c_wceusbs.inf,cdrom.inf,cht4nulx64.inf,cht4sx64.inf,cht4vx64.inf,cmbatt.inf,cpu.inf,disk.inf,errdev.inf,fdc.inf,flpydisk.inf,genericusbfn.inf,hal.inf,halextintclpiodma.inf,halextpl080.inf,hidbatt.inf,hiddigi.inf,hidi2c.inf,hidinterrupt.inf,hidserv.inf,hidspi_km.inf,hidvhf.inf,hpsamd.inf,iagpio.inf,iai2c.inf,ialpss2i_gpio2_bxt_p.inf,ialpss2i_gpio2_cnl.inf,ialpss2i_gpio2_glk.inf,ialpss2i_gpio2_skl.inf,ialpss2i_i2c_bxt_p.inf,ialpss2i_i2c_cnl.inf,ialpss2i_i2c_glk.inf,ialpss2i_i2c_skl.inf,ialpssi_gpio.inf,ialpssi_i2c.inf,iastorav.inf,iastorv.inf,input.inf,ipmidrv.inf,iscsi.inf,itsas35i.inf,keyboard.inf,lsi_sas.inf,lsi_sas2i.inf,lsi_sas3i.inf,lsi_sss.inf,machine.inf,mausbhost.inf,megasas.inf,megasas2i.inf,megasas35i.inf,megasr.inf,mf.inf,mshdc.inf,msmouse.inf,msports.inf,mssmbios.inf,mtconfig.inf,mvumis.inf,ndisvirtualbus.inf,npsvctrig.inf,nvdimm.inf,nvraid.inf,pci.inf,pcmcia.inf,percsas2i.inf,percsas3i.inf,pmem.inf,qd3x64.inf,sbp2.inf,scmbus.inf,scmvolume.inf,scsidev.inf,sdbus.inf,sdstor.inf,sisraid2.inf,sisraid4.inf,smartsamd.inf,smrdisk.inf,smrvolume.inf,spaceport.inf,stexstor.inf,stornvme.inf,storufs.inf,swenum.inf,tape.inf,tpm.inf,uaspstor.inf,uefi.inf,ufxchipidea.inf,ufxsynopsys.inf,umbus.inf,umpass.inf,unknown.inf,usb.inf,usbhub3.inf,usbport.inf,usbser.inf,usbstor.inf,vdrvroot.inf,vhdmp.inf,virtdisk.inf,volmgr.inf,volsnap.inf,volume.inf,vsmraid.inf,vstxraid.inf,wdmvsc.inf,whyperkbd.inf,wmiacpi.inf,wstorflt.inf,wstorvsc.inf,wvmbus.inf,wvmbushid.inf,wvmbusvideo.inf,
  3. ::设置源文件夹主目录
  4. set SrcDir=%source%\windows\System32\DriverStore\FileRepository
  5. ::设置保存目录
  6. set SavDir=%target%\windows\System32\DriverStore\FileRepository
  7. cd /d "%SrcDir%"
  8. for %%a in (%Str%) do (
  9.     for /d %%b in (*%%~a*) do xcopy /s/e/y/h/k "%%~b" "%SavDir%\%%~b"
  10. )
复制代码

找关键字符复制文件夹





这个后续要加的东西很多,不一定适合所有人使用。

用于学习是个不错的教程。再次感谢楼主的分享。
回复

使用道具 举报

发表于 2020-3-8 13:51:54 | 显示全部楼层
楼主,导入EXPLORER的PE-DEF.REG用户设置注册表文件:这一步的PE-def.reg是从哪里来的

点评

建议你看完整篇文章再来提问,你没下载顶楼的附件,里面有注册表相关文件,新手还是先跟着菜鸟教程做比较好  详情 回复 发表于 2020-3-8 19:00
回复

使用道具 举报

发表于 2020-3-8 16:20:30 | 显示全部楼层
支持原创作品
回复

使用道具 举报

 楼主| 发表于 2020-3-8 19:00:19 来自手机 | 显示全部楼层
wugg 发表于 2020-3-8 13:51
楼主,导入EXPLORER的PE-DEF.REG用户设置注册表文件:这一步的PE-def.reg是从哪里来的

建议你看完整篇文章再来提问,你没下载顶楼的附件,里面有注册表相关文件,新手还是先跟着菜鸟教程做比较好
回复

使用道具 举报

发表于 2020-3-8 23:38:32 | 显示全部楼层
826773297 发表于 2020-3-8 19:00
建议你看完整篇文章再来提问,你没下载顶楼的附件,里面有注册表相关文件,新手还是先跟着菜鸟教程做比较 ...

附件链接已经过期,

点评

那请问这是什么?[attachimg]412972[/attachimg]  详情 回复 发表于 2020-3-9 07:44
回复

使用道具 举报

 楼主| 发表于 2020-3-9 07:44:39 | 显示全部楼层
wugg 发表于 2020-3-8 23:38
附件链接已经过期,

那请问这是什么? 捕获.PNG
回复

使用道具 举报

发表于 2020-3-9 13:16:16 | 显示全部楼层
826773297 发表于 2020-3-9 07:44
那请问这是什么?

谢谢,我这边提示是“网页走丢了“”,,我找找原因,
回复

使用道具 举报

发表于 2020-3-9 13:40:08 | 显示全部楼层
支持一下
回复

使用道具 举报

发表于 2020-3-9 14:01:54 | 显示全部楼层
感谢分享!
回复

使用道具 举报

发表于 2020-3-9 19:30:39 | 显示全部楼层
看了半天没看懂
回复

使用道具 举报

发表于 2020-3-10 09:38:58 | 显示全部楼层
感谢正在学习
回复

使用道具 举报

发表于 2020-3-10 17:15:52 来自手机 | 显示全部楼层
回复

使用道具 举报

发表于 2020-3-10 17:15:58 来自手机 | 显示全部楼层
回复

使用道具 举报

发表于 2020-3-10 17:16:07 来自手机 | 显示全部楼层
再顶
回复

使用道具 举报

发表于 2020-3-13 09:26:20 | 显示全部楼层
这个挺好,前来学习
回复

使用道具 举报

发表于 2020-3-15 17:06:10 | 显示全部楼层
这个挺好,前来学习
回复

使用道具 举报

发表于 2020-3-16 00:17:51 来自手机 | 显示全部楼层
这需要在什么特定的环境进行吗? 还有注册表怎么挂载
回复

使用道具 举报

发表于 2020-3-18 16:30:05 | 显示全部楼层
原创作品,大力支持!!!
回复

使用道具 举报

发表于 2020-3-20 15:07:54 | 显示全部楼层
这个不得不服,顶礼膜拜
回复

使用道具 举报

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

本版积分规则

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

闽公网安备 35020302032614号

GMT+8, 2024-3-28 19:29

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

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