1. Windows 8.1 AIO 20in1 with Update x64 en-US Apr2014 v2
  2. No Windows 8.1 Settings were harmed in the making of this ISO.
  3. No Programs are added to Windows.
  4. No Registry Settings were modified.
  5. No Unattended Settings were added to the ISO.
  6. 64-bit RTM Sources:
  7. en_windows_8.1_with_update_x64_dvd_4065090.iso
  8. en_windows_8.1_n_with_update_x64_dvd_4065114.iso
  9. en_windows_8.1_professional_vl_with_update_x64_dvd_4065194.iso
  10. en_windows_8.1_professional_n_vl_with_update_x64_dvd_4065208.iso
  11. en_windows_8.1_enterprise_with_update_x64_dvd_4065178.iso
  12. en_windows_8.1_enterprise_n_with_update_x64_dvd_4065163.iso
  13. 9600.17050.winblue_refresh.140317-1640_x64fre_client_coresinglelanguage_en-us-ir3_csla_x64frer_en-us_esd.esd
  14. These RTM Sources are the final Build 9600
  15. Installation Indexes:
  16. Windows 8.1 (Core) / KMS-Activated
  17. Windows 8.1 (Core) N / KMS-Activated
  18. Windows 8.1 (Core) Single Language / KMS-Activated
  19. Windows 8.1 Pro / KMS-Activated
  20. Windows 8.1 Pro N / KMS-Activated
  21. Windows 8.1 Pro VL / KMS-Activated
  22. Windows 8.1 Pro N VL / KMS-Activated
  23. Windows 8.1 Enterprise / KMS-Activated
  24. Windows 8.1 Enterprise N / KMS-Activated
  25. Release File:
  26. Win81AIO-Update-20in1-x64-en-US-Apr2014-v2.iso
  27. Size: 3.69 GB
  28. SHA-1: 8D62D5DDED8B3C2D28976629E5C5107B3B9760EF
  29. Language: en-US (English - United States)
  30. Added resetbased hotfixes:
  31. KB2899189, KB2933809, KB2942844
  32. Added pending hotfixes:
  33. KB2959977, KB2934018, KB2894853
  34. SetupComplete.cmd phase (Pre-Activated indexes only):
  35. Defender exclusion key for AutoKMS
  36. Warning.vbs short non-genuine notification
  37. AutoKMS activation
  38. Tools used:
  39. dism for Image Exports
  40. oscdimg for ISO mastering
  41. Microsoft Diagnostics and Recovery Toolset (DaRT) 8.1
  42. Added Info folder to Windows Setup dir to annoy credit theives
  43. murphy78 diskpart/apply script v1.1.1
  44. Features:
  45. -Windows 8.1 with Update MSDN/ESD download
  46. -Highly compressed ESD format.
  47. -DaRT 8.1 integrated into boot.wim and winre.wim recovery options.
  48. -UEFI boot sector for UEFI folks
  49. Notes:
  50. -EI.CFG is present. *You will need to extract the iso and delete this
  51. file to upgrade from a previous version of Windows*. You will also want to
  52. allow setup to download updates during upgrade process.
  53. -I tried every damn thing I could think of to not have to change the
  54. default boot options. It simply will not correctly extract ESD files all
  55. the time using the Windows Setup.exe program. I believe it has something
  56. to do with the way that esd compressed files are being handled in the
  57. extraction portion of setup. I believe they are not properly waiting until
  58. all the extraction threads are finished to proceed with the image mods that
  59. they do around the 88-95 percentish range.
  60. Comments:
  61. -ESD lifecycle has reached it's end for pre-activated monthly versions
  62. using the default Windows Setup program (boot setup). To get around this
  63. issue, I've integrated my setup script from my diskpart/apply project.
  64. You can still try to use Windows Setup by closing the script or selecting
  65. the No option at the opening of the script.
  66. -Previous v1 release had an issue with the recenv call in winre.wim. As a
  67. result it will simply reboot when you try to use it. Most people will never
  68. see this issue since most of the recenv is integrated into windows itself.
  69. However, to fix, you do the following:
  70. -run admin prompt command:
  71. diskpart
  72. select disk 0
  73. list partition (find the one with 300mb)
  74. select partition 3 (or whatever the number of your 300mb one is)
  75. assign
  76. exit
  77. (use backslashes not forward slashes in directory locations for rest)
  78. -Then turn on system file viewing in your control panel.
  79. copy/paste the winre.wim file from the recovery partition recovery/windowsre
  80. directory.
  81. -mount the winre.wim index 1 using dism:
  82. dism /mount-wim /wimfile:c:/temp/winre.wim /index:1 /mountdir:c:/mount
  83. -edit the c:/mount/windows/system32/winpeshl.ini file
  84. -Change the line:
  85. %systemdrive%/recovery/recenv.exe
  86. To:
  87. %systemdrive%/sources/recovery/recenv.exe
  88. -Then unmount /commit and copy/paste over old file.
  89. dism /unmount-wim /mountdir:c:/mount /commit
  90. -copy/paste it over the old one from recovery/windowsre in the 300mb
  91. recovery partition. (Make sure you didn't use forward slashes)
  92. murphy78 Setup Script features:
  93. -Multi-Boot, Fast Setup, Add drivers to PE environment, Add drivers to
  94. post-install offline image, Recovery image partition, Fully ESD compatible,
  95. split-wim compatible, No Extra system partition option for MBR users.
  96. -You can even shrink your recovery image after install and resize your
  97. partitions, though I haven't automated that part. You would just assign
  98. a drive letter to the recovery partition, copy/paste the install.wim to your
  99. system drive and export the image to an install.esd using recovery compress.
  100. Then you point reagentc at the osimage again.
  101. Credits:
  102. CODYQX4 - AutoKMS Activator from MTK 2.5.1
  103. murphy78 - Testing, ISO design
  104. Enjoy Pirates