Code: 74f632adb8c7e96493752ccbad1cb4a81cc9322f *Windows_InsiderPreview_ADK_en-us_20317.iso 859b4b0dd9a28a202b14cb26e02f31e3ed92ab3e *Windows_InsiderPreview_EWDK_en-us_20317.iso e15394c1f488d28722f1bd392230c321304b7473 *Windows_InsiderPreview_SDK_en-us_20317.iso c43885ff3f466de4ab065f0089e6b7922b22439b *Windows_InsiderPreview_WDK_x86x64_en-us_20317.iso 5e6622e18dee4874fdba65f89ff304cde22a46b0 *Windows_Preinstallation_Environment_en-us_20317.iso Code: e088b2d081640fb65e7423c8ac7e61fa7b80c8a8dc8d933d56aa54a4bc4b918b *Windows_InsiderPreview_ADK_en-us_20317.iso cc7836875122a64a074c014f7d0836bfdb25553fe3beca8a78b00c0d4e83d0a5 *Windows_InsiderPreview_EWDK_en-us_20317.iso 7e11c3ce9723e519d4871176c84ed6f5d2086368991300ec4f454d1904cdc142 *Windows_InsiderPreview_SDK_en-us_20317.iso f9c0fed561e759a6310729f2ee30bd0fcd340203855b5400f6ccb943d9465556 *Windows_InsiderPreview_WDK_x86x64_en-us_20317.iso 47ea65f14aae13e1ee1f1435bf7eb72fd838a0bd4f72295ad2d5044e4398cc3d *Windows_Preinstallation_Environment_en-us_20317.iso
Which one of the words "for later" didn't you understand? The links will come alive ~10:00am Redmond time.
Code: 7c922b7aa7f1de0417dd9d40e4b6d9caf08d180e *Windows_InsiderPreview_ADK_en-us_20324.iso a629c4dcfa9a13d9cfc31ff55c987586f11fb576 *Windows_InsiderPreview_EWDK_en-us_20324.iso 34a150bbe14d147d2049b3f792c0a880bf5ad019 *Windows_InsiderPreview_SDK_en-us_20324.iso 92141fa15d5824f010eb9f1c9805d05c590df121 *Windows_InsiderPreview_WDK_x86x64_en-us_20324.iso dcad7d98c585a488b2b18c4fdac9a9b7fcd5e6bd *Windows_Preinstallation_Environment_en-us_20324.iso Code: 09db2b120bee1449dda94dbd19f1a0e56b68e762e8c3ae78e3535f14e0917cc4 *Windows_InsiderPreview_ADK_en-us_20324.iso 2a1d96f3c83ff4c8c63b1f0f51975f2705c07aecf2dad07d5b874968529d65b6 *Windows_InsiderPreview_EWDK_en-us_20324.iso 32b5483b196e220bd4a05159b8b1ae5ffbfa338770e693367f2dddc582758f40 *Windows_InsiderPreview_SDK_en-us_20324.iso 1fc102d813021cabbf50095a9ee8a654556812c23b38c84c1c5ce856d09e87bc *Windows_InsiderPreview_WDK_x86x64_en-us_20324.iso c0b4b883fb4212b63bf91ef06b4b506d4500d7e98bab6536e2a4608e3991083f *Windows_Preinstallation_Environment_en-us_20324.iso
hay @Enthousiast the pe iso - is it like a full adk or is it just winpe ? question edit thanx 2 @luzea's answer: since its "pe aditions" is there a ip adk ? question edit edit: yes there is im goin blind
Hey everyone, a question I checked the official boot.wim file from the latest 19041 release with 7-zip, it has [deleted] data, I want to reduce it's size by using /export-image on it, should I export with /Bootable and/or /WIMBoot?
Afaik, both aren't supported anymore. Just export both indexes to a new wim or use wimlib-imagex to optimize it. DISM: Code: dism /Export-Image /SourceImageFile:"x:\boot.wim" /ALL /DestinationImageFile:"y:\boot.wim" /Compress:max
Code: wimlib-imagex optimize "y:\boot.wim" --recompress You need wimlib-imagex.exe and libwim-15.dll to be present.