Hi as of this AM when I try to convert 16299.15 (RTM) to ProfessionalWorkstation using s1ave's WIM edition switcher, I now get a certificate revoked error. As this also had happened with the 1706 ADK, I even tried a different version of the ADK wimmount.sys and other sys drivers for the ADK, but can't get it to go so I wonder did MS revoke a cert tied to the actual files being injected into the WIM to convert to profworkstation following this just posted profworkstation packages announcement? Can anyone please help confirm that using WIM edition switcher (or if a diff method is now needed) DOES still work as of today to convert a 16299.15 to edition ProfessionalWorkstation? Here is the error: Deployment Image Servicing and Management tool Version: 10.0.16288.1 Error: 0x800b010c A certificate was explicitly revoked by its issuer. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log DISM.LOG error section: [12716] [0x800b010c] OpenFilterPort408): A certificate was explicitly revoked by its issuer. [12716] [0x800b010c] FltCommVerifyFilterPresent502): A certificate was explicitly revoked by its issuer. [12716] [0x800b010c] WIMMountImageHandle1089): A certificate was explicitly revoked by its issuer.
It worked on 1703 (as Host) and it still works on 1709 (as Host): Code: EDITION SWITCHER MAIN MENU ISOFILE : C:\Users\Enthousiast\Downloads\esd-decrypter-wimlib-31\install.wim SOURCE SKU : Core TARGET SKU : ProfessionalWorkstation TARGET NAME: Windows 10 Pro for Advanced PCs TARGET DESC: Windows 10 Pro for Advanced PCs [01] 9/29/2017 en-US x64 10.0.16299.15 Windows 10 S | Cloud [02] 9/29/2017 en-US x64 10.0.16299.15 Windows 10 S N | CloudN [03] 9/29/2017 en-US x64 10.0.16299.15 Windows 10 Home | Core [04] 9/29/2017 en-US x64 10.0.16299.15 Windows 10 Home N | CoreN [05] 9/29/2017 en-US x64 10.0.16299.15 Windows 10 Home Single Language | CoreSingleLanguage [06] 9/29/2017 en-US x64 10.0.16299.15 Windows 10 Education | Education [07] 9/29/2017 en-US x64 10.0.16299.15 Windows 10 Education N | EducationN [08] 9/29/2017 en-US x64 10.0.16299.15 Windows 10 Pro | Professional [09] 9/29/2017 en-US x64 10.0.16299.15 Windows 10 Pro N | ProfessionalN Source: Core at index: 3 [A] AUTO TARGET CREATION [I] EXPORT INDICES [O] OPTIMIZE WIM [C] CHECK SPECIFIC WIM [N] SET NEW DATA [E] EXIT YOUR CHOICE ?: A Exporting index 3 to new WIM New WIM: D:\Test\uupdl.v0.08.30\wes.v0.00.01\install.prowork.wim Deployment Image Servicing and Management tool Version: 10.0.15063.0 Exporting image [==========================100.0%==========================] The operation completed successfully. Mounting new WIM Deployment Image Servicing and Management tool Version: 10.0.15063.0 Mounting image [==========================100.0%==========================] The operation completed successfully. Getting Target Editions FOUND : ProfessionalWorkstation FOUND : ProfessionalEducation FOUND : Professional FOUND : Education TARGET FOUND. Setting Edition to ProfessionalWorkstation Deployment Image Servicing and Management tool Version: 10.0.15063.0 Image Version: 10.0.16299.15 Starting to update components... Removing package Microsoft-Windows-ProfessionalEducationEdition~31bf3856ad364e35~amd64~~10.0.16299.15 Removing package Microsoft-Windows-ProfessionalEducationEdition~31bf3856ad364e35~amd64~~10.0.16299.15 Removing package Microsoft-Windows-ProfessionalEducationEdition~31bf3856ad364e35~amd64~~10.0.16299.15 Removing package Microsoft-Windows-ProfessionalEducationEdition~31bf3856ad364e35~amd64~~10.0.16299.15 Removing package Microsoft-Windows-ProfessionalEducationEdition~31bf3856ad364e35~amd64~~10.0.16299.15 [==========================100.0%==========================] Finished updating components. Starting to apply edition-specific settings... Finished applying edition-specific settings. The operation completed successfully. Unmouting Deployment Image Servicing and Management tool Version: 10.0.15063.0 Image File : D:\Test\uupdl.v0.08.30\wes.v0.00.01\install.prowork.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. Setting Flags for ProfessionalWorkstation ImageX Tool for Windows Copyright (C) Microsoft Corp. All rights reserved. Version: 10.0.10011.16384 Successfully set image name: [Windows 10 Pro for Advanced PCs] Successfully set image description: [Windows 10 Pro for Advanced PCs] Successfully set image flags: [ProfessionalWorkstation] WIM Info Verbose Deployment Image Servicing and Management tool Version: 10.0.15063.0 Details for image : D:\Test\uupdl.v0.08.30\wes.v0.00.01\install.prowork.wim Index : 1 Name : Windows 10 Pro for Advanced PCs Description : Windows 10 Pro for Advanced PCs Size : 15,736,629,347 bytes WIM Bootable : No Architecture : x64 Hal : <undefined> Version : 10.0.16299 ServicePack Build : 15 ServicePack Level : 0 Edition : ProfessionalWorkstation Installation : Client ProductType : WinNT ProductSuite : Terminal Server System Root : WINDOWS Directories : 20390 Files : 101240 Created : 9/29/2017 - 4:49:13 PM Modified : 10/10/2017 - 9:40:15 PM Languages : en-US (Default) The operation completed successfully. Exporting [P]proceed or [S]kip ?: @Zardoc, as said, STORE Updates, not OS updates All needed info is at the OP
Here are the 2 steps that worked just last night, that now error today: I:\Integrate\WIMSwitcher>dism /English /Export-Image /SourceImageFile:G:\Integrate\RS3RTM\sources\install.wim /SourceIndex:4 /DestinationImageFile:I:\Integrate\WIMSwitcher\test.wim /compress:maximum /CheckIntegrity Deployment Image Servicing and Management tool Version: 10.0.16288.1 Exporting image [==========================100.0%==========================] The operation completed successfully. I:\Integrate\WIMSwitcher>dism /English /mount-wim /wimfile:I:\Integrate\WIMSwitcher\test.wim /index:1 /mountdir:I:\Integrate\WIMSwitcher\mount Deployment Image Servicing and Management tool Version: 10.0.16288.1 Error: 0x800b010c A certificate was explicitly revoked by its issuer. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log As you can see, the export of the index 1 is successful, and then simply attempting to hit it again with the exact same build of dism results in the cert revoked error. Again, worked yesterday because I did it a dozen times on 16278 but today want to create a RTM of profworkstation and get this error so is it something with the tools and their cert that just was revoked, or something in the packages being changed to convert to workstation? You said working with RS4 prerelease builds, but has anyone tried it today with actual RS3 RTM 16299.15? Thanks for your help @Enthousiast!
Also, just re-ran using the included 15063.0 dism files as-is from the kit, throws exact same error from those 2 same commands (export index 4 core, then re-mount the new wim): I:\Integrate\WIMSwitcher>I:\Integrate\WIMSwitcher\files\x64\dism /English /Export-Image /SourceImageFile:G:\Integrate\RS3RTM\sources\install.wim /SourceIndex:4 /DestinationImageFile:I:\Integrate\WIMSwitcher\test.wim /compress:maximum /CheckIntegrity Deployment Image Servicing and Management tool Version: 10.0.15063.0 Exporting image [==========================100.0%==========================] The operation completed successfully. I:\Integrate\WIMSwitcher>I:\Integrate\WIMSwitcher\files\x64\dism /English /mount-wim /wimfile:I:\Integrate\WIMSwitcher\test.wim /index:1 /mountdir:I:\Integrate\WIMSwitcher\mount Deployment Image Servicing and Management tool Version: 10.0.15063.0 Error: 0x800b010c A certificate was explicitly revoked by its issuer. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log So it's not the build tools from ADK, has to be something else.
@Enthousiast sorry yes I do use the WES, but drilled down in debug to which actual point it was throwing the error today, and to simplify took everything else out of the picture except the 2 lines (line 148 & line 152) in the WIM which are these 2 commands I have done manually to show that no matter what version ADK I use today, it results in a cert revocation error when using RS3 RTM 16299.15 ISO that worked yesterday (from 16299.15.170928-1534.RS3_RELEASE_CLIENTCOMBINED_UUP_X64FRE_EN-US.ISO). Any ideas are you possibly able to test against 16299.15 today? Thanks again for the help! PS. Sorry I totally meant to block it in Code: and was just going too fast! :)
Sorry typo 1703 although I haven't re-wiped everything back to 1703. I was hoping anyone could just verify that as of today, ANY version of dism either manually or letting the kit do it actually mounts the WIM it creates in step1 without error. EDIT: Okay so I just rolled back to the 10.0.15063.0 included with the WES and instead, used source of insider 16278 that I did use yesterday. IT ALSO THROWS THIS ERROR. That tells me it's actually NOT the source, but instead something has a cert that expired in the last ~16 hours since I did not even reboot and the only thing in between what I just ran using the 10.0.15063.0 dism and 16278 insider - was me sleeping, LOL! So now I'm spinning up a new vm quick to also test on alternate boxes - it's just weird since i KNOW this worked yesterday or I never would have even posted here but then saw the post just this AM about the official workstation bundles availability.....but if I find out that it's some bad cert on this box then I'll apologize upfront - which now seeing @Enthousiast DID run dism against RS4 and that same 10.0.15063.0 dism he's running did not have a revoked cert - is what my gut is starting to lean towards. EDIT2: Definitely some bad cert but checking EVERY darn version of dism via actually opening the cert via the digital sig tab shows good non-revoked chains....but I hadn't tried the default ancient win7 7600...and even THAT throws the error: Code: I:\Integrate\WIMSwitcher>dism /English /mount-wim /wimfile:I:\Integrate\WIMSwitcher\test.wim /index:1 /mountdir:I:\Integrate\WIMSwitcher\mount Deployment Image Servicing and Management tool Version: 6.1.7600.16385 Error: 0x800b010c A certificate was explicitly revoked by its issuer. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
Question I just made a install.wim using the switcher tool and it worked fine. I just wanted to know if i Make an ISO with the install.wim can I install it over top of Windows 10 pro I have installed. Because I tried to just change the key and it will not activate.
You can't upgrade 10 pro > pro-ws by normal upgrade, only by license switch, this is what happens when you try to iso upgrade from pro > pro-ws: https://forums.mydigitallife.net/th...ice-mkiii-v1-02-54.44717/page-23#post-1377742
Okay so that was it.....I'll leave my posts in hopes they help anyone else that will now have cert revocation errors........I got so sick of trying to go one file and cert at a time what it defnitely boils down to is simply having the insider build 16288 (latest currently available) of the ADK even INSTALLED and it was not even NEAR the top of my path yet I had to totally WIPE it off MULTIPLE machines to clear this up and low and behold - whether I use the WES ver 15063.0, or even now fall all the way back to the friggin WIN7 7601 ver.......suddenly ALL the cert rev errors are gone! So, if you see this error - remove and obliterate ADK 16288 even if you think it's not being used! Thanks again for the help guys!
As i said, only by license switch, it has been posted many times now. Read the download section of the OP and the list with available sku's on UUPDL option.