then use the DISM commands to capture. sample: Dism /Capture-Image /ImageFile:x:\my-windows-partition.wim /CaptureDir:X:\ /Name:"My Windows partition"
There's supposedly a new ADK for Windows 10 Build 1511. Does anyone know where the link is? I seem to only find the old build...
Windows ADK for Windows10 version 10.1.10586.0 ADK: hxxp://download.microsoft.com/download/3/8/B/38BBCA6A-ADC9-4245-BCD8-DAA136F63C8B/adk/adksetup.exe WDK: hxxp://download.microsoft.com/download/C/E/1/CE19C726-6036-4443-845B-A652B0F48CD7/wdk/wdksetup.exe SDK: hxxp://download.microsoft.com/download/9/0/B/90B9A880-C3F8-43FB-B8F9-E4D4BFB5C85F/standalonesdk/sdksetup.exe HLK: htxxp://download.microsoft.com/download/B/5/9/B5998C2A-82F3-4B6A-85D4-76594E751A2A/hlk/hlksetup.exe
nm change os and now i can download it edit: someone know how to make ramdisk work with dism mount in windows 7 ? Code: Z:\>dism\dism /Mount-Wim /WimFile:install.wim /index:1 /MountDir:temp /ScratchDir:. Deployment Image Servicing and Management tool Version: 10.0.10586.0 Error: 3 The system cannot find the path specified. The DISM log file can be found at C:\windows\Logs\DISM\dism.log Code: Z:\>dir Volume in drive Z is RAMDISK Volume Serial Number is DE25-10F5 Directory of Z:\ 11/11/2015 12:09 AM <DIR> DISM 11/11/2015 12:11 AM 3,301,529,167 install.wim 11/11/2015 12:09 AM <DIR> TEMP 1 File(s) 3,301,529,167 bytes 2 Dir(s) 13,371,953,152 bytes free nm windows 7 with new adk break the image :S
A little bit Off Topic ... but I've haven't this never seen before I've copied the links and pasted them in to IE Address-Bar and the Internet Explorer makes the change from hxxp to http by itself and has downloaded the first three files without demand. The last one with the typo (htxxp), I was asked by W10, how I would like to open this link / file ... I think, that's nice
Hey guys, I'm having issues with the RESET feature with the new build of Win 10. I've installed all drivers while in Audit mode, created a provisioning package with "User State Migration Tool" from the latest ADK & Syspreped. No errors. I can re-enter Audit mode, then sysprep again no prob. Go through OOBE as an end user no prob. If I then try a Reset, it sits on 66%, eventually reboots, & restarts from around 64%. It just keeps looping. I've tried the older USMT but it's made no difference. Any ideas? A bug in the new build???
I've successfully create aio version of Windows 10 10586 (1511) with 8 editions exporting wim image with this command: Code: Dism /Export-Image /SourceImageFile:E:\win10\install.wim /SourceIndex:1 /DestinationImageFile:E:\winaio\sources\install.wim /DestinationName:"Windows 10 Enterprise 2015 LTSB" /compress:maximum It's possible to compress in esd, I've tried with this command repeated for all indexes but the size is the same. Code: dism /Export-Image /SourceImageFile:"E:\install.wim" /SourceIndex:1 /DestinationImageFile:"E:\install.esd" /Compress:recovery Has changed anything with version 10586 because I did the same procedure with vesion 10240 and all work flawlessy. Greetings
I just made a quick test (with boot.wim), and the file compressed as expected are you sure install.wim is not already recovery-compressed?
With version 10240 two months ago I made aio with 8 editions and the file size of the aio non compressed wim was 5,5gb and aio with esd 8 edition 3.7gb, now with 10586 version the aio size is 7gb and I can't compress to install.esd, how is possible. Maybe the deployment kit must be updated, I've version 10.0.10586.0 Can anyone write a guide for manually create aio windows 10, maybe I make some mistakes in the procedure.
This is my command. I think your ESD file should have been reduced, but the degree of reduction is not large enough.LTSB version is still 10240, but the other image is 10586, I tested, if such a hybrid version of the ESD file compression after the size of the larger than the full version 10586.
I just finished creating AIO 8 editions with this code: Code: x86 Dism /Export-Image /SourceImageFile:e:\win10aio\x86home\install.wim /SourceIndex:2 /DestinationImageFile:e:\win10aio\aio\sources\install.wim /DestinationName:"Windows 10 Home" /compress:maximum Dism /Export-Image /SourceImageFile:e:\win10aio\x86pro\install.wim /SourceIndex:1 /DestinationImageFile:e:\win10aio\aio\sources\install.wim /DestinationName:"Windows 10 Pro" /compress:maximum Dism /Export-Image /SourceImageFile:e:\win10aio\x86enterprise\install.wim /SourceIndex:1 /DestinationImageFile:e:\win10aio\aio\sources\install.wim /DestinationName:"Windows 10 Enterprise" /compress:maximum Dism /Export-Image /SourceImageFile:e:\win10aio\x86ltsb\install.wim /SourceIndex:1 /DestinationImageFile:e:\win10aio\aio\sources\install.wim /DestinationName:"Windows 10 Enterprise 2015 LTSB" /compress:maximum x64 Dism /Export-Image /SourceImageFile:e:\win10aio\x64home\install.wim /SourceIndex:2 /DestinationImageFile:e:\win10aio\aio\sources\install.wim /DestinationName:"Windows 10 Home" /compress:maximum Dism /Export-Image /SourceImageFile:e:\win10aio\x64pro\install.wim /SourceIndex:1 /DestinationImageFile:e:\win10aio\aio\sources\install.wim /DestinationName:"Windows 10 Pro" /compress:maximum Dism /Export-Image /SourceImageFile:e:\win10aio\x64enterprise\install.wim /SourceIndex:1 /DestinationImageFile:e:\win10aio\aio\sources\install.wim /DestinationName:"Windows 10 Enterprise" /compress:maximum Dism /Export-Image /SourceImageFile:e:\win10aio\x64ltsb\install.wim /SourceIndex:1 /DestinationImageFile:e:\win10aio\aio\sources\install.wim /DestinationName:"Windows 10 Enterprise 2015 LTSB" /compress:maximum The esd conversion has been done with ESD2WIM-WIM2ESD-dism exporting all indexes, because ESD2WIM-WIM2ESD-4 has reporting this error Code: Exiting with error code 11: Tried to add an image with a name that is already in use for the reason that I used the same name for both versions x86 and x64 The size of final project for 8 index are 8gb for wim edition, and 6 gb for esd, the size are correct or or do you think there is some error.
Anyone have any recommendations for Start Menu tweaking during deployment? I made a 'stock-ish' Win10 Pro 1511 with a generic Start Menu with just a handful of things. Using a script called PinnerJS (which I can't link yet but google it) I can dynamically pin additional apps (in my case, per department) but they only pin as one size, which isn't bad, but I kinda wanted something more custom. Ideally my image should have NO tiles in it at all, and I should be able to dynamically slap down all of the tiles I want per user. Wondering if there's a better way to do this. As well, I can't seem to manipulate the "Most Used" at all, which is only an issue cuz Sway is there and while we're not a high-sec entity I'd prefer folks not get any ideas to use it, tho I don't want to outright remove it.