Hi my dear @xinso , how are you, since a long time Did you try to update the ARM64 LTSC, because all update fail since a lot of month... I hope you have a bypass suggestion, thanks in advance.
Only offficial image VS official update custom image VS custom update No bypass The latest x86 updates failed for my VMware and my PC too. I disabled "auto update" and "driver update", it is working fine on my PC now. VMware? Still no.
Thank you, I think is custom update, if you remember I try to update the frankenbuild ARM64 LTSC from here : https://forums.mydigitallife.net/th...struction-project.80939/page-296#post-1713065 Can you help me to create a Custom Update please, because my build is not updated since one year.
Check error log. To my best knowledge, 1. Official 19041.1 arm64 Win32Calc started from 19044.1288 ISO. en-us_windows_10_iot_enterprise_ltsc_2021_arm64_dvd_e8d4fc46.iso Code: <update name="911728739cf043d4dfe7a7e9b940cfb4"> <package contained="false" integrate="hidden"> <assemblyIdentity name="Microsoft-Windows-win32calc-Package" version="10.0.19041.1" processorArchitecture="arm64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> 2. Official arm64 Win32Calc update started from 19041.1737. Microsoft-Windows-win32calc-Package~31bf3856ad364e35~arm64~~10.0.19041.1737 Which means, any 19041.1 arm64 Win32Calc ahead of en-us_windows_10_iot_enterprise_ltsc_2021_arm64_dvd_e8d4fc46.iso potentially is not official (unless leaked from Microsoft), which may be the cause of update failure. So, check the hash of Win32Calc.exe in the script. And compare with that in 19044.1288 image.
OK thank you @xinso , so I conclude is not possible to update now I stay on build 19044.1415 before the new policie update.
@xinso Hi, I'd like to transform a Windows 10 pro into an interface similar to Windows Server Core. Any ideas? command line only , remove unecessary service remove components
Client and Server are different. Server is naturally composed of tiny NanoServerCor + ServerCor + Server Roles & Features GUI + Desktop Experience. Client is natually composed of Deskop Experience + Windows Features. So, at most, you can remove Windows Features and some removable packages, which are not System Core, from System Core packages.
Test manual Construction of 23481.1000 Windows 11 Enterprise amd64 en-US Code: C:\WINDOWS\system32>dism /english /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.23481.1000 [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /add-package:z:\2 Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.23481.1000 Processing 1 of 6 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.23481.1000 [==========================100.0%==========================] Processing 2 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~amd64~~10.0.23481.1000 [==========================100.0%==========================] Processing 3 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.23481.1000 [==========================100.0%==========================] Processing 4 of 6 - Adding package Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.23481.1000 [==========================100.0%==========================] Processing 5 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.23481.1000 [==========================100.0%==========================] Processing 6 of 6 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~amd64~~10.0.23481.1000 [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /set-skuintldefaults:en-US Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.23481.1000 Set SKU default settings for: en-US The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /get-currentedition Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.23481.1000 Current edition is: Current Edition : Enterprise The operation completed successfully. C:\WINDOWS\system32> Test manual Construction of 23481.1000 Windows 11 Enterprise arm64 en-US Code: C:\WINDOWS\system32>dism /English /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.23481.1000 [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /add-package:z:\2 Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.23481.1000 Processing 1 of 6 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~arm64~en-US~10.0.23481.1000 [==========================100.0%==========================] Processing 2 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~arm64~~10.0.23481.1000 [==========================100.0%==========================] Processing 3 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~arm64~~10.0.23481.1000 [==========================100.0%==========================] Processing 4 of 6 - Adding package Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~arm64~~10.0.23481.1000 [==========================100.0%==========================] Processing 5 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~arm64~~10.0.23481.1000 [==========================100.0%==========================] Processing 6 of 6 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~arm64~~10.0.23481.1000 [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /set-skuintldefaults:en-US Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.23481.1000 Set SKU default settings for: en-US The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /get-currentedition Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.23481.1000 Current edition is: Current Edition : Enterprise The operation completed successfully. C:\WINDOWS\system32>
Test manual Construction of 25393.1 Windows 11 Enterprise amd64 en-US Code: C:\WINDOWS\system32>dism /English /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25393.1 Applying package servicing unattend [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /add-package:z:\2 Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25393.1 Processing 1 of 6 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.25393.1 [==========================100.0%==========================] Processing 2 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~amd64~~10.0.25393.1 [==========================100.0%==========================] Processing 3 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.25393.1 [==========================100.0%==========================] Processing 4 of 6 - Adding package Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.25393.1 [==========================100.0%==========================] Processing 5 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.25393.1 [==========================100.0%==========================] Processing 6 of 6 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~amd64~~10.0.25393.1 [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /set-skuintldefaults:en-US Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25393.1 Set SKU default settings for: en-US The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /get-currentedition Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25393.1 Current edition is: Current Edition : Enterprise The operation completed successfully. C:\WINDOWS\system32> Test manual Construction of 25393.1 Windows 11 Enterprise arm64 en-US Code: C:\WINDOWS\system32>dism /English /logpath:z:\1.log /image:K: /apply-unattend:Z:\WinSxS\1.xml Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25393.1 Applying package servicing unattend [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /add-package:z:\2 Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25393.1 Processing 1 of 6 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~arm64~en-US~10.0.25393.1 [==========================100.0%==========================] Processing 2 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~arm64~~10.0.25393.1 [==========================100.0%==========================] Processing 3 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~arm64~~10.0.25393.1 [==========================100.0%==========================] Processing 4 of 6 - Adding package Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~arm64~~10.0.25393.1 [==========================100.0%==========================] Processing 5 of 6 - Adding package Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~arm64~~10.0.25393.1 [==========================100.0%==========================] Processing 6 of 6 - Adding package Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~arm64~~10.0.25393.1 [==========================100.0%==========================] The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /set-skuintldefaults:en-US Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25393.1 Set SKU default settings for: en-US The operation completed successfully. C:\WINDOWS\system32>dism /English /image:K: /get-currentedition Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.25393.1 Current edition is: Current Edition : Enterprise The operation completed successfully. C:\WINDOWS\system32>
Microsoft.SecHealthUI_8wekyb3d8bbwe & Microsoft-SecHealth-UI-Package You can ask the OEM vendor, who showed 25370.1 Windows 11 Enterprise (N) LTSC Preview, if Microsoft-SecHealth-UI-Package is existent in C:\Windows\servicing\Packages. https://forums.mydigitallife.net/th...prise-n-ltsc-2021.84509/page-161#post-1792444
25393.1 Client LTSC [amd64] <Resolve package="Microsoft-Windows-EnterpriseSEdition~31bf3856ad364e35~amd64~~10.0.25393.1" update="Microsoft-Windows-EditionSpecific-EnterpriseS-Package"/> <Resolve package="Microsoft-Windows-EnterpriseSEdition~31bf3856ad364e35~amd64~~10.0.25393.1" update="Microsoft-Windows-EditionSpecific-EnterpriseS-WOW64-Package"/> Code: <Resolve package="Microsoft-SecHealth-UI-Package~31bf3856ad364e35~amd64~~10.0.25393.1" update="afc0239a5f03af9eb343231d2bc57ae3"/> [arm64] <Resolve package="Microsoft-Windows-EnterpriseSEdition~31bf3856ad364e35~arm64~~10.0.25393.1" update="Microsoft-Windows-EditionSpecific-EnterpriseS-Package"/> <Resolve package="Microsoft-Windows-EnterpriseSEdition~31bf3856ad364e35~arm64~~10.0.25393.1" update="Microsoft-Windows-EditionSpecific-EnterpriseS-WOW64-Package"/> <Resolve package="Microsoft-Windows-EnterpriseSEdition~31bf3856ad364e35~arm64~~10.0.25393.1" update="Microsoft-Windows-EditionSpecific-EnterpriseS-arm64arm-Package"/> Code: <Resolve package="Microsoft-SecHealth-UI-Package~31bf3856ad364e35~arm64~~10.0.25393.1" update="afc0239a5f03af9eb343231d2bc57ae3"/> Q: Why it is gone from latest Server Preview? Code: Program Files\WindowsApps\Microsoft.SecHealthUI_1000.25379.1.0_x64__8wekyb3d8bbwe
Sorry I never do that before, if I understood, I need to mount the image and remove this package Microsoft-Windows-win32calc-Package~31bf3856ad364e35~arm64~~10.0.19041.1737 with powershell ? And after install the rollup fix ?
#11850 is for installed 19044.1415 system as you showed. If install.wim, no comment, because I have no idea about your install.wim. Or, You can replace "homebrewed" with "official" in the script. And re-Reconstruct a new image. Code: arm64_microsoft-windows-win32calc-deployment_31bf3856ad364e35_10.0.19041.1_none_5b284ef3af8277cd.manifest arm64_microsoft-windows-win32calc_31bf3856ad364e35_10.0.19041.1_none_ffa034efb713df85 arm64_microsoft-windows-win32calc_31bf3856ad364e35_10.0.19041.1_none_ffa034efb713df85.manifest Microsoft-Windows-win32calc-Package~31bf3856ad364e35~arm64~~10.0.19041.1.cat Microsoft-Windows-win32calc-Package~31bf3856ad364e35~arm64~~10.0.19041.1.mum
I have my first install.wim = build 19041.1 ARM64 EnterpriseS And I have a install.wim updated to 19044.1415 ARM64 with EnterpriseS and IoTEnterpriseS. Where did you found : Microsoft-Windows-win32calc-Package~31bf3856ad364e35~arm64~~10.0.19041.1 to download this package and the MUI
The Nertral package is from en-us_windows_10_iot_enterprise_ltsc_2021_arm64_dvd_e8d4fc46.iso. The Language pack is from 19041.1 Client language pack. For both install.wim: 1. Mount 2. Remove Homebrewed Microsoft-Windows-win32calc-Package~31bf3856ad364e35~arm64~~10.0.19041.1 3. Install Official Microsoft-Windows-win32calc-Package~31bf3856ad364e35~arm64~~10.0.19041.1 Microsoft-Windows-win32calc-Package~31bf3856ad364e35~arm64~xx-XX~10.0.19041.1 4. Save & Unmount
Test Construct 17763.4499 Windows 10 Enterprise N LTSC arm64 et-EE Code: ======================================================================================================== 17763.4499 Windows 10 Enterprise N LTSC arm64 et-EE has been successfully constructed on 2023/6/15 ======================================================================================================== Mission took 0:27:37.71 (1657.71s total) Code: WIM XML Information: --------------------------- <WIM> <IMAGE INDEX="1"> <DIRCOUNT>33724</DIRCOUNT> <FILECOUNT>115481</FILECOUNT> <TOTALBYTES>17520844512</TOTALBYTES> <HARDLINKBYTES>6179329402</HARDLINKBYTES> <CREATIONTIME> <HIGHPART>0x01D99F89</HIGHPART> <LOWPART>0x65949FFB</LOWPART> </CREATIONTIME> <LASTMODIFICATIONTIME> <HIGHPART>0x01D99F89</HIGHPART> <LOWPART>0x65949FFB</LOWPART> </LASTMODIFICATIONTIME> <WIMBOOT>0</WIMBOOT> <WINDOWS> <ARCH>12</ARCH> <PRODUCTNAME>Microsoft® Windows® Operating System</PRODUCTNAME> <EDITIONID>EnterpriseSN</EDITIONID> <INSTALLATIONTYPE>Client</INSTALLATIONTYPE> <SERVICINGDATA> <IMAGESTATE>IMAGE_STATE_GENERALIZE_RESEAL_TO_OOBE</IMAGESTATE> <GDRDUREVISION>0</GDRDUREVISION> <PKEYCONFIGVERSION>10.0.17763.2989;2016-01-01T00:00:00Z</PKEYCONFIGVERSION> </SERVICINGDATA> <PRODUCTTYPE>WinNT</PRODUCTTYPE> <PRODUCTSUITE>Terminal Server</PRODUCTSUITE> <LANGUAGES> <LANGUAGE>et-EE</LANGUAGE> <FALLBACK LANGUAGE="et-EE">en-US</FALLBACK> <DEFAULT>et-EE</DEFAULT> </LANGUAGES> <VERSION> <MAJOR>10</MAJOR> <MINOR>0</MINOR> <BUILD>17763</BUILD> <SPBUILD>4499</SPBUILD> <SPLEVEL>0</SPLEVEL> <BRANCH>rs5_release</BRANCH> </VERSION> <SYSTEMROOT>WINDOWS</SYSTEMROOT> </WINDOWS> <NAME>Windows 10 Enterprise N LTSC 2019</NAME> <DESCRIPTION>Windows 10 Enterprise N LTSC 2019</DESCRIPTION> <FLAGS>EnterpriseSN</FLAGS> <DISPLAYNAME>Windows 10 Enterprise N LTSC</DISPLAYNAME> <DISPLAYDESCRIPTION>17763.4499 Windows 10 Enterprise N LTSC</DISPLAYDESCRIPTION> </IMAGE> <TOTALBYTES>4874927060</TOTALBYTES> </WIM> Test Construct 17763.4499 Windows 10 Enterprise LTSC arm64 fi-FI Code: ======================================================================================================== 17763.4499 Windows 10 Enterprise LTSC arm64 fi-FI has been successfully constructed on 2023/6/15 ======================================================================================================== Mission took 0:28:46.64 (1726.64s total) Code: WIM XML Information: --------------------------- <WIM> <IMAGE INDEX="1"> <DIRCOUNT>35096</DIRCOUNT> <FILECOUNT>119465</FILECOUNT> <TOTALBYTES>18359059049</TOTALBYTES> <HARDLINKBYTES>6497587444</HARDLINKBYTES> <CREATIONTIME> <HIGHPART>0x01D99F8D</HIGHPART> <LOWPART>0xA580147D</LOWPART> </CREATIONTIME> <LASTMODIFICATIONTIME> <HIGHPART>0x01D99F8D</HIGHPART> <LOWPART>0xA580147D</LOWPART> </LASTMODIFICATIONTIME> <WIMBOOT>0</WIMBOOT> <WINDOWS> <ARCH>12</ARCH> <PRODUCTNAME>Microsoft® Windows® Operating System</PRODUCTNAME> <EDITIONID>EnterpriseS</EDITIONID> <INSTALLATIONTYPE>Client</INSTALLATIONTYPE> <SERVICINGDATA> <IMAGESTATE>IMAGE_STATE_GENERALIZE_RESEAL_TO_OOBE</IMAGESTATE> <GDRDUREVISION>0</GDRDUREVISION> <PKEYCONFIGVERSION>10.0.17763.2989;2016-01-01T00:00:00Z</PKEYCONFIGVERSION> </SERVICINGDATA> <PRODUCTTYPE>WinNT</PRODUCTTYPE> <PRODUCTSUITE>Terminal Server</PRODUCTSUITE> <LANGUAGES> <LANGUAGE>fi-FI</LANGUAGE> <FALLBACK LANGUAGE="fi-FI">en-US</FALLBACK> <DEFAULT>fi-FI</DEFAULT> </LANGUAGES> <VERSION> <MAJOR>10</MAJOR> <MINOR>0</MINOR> <BUILD>17763</BUILD> <SPBUILD>4499</SPBUILD> <SPLEVEL>0</SPLEVEL> <BRANCH>rs5_release</BRANCH> </VERSION> <SYSTEMROOT>WINDOWS</SYSTEMROOT> </WINDOWS> <NAME>Windows 10 Enterprise LTSC 2019</NAME> <DESCRIPTION>Windows 10 Enterprise LTSC 2019</DESCRIPTION> <FLAGS>EnterpriseS</FLAGS> <DISPLAYNAME>Windows 10 Enterprise LTSC</DISPLAYNAME> <DISPLAYDESCRIPTION>17763.4499 Windows 10 Enterprise LTSC</DISPLAYDESCRIPTION> </IMAGE> <TOTALBYTES>5096858329</TOTALBYTES> </WIM>
Test Reconstruct 22621.1835 Windows 11 IoT Enterprise LTSC (without Store) amd64 en-US (Embedded) Code: ======================================================================================================== 22621.1835 Windows 11 IoT Enterprise LTSC (without Store) amd64 en-US has been successfully reconstructed on 2023/6/16 ======================================================================================================== Mission took 0:22:4.53 (1324.53s total) Code: WIM XML Information: --------------------------- <WIM> <TOTALBYTES>3907405787</TOTALBYTES> <IMAGE INDEX="1"> <DIRCOUNT>22893</DIRCOUNT> <FILECOUNT>87840</FILECOUNT> <TOTALBYTES>14818875909</TOTALBYTES> <HARDLINKBYTES>6838968842</HARDLINKBYTES> <CREATIONTIME> <HIGHPART>0x01D99FA9</HIGHPART> <LOWPART>0xC6032A7F</LOWPART> </CREATIONTIME> <LASTMODIFICATIONTIME> <HIGHPART>0x01D99FA9</HIGHPART> <LOWPART>0xDEB275DD</LOWPART> </LASTMODIFICATIONTIME> <WIMBOOT>0</WIMBOOT> <WINDOWS> <ARCH>9</ARCH> <PRODUCTNAME>Microsoft® Windows® Operating System</PRODUCTNAME> <EDITIONID>IoTEnterpriseS</EDITIONID> <INSTALLATIONTYPE>Client</INSTALLATIONTYPE> <SERVICINGDATA> <GDRDUREVISION>0</GDRDUREVISION> <PKEYCONFIGVERSION>10.0.22621.1;2016-01-01T00:00:00Z</PKEYCONFIGVERSION> <IMAGESTATE>IMAGE_STATE_GENERALIZE_RESEAL_TO_OOBE</IMAGESTATE> </SERVICINGDATA> <PRODUCTTYPE>WinNT</PRODUCTTYPE> <PRODUCTSUITE>Terminal Server</PRODUCTSUITE> <LANGUAGES> <LANGUAGE>en-US</LANGUAGE> <DEFAULT>en-US</DEFAULT> </LANGUAGES> <VERSION> <MAJOR>10</MAJOR> <MINOR>0</MINOR> <BUILD>22621</BUILD> <SPBUILD>1835</SPBUILD> <SPLEVEL>0</SPLEVEL> <BRANCH>ni_release</BRANCH> </VERSION> <SYSTEMROOT>WINDOWS</SYSTEMROOT> </WINDOWS> <NAME>Windows 11 IoT Enterprise LTSC 2021</NAME> <DESCRIPTION>Windows 11 IoT Enterprise LTSC 2021</DESCRIPTION> <FLAGS>IoTEnterpriseS</FLAGS> <DISPLAYNAME>Windows 11 IoT Enterprise LTSC (without Store)</DISPLAYNAME> <DISPLAYDESCRIPTION>22621.1835 Windows 11 IoT Enterprise LTSC (without Store)</DISPLAYDESCRIPTION> </IMAGE> </WIM> Test Reconstruct 22631.1835 Windows 11 IoT Enterprise LTSC (with Store) amd64 en-US Code: ======================================================================================================== 22631.1835 Windows 11 IoT Enterprise LTSC (with Store) amd64 en-US has been successfully reconstructed on 2023/6/16 ======================================================================================================== Mission took 0:15:44.16 (944.16s total) Code: WIM XML Information: --------------------------- <WIM> <TOTALBYTES>4442078777</TOTALBYTES> <IMAGE INDEX="1"> <DIRCOUNT>24960</DIRCOUNT> <FILECOUNT>104227</FILECOUNT> <TOTALBYTES>16491600323</TOTALBYTES> <HARDLINKBYTES>7234933765</HARDLINKBYTES> <CREATIONTIME> <HIGHPART>0x01D99FAD</HIGHPART> <LOWPART>0x166BC03A</LOWPART> </CREATIONTIME> <LASTMODIFICATIONTIME> <HIGHPART>0x01D99FAD</HIGHPART> <LOWPART>0x32EC718E</LOWPART> </LASTMODIFICATIONTIME> <WIMBOOT>0</WIMBOOT> <WINDOWS> <ARCH>9</ARCH> <PRODUCTNAME>Microsoft® Windows® Operating System</PRODUCTNAME> <EDITIONID>IoTEnterpriseS</EDITIONID> <INSTALLATIONTYPE>Client</INSTALLATIONTYPE> <SERVICINGDATA> <GDRDUREVISION>0</GDRDUREVISION> <PKEYCONFIGVERSION>10.0.22621.1;2016-01-01T00:00:00Z</PKEYCONFIGVERSION> <IMAGESTATE>IMAGE_STATE_GENERALIZE_RESEAL_TO_OOBE</IMAGESTATE> </SERVICINGDATA> <PRODUCTTYPE>WinNT</PRODUCTTYPE> <PRODUCTSUITE>Terminal Server</PRODUCTSUITE> <LANGUAGES> <LANGUAGE>en-US</LANGUAGE> <DEFAULT>en-US</DEFAULT> </LANGUAGES> <VERSION> <MAJOR>10</MAJOR> <MINOR>0</MINOR> <BUILD>22631</BUILD> <SPBUILD>1835</SPBUILD> <SPLEVEL>0</SPLEVEL> <BRANCH>ni_release</BRANCH> </VERSION> <SYSTEMROOT>WINDOWS</SYSTEMROOT> </WINDOWS> <NAME>Windows 11 IoT Enterprise LTSC 2021</NAME> <DESCRIPTION>Windows 11 IoT Enterprise LTSC 2021</DESCRIPTION> <FLAGS>IoTEnterpriseS</FLAGS> <DISPLAYNAME>Windows 11 IoT Enterprise LTSC (with Store)</DISPLAYNAME> <DISPLAYDESCRIPTION>22631.1835 Windows 11 IoT Enterprise LTSC (with Store)</DISPLAYDESCRIPTION> </IMAGE> </WIM>