Yes, the custom update had been solved. I had posted it. (Although I didn't post Client.) https://forums.mydigitallife.net/th...struction-project.80939/page-635#post-1802533 You have a good look at its package mum. And compare with Sessions.xml. 25398.1 has not Client's Sessions.xml? Any latest 25XXX will do. Yes, you have to follow 25XXX for Next LTSC. 22000 and 22621 are outdated.
Q: How to add Win32Calc to 22621.1 EnterpriseG without Store? 1. 22621.1 does not have Win32Calc package and CU does not include its update. 2. 22621 language pack has its language packs. 3. It needs Windows 11 ones which are different to Windows 10 ones in shortcut link. A: We just install neutral Win32Calc packages from a Next Server Desktop Experience which would match with 22621.1 Win32Calc language packs [Be aware] Windows 11 Win32Calc is one of "Removable Package" for IoTEnterpriseS and IoTEnterpriseSK which is a sub-package of Microsoft-Windows-EditionSpecific-EnterpriseS-Removable-Package. e.g. Code: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved."> <assemblyIdentity name="Microsoft-Windows-win32calc-Package" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <package identifier="Microsoft-Windows-win32calc" releaseType="Feature Pack"> <parent disposition="detect"> <assemblyIdentity name="Microsoft-Windows-EditionSpecific-EnterpriseS-Removable-Package" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </parent> <update name="d23a080880c79cf7f39cf1f09193e006"> <component> <assemblyIdentity name="Microsoft-Windows-win32calc-Deployment" version="10.0.25227.1000" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </component> </update> </package> </assembly> So? We have to modify it as follows. Delete this section. Code: <parent disposition="detect"> <assemblyIdentity name="Microsoft-Windows-EditionSpecific-EnterpriseS-Removable-Package" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </parent> ---> Code: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved."> <assemblyIdentity name="Microsoft-Windows-win32calc-Package" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <package identifier="Microsoft-Windows-win32calc" releaseType="Feature Pack"> <update name="d23a080880c79cf7f39cf1f09193e006"> <component> <assemblyIdentity name="Microsoft-Windows-win32calc-Deployment" version="10.0.25227.1000" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </component> </update> </package> </assembly> ---> No more restriction. i.e. It's applicable to any edition and build. PS: Applicable is not equal to Compatible. We have to install and test its compatibility with language packs. Q: What if not compatible with language packs of the target build? A: We have to extract original language packs. And change build if Win32Calc build had been changed.
Test manual Construction of 25936.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.25926.1000 Applying package servicing unattend [==========================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.25936.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.25936.1000 Current edition is: Current Edition : Enterprise The operation completed successfully. C:\WINDOWS\system32>
Test Construct 19045.3391 Windows 10 IoT Enterprise LTSC (Embedded without Edge) arm64 en-US Code: ------------------------------------------------------------ Extract source packages ------------------------------------------------------------ Creating files: 46707 of 46707 (100%) done Extracting file data: 5533 MiB of 5533 MiB (100%) done Applying metadata to files: 46707 of 46707 (100%) done Done extracting files. ------------------------------------------------------------ Expand Cumulative update ------------------------------------------------------------ ======================================================================================================== Construct 19045.3391 Windows 10 IoT Enterprise LTSC (Embedded without Edge) arm64 en-US ======================================================================================================== :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Mount Unstage image :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Mounting image [==========================100.0%==========================] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Create IoTEnterpriseS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Add en-US Client language :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~arm64~en-US~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add en-US language features ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~arm64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~arm64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~arm64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add FOD ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Microsoft-Windows-FodMetadata-Package~31bf3856ad364e35~arm64~~10.0.19041.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add VCLibs ------------------------------------------------------------ Microsoft.VCLibs.140.00_14.0.27323.0_arm64__8wekyb3d8bbwe Microsoft.VCLibs.140.00_14.0.27323.0_arm__8wekyb3d8bbwe Microsoft.VCLibs.140.00_14.0.27323.0_x86__8wekyb3d8bbwe ------------------------------------------------------------ Export en-US winre.wim to IoTEnterpriseS image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Exporting image [==========================100.0%==========================] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Mount Winre image :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Mounting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add Servicing Stack update to Winre image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_3385~31bf3856ad364e35~arm64~~19041.3385.1.0 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add SystemReset update to Winre image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Package_for_KB5027389~31bf3856ad364e35~arm64~~19041.3083.1.4 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add Cumulative update to Winre image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19041.3083 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~arm64~~19041.3391.1.11 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Reset Winre base ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19041.3391 [======================= 40.0% ] The operation completed successfully. :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Save and Unmount Winre image :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image File : Z:\19041.1_Unstage_ARM64\temp\mount\Windows\System32\Recovery\winre.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Optimize winre.wim ------------------------------------------------------------ "temp\mount\Windows\System32\Recovery\winre.wim" original size: 614091 KiB Using LZX compression with 12 threads Archiving file data: 1011 MiB of 1011 MiB (100%) done "temp\mount\Windows\System32\Recovery\winre.wim" optimized size: 430692 KiB Space saved: 183399 KiB ------------------------------------------------------------ Add Servicing Stack update to IoTEnterpriseS image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_3385~31bf3856ad364e35~arm64~~19041.3385.1.0 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add 22H2Enablement to IoTEnterpriseS image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Package_for_KB5003791~31bf3856ad364e35~arm64~~19041.1237.1.3 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add .Net Framework 4.8.1 to IoTEnterpriseS image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Package_for_KB5011048~31bf3856ad364e35~arm64~~10.0.1.8028 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add DotNetRollup 4.8.1 to IoTEnterpriseS image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~arm64~~10.0.4662.1 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Add Cumulative update to IoTEnterpriseS image ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19041.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~arm64~~19041.3391.1.11 [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Reset IoTEnterpriseS base ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19045.3391 [===== 10.0% ] [===========================99.7%========================= ] The operation completed successfully. ------------------------------------------------------------ Remove Selectable packages ------------------------------------------------------------ Microsoft-Media-Foundation-Package~31bf3856ad364e35~arm64~~10.0.19041.3391 Microsoft-Windows-Media-Format-Package~31bf3856ad364e35~arm64~~10.0.19041.3031 Microsoft-Windows-Media-Streaming-Package~31bf3856ad364e35~arm64~~10.0.19041.3155 Microsoft-Windows-Portable-Devices-Package~31bf3856ad364e35~arm64~~10.0.19041.3208 Microsoft-Windows-WebcamExperience-Package~31bf3856ad364e35~arm64~~10.0.19041.1806 Microsoft-Windows-WinSATMediaFiles-Package~31bf3856ad364e35~arm64~~10.0.19041.1 Microsoft-Windows-MediaPlayback-OC-Package~31bf3856ad364e35~arm64~~10.0.19041.1 LanguageFeatures-WordBreaking-Common-legacy-Package~31bf3856ad364e35~arm64~~10.0.19041.1741 Microsoft-OneCore-Fonts-DesktopFonts-NonLeanSupplement-Package~31bf3856ad364e35~arm64~~10.0.19041.3155 Microsoft-Windows-BioEnrollment-UX-Package~31bf3856ad364e35~arm64~~10.0.19041.1741 Microsoft-Windows-Printer-Drivers-Package~31bf3856ad364e35~arm64~~10.0.19041.1741 Microsoft-Windows-Printing-PremiumTools-Package~31bf3856ad364e35~arm64~~10.0.19041.1806 Microsoft-Windows-RecoveryDrive-Package~31bf3856ad364e35~arm64~~10.0.19041.3391 Microsoft-Windows-SensorDataService-Package~31bf3856ad364e35~arm64~~10.0.19041.1741 Microsoft-Windows-ShellOptions-Package~31bf3856ad364e35~arm64~~10.0.19041.1741 Microsoft-Windows-Shell-Wallpaper-Common-Package~31bf3856ad364e35~arm64~~10.0.19041.1741 Microsoft-Windows-ScreenSavers-3D-Package~31bf3856ad364e35~arm64~~10.0.19041.1741 Microsoft-Windows-win32calc-Package~31bf3856ad364e35~arm64~~10.0.19041.3155 ------------------------------------------------------------ Set IoTEnterpriseS key ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image Version: 10.0.19045.3391 Starting to install product key... Finished installing product key. The operation completed successfully. ============================================================ Current Edition : IoTEnterpriseS (OEM) ============================================================ :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Save and Unmount IoTEnterpriseS image :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Deployment Image Servicing and Management tool Version: 10.0.19041.844 Image File : Z:\19041.1_Unstage_ARM64\Unstage.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Set WIM information ------------------------------------------------------------ Setting the NAME property of image 1 to "Windows 10 IoT Enterprise LTSC 2021". Setting the DESCRIPTION property of image 1 to "Windows 10 IoT Enterprise LTSC 2021". Setting the FLAGS property of image 1 to "IoTEnterpriseS". Setting the DISPLAYNAME property of image 1 to "Windows 10 IoT Enterprise LTSC (Embedded without Edge)". Setting the DISPLAYDESCRIPTION property of image 1 to "19045.3391 Windows 10 IoT Enterprise LTSC (Embedded without Edge)". ------------------------------------------------------------ Export IoTEnterpriseS image to install.wim ------------------------------------------------------------ Deployment Image Servicing and Management tool Version: 10.0.19041.844 Exporting image [==========================100.0%==========================] The operation completed successfully. ------------------------------------------------------------ Delete temporary folder ------------------------------------------------------------ ======================================================================================================== 19045.3391 Windows 10 IoT Enterprise LTSC (Embedded without Edge) arm64 en-US has been successfully constructed on 2023/8/28 ======================================================================================================== Mission took 0:31:57.64 (1917.64s total)
Don't remove 22621 Windows Defender package. Because there are some Store dependencies and others combined in it. Microsoft-Windows-Client-Desktop-Required-Package03~31bf3856ad364e35~amd64~~10.0.22621.1 ---> amd64_microsoft-windows-c..uired-deployment030_31bf3856ad364e35_10.0.22621.1_none_70250efcb2e8e3c2.manifest ---> Code: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v3"> <assemblyIdentity name="microsoft-windows-client-desktop-required-deployment030" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> <deployment xmlns="urn:schemas-microsoft-com:asm.v3" /> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-Office-Csp" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-ParentalControls-OTS" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-ParentalControls.AppxMain" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-ParentalControls.AppxSetup" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-ParentalControlsMonitor" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-ParentalControlsRatingSystem-GameRatingsSystems" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-ParentalControlsRatingSystem-WEB" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-ParentalControlsSettings" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-FamilySafety-RefreshTask" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-ParentalControls-MonitorService-Desktop" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-ParentalControls-Settings-Core" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-ParentalControls-Settings-Desktop" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-ParentalControls-WebFilter" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-ParentalControls-WpcProxyStubs" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-PEAuth" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-SystemSettings-PinEnrollment-EnrollmentHelper" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-Power-EnergyEstimationEngine-Client-Overrides" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-Power-Setting-Client-Overrides" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Xbox-GameCallableUI.appxmain" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Xbox-GameCallableUI.appxsetup" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Xbox-GameCallableUI.toolkit" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Windows-Defender-UI" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Security-Malware-Windows-Defender" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Windows-Defender-Branding" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Windows-Defender-Drivers" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Windows-Defender-Drivers-Backup" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Windows-Defender-Drivers-NisDrvWfpEtw" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Windows-Defender-Events" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Windows-Defender-Global-Config" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Windows-Defender-Offline-Onecore" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Windows-Defender-Service" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Windows-Defender-Service-MpClientEtw" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Windows-Defender-Service-MpRtpEtw" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Windows-Defender-Service-MpSvcEtw" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Windows-Defender-Offline-Amcore" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Windows-Defender-Management-Onecore" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Windows-Defender-Management-V1" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-DeviceManagement-CspDefinition-Defender" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Windows-Defender-Management-MDM" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Windows-Defender-Management-Powershell" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Windows-Defender-Nis-Drivers" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Windows-Defender-Nis-Service" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> </assembly> ---> e.g. Code: <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Xbox-GameCallableUI.appxmain" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Xbox-GameCallableUI.appxsetup" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Xbox-GameCallableUI.toolkit" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> Code: <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-Office-Csp" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> Code: <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-PEAuth" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-SystemSettings-PinEnrollment-EnrollmentHelper" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-Power-EnergyEstimationEngine-Client-Overrides" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> <dependency> <dependentAssembly dependencyType="install"> <assemblyIdentity name="Microsoft-Windows-Power-Setting-Client-Overrides" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" versionScope="nonSxS" /> </dependentAssembly> </dependency> And, Windows-Defender-AM-Default-Definitions-OptionalWrapper-Package~31bf3856ad364e35~amd64~~10.0.22621.1 Code: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <assembly xmlns="urn:schemas-microsoft-com:asm.v3" manifestVersion="1.0" copyright="Copyright (c) Microsoft Corporation. All Rights Reserved."> <assemblyIdentity name="Windows-Defender-AM-Default-Definitions-OptionalWrapper-Package" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <package identifier="Windows-Defender-AM-Default-Definitions-OptionalWrapper" releaseType="Feature Pack"> <parent integrate="delegate"> <assemblyIdentity name="Microsoft-Windows-Foundation-Package" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </parent> <update name="Windows-Defender-Default-Definitions"> <selectable disposition="absent"> <detectNone default="true" /> </selectable> <package contained="false" integrate="hidden"> <assemblyIdentity name="Windows-Defender-AM-Default-Definitions-Package" version="10.0.22621.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> </package> </assembly> This situation also exists In 20348. Those few App dependencies are needed for 20348 Server Desktop Experience to run some Apps. e.g. Calendar & Mail Movies & TV Phone Link Xbox
Yes, as I told you. But, as Microsoft stated: It's for testing sevicing pipeline only. There is nothing new.
For EnterpriseG which is designed for CMGE, these three items in Settings are disabled by default. i.e. they are invavid (blank). 1. windowsdefender (Security Center) 2. windowsinsider 3. activation So? You can hide them if you wish. Otherwise, you may ask "How come?" when you forgot and clicked it. Edge? EnterpriseG has not Edge by default. Nowadays, "ChromiumEdge - Edge.wim" is "Addon", not package. And the "Edge package" is just "Edge Shortcuts" without Edge. BTW, To Reconstruct\Construct EnterpriseG, you have to add "license.rtf" by yourself. Otherwise OOBE will get stuck at its "License Agreement" phase. This is the difference between "official image user" and "homebrewed image reconstructor". Q: Why? [Fact] OOBE reads "license.rtf". And EnterpriseG is intended for OEM CMGE, therefore there's only one "placeholder.rtf" in "_Default" folder. A: Because there's not any "license.rtf" in EnterpriseG license folders. EnterpriseG placeholder.rtf Code: Placeholder License file. Do not display!!! CMGE (EnterpriseG) license.rtf Code: Windows 10 神州网信政府版软件用户许可协议 供中国政府机构客户使用的 Windows 10 神州网信政府版: 如果贵方(“贵方”指政府机构客户)是直接从神州网信技术有限公司(“神州网信”)处取得本软件的,则贵方对本软件的使用应遵守贵方从神州网信或其许可经销商处取得本软件时订立的许可协议的条款和条件。 然而,如果贵方所取得的本软件是预装在设备上的,则本协议构成贵方和向贵方设备经销软件的设备制造商之间的许可协议。 在上述两种情况下,本软件均由微软公司(包括其关联机构,“微软”)许可给神州网信,由神州网信定制供中国政府机构客户使用,并由神州网信提供给贵方,或者由贵方的设备制造商随设备销售而提供给贵方(视情况而定)。如果贵方未从神州网信或其许可经销商和设备制造商处正当取得软件许可,贵方不得使用本软件。 一方的“关联机构”指直接或间接的控制该方、受该方控制或与该方共同受控制的任何其他方。“控制”指直接或间接拥有指示或促使他人指示某人的管理及政策之权力,无论是通过拥有具有表决权的股权或证券,还是通过合同或其他方式,其中包括(i)直接或间接拥有该人已发行的股份或其他股权的50%或以上;(ii)直接或间接拥有该人50%或以上的表决权;(iii)直接或间接有权委派该人的董事会或类似管理机构的多数成员。 “关键基础设施领域”指任何下述业务领域:国防、通信、广播电视、能源、交通、水资源、医疗卫生和金融。神州网信可不时修订关键基础设施领域的范围。 “除外许可”指作为相关软件在使用、修改和分发时需遵守的条件,要求该软件或者与该软件组合和(或)一并分发的其他软件需符合下述条件的任何许可(例如开源软件许可):(i)以源代码的形式披露或分发;(ii)许可用于制作衍生作品;或者(iii)可免费再分发。 “政府机构”指任何国家政府、地方政府或外国政府,或者任何国际机构(各种情况下均包括任何中央银行、财政机构、税务机构或金融机构);任何特区、州级、省级、县级、市级政府或者其辖区下的其他政府机构;任何政府机关、机构、部委或者拥有任何上述机构官方权力的任何机构或人员,包括可行使任何行政、立法、司法、监管或管理职能的任何法庭、仲裁庭、委员会或事业单位,以及任何证券交易所的职能部门。 “政府机构客户”指属于以下范围的实体或者机构: (i) 政府机关、法院、具有政府行政职能的事业单位、由中国政府拨款的公共机构和需遵守中国政府采购法律的任何其他机关或机构,或者 (ii) 在任何关键基础设施领域运营的国有企业。 “国有企业”指由任何中国政府机构直接或间接控制的任何企业或法律实体。 “中国大陆”仅为本协议之目的,指中华人民共和国大陆地区,不包括香港特别行政区、澳门特别行政区和台湾地区。 本协议规定了贵方的权利以及贵方可使用本软件的条件。贵方应审阅整份协议,包括软件随附的任何补充许可条款和任何附有链接的条款,因为所有这些条款均非常重要,且这些条款共同构成适用于贵方的本协议。贵方可将链接粘贴在浏览器窗口以审阅附有链接的条款。 接受本协议或使用软件,即表示贵方同意所有条款。如果贵方不接受或不遵守该等条款,贵方不得使用软件或其功能属性。贵方可联系设备制造商确认退货政策,根据该等政策对软件或设备进行退货,并获得退款或抵扣金额。该等政策可能要求贵方在对软件进行退货时,将安装了软件的整个设备一并退回(如有),以获得相应退款或抵扣金额,贵方必须遵守该等政策。 1. 概述 (1)适用性 本协议适用于预装在贵方设备上的 Windows 10 神州网信政府版、贵方取得软件的介质(如有)、软件中包含的任何字体、图标、图像或声音文件,以及神州网信对软件的任何更新、升级、补充或服务,但随附其他条款另有规定的除外。本协议还适用于提供邮件、通讯录、音乐和照片等功能的应用程序,这些应用程序包含在本软件当中,是本软件的一部分。如果本协议的某些条款所规定的功能属性或服务在贵方的设备上不可用,则该等条款不适用。 (2)其他条款 贵方对特定功能属性、服务和应用程序的使用可能还适用神州网信和第三方的其他条款,具体情况取决于贵方设备的性能、配置以及贵方如何使用设备。请务必阅读这些条款。 (a)一些 Windows 10 神州网信政府版应用程序提供在线服务的接入点或依赖于在线服务,使用这些服务有时需遵守单独的条款和隐私政策,例如网页(document.cmgos.com/services)中的神州网信服务协议。贵方可通过查看服务使用条款或应用程序中的设置(视情况而定)阅读这些条款和政策。服务不一定在所有地区可用。 (b)微软、神州网信、制造商或安装方可能包括其他应用程序,这些应用程序将受限于单独的许可条款和隐私政策。 (c)软件包括根据网页(document.cmgos.com/legal/adobeflash)中Adobe Systems Incorporated制定的条款授予许可的Adobe Flash Player。Adobe和Flash是Adobe Systems Incorporated在美国和/或其他国家的注册商标或商标。 (d)软件可能包括第三方程序,这些程序根据本协议或其自身的条款许可给贵方。第三方程序的许可条款、注意事项和确认声明(如有),可在网页(document.cmgos.com/legal/thirdpartynotices)中查看。 2. 安装和使用的权利 (1)许可 软件仅予许可,不予出售。根据本协议,授予贵方在贵方设备(经许可的设备)上安装及运行一例软件仅用于自身使用的权利,每次一人使用,前提是贵方遵守本协议的所有条款。利用来自神州网信或授权渠道的软件对非正版软件进行更新或升级,不会使此前的版本或经更新/升级后的版本成为正版,且在此情形下,贵方没有使用软件的许可。 (2)设备 在本协议中,“设备”指配备了能够运行软件的内部存储设备的硬件系统(无论实体还是虚拟)。硬件分区或刀片视为设备。 (3)限制 设备制造商或安装方和神州网信保留本协议中未明示授予的所有权利(如知识产权法律项下的权利)。例如,本许可未赋予贵方下述任何权利,且贵方不得: (a)将软件用于除内部使用以外的其他目的,包括但不限于向第三方提供商业共享或其他软件共享安排; (b)单独使用或虚拟化软件的功能属性; (c)发行、复制(经允许的备份复制除外)、租用、租赁或出借、通过信息网络传播或以其他任何方式向第三方提供或供第三方使用软件或其任何部分; (d)转让、销售、转售、分发、营销、转许可、分许可或以其他方式处置或向第三方提供软件或其任何部分(本协议允许的除外); (e)对软件或其任何部分进行修改或翻译或分拆软件的组件或将软件的任何部分分开用于任何目的; (f)限制、破坏、避开软件中的任何技术限制或约束或神州网信提供的任何用户信息或任何其他最终用户文件的限制,或寻找变通方法; (g)将软件作为服务器软件使用,将软件用于商业宿主,使软件可供多位用户在同一个网络中同时使用,在服务器上安装软件并允许用户远程接入,或将软件安装在一个设备上仅供远程用户使用; (h)对软件或其任何部分进行反向工程、反向编译或反汇编或其他试图从软件导出程序源代码的行为,或试图如此行事,但下述情况除外:(i)适用法律所明确允许的;(ii)对可能被纳入软件的开源组件的使用作出规定的许可条款所允许的;或(iii)对包含在软件内且与软件相关联的GNU宽通用公共许可证项下许可的任何程序库的变更进行调试所需的; (i)删除、增添、遮盖、修改、组合、或以其他任何方式变更软件包含的任何版权、商标、专利或其他专有权声明; (j)导致软件、微软和神州网信提供的任何软件或材料的任何部分需遵守除外许可的任何条款;以及 (k)当使用基于互联网的功能属性时,贵方对这些功能属性的使用不得以任何方式妨碍任何其他人对这些功能属性的使用,也不得以未授权的方式试图接入或使用任何服务、数据、账号或网络。 (4)多个应用场景 (a)多个版本 如果贵方所取得的软件提供了多个版本(例如32位版本和64位版本),贵方一次仅可安装并激活其中一个版本。 (b)多个连接或池化连接 贵方用于复用连接或池化连接的硬件或软件,或者贵方用于减少接入或使用软件的设备数量或用户数量的硬件或软件,不会减少贵方所需许可的数量。贵方只有在获得贵方所使用的每一例软件的许可的情况下,方可使用该等硬件或软件。 (c)设备连接 为了使用下述软件功能属性,贵方可允许最多20个其他设备接入安装在经许可的设备上的软件:文件服务、打印服务、互联网信息服务、以及经许可的设备上的网络连接共享和电话服务。贵方可允许任何数量的设备接入安装在经许可的设备上的软件进行设备间数据同步。但本条并不表示贵方有权在任何该等设备上安装软件或使用软件的主要功能(本条所列功能属性除外)。 (d)虚拟环境中的使用 本许可仅允许贵方在一个设备上安装使用一例软件,无论该设备是实体的还是虚拟的。如果贵方希望在超过一个虚拟设备上使用软件,贵方必须为每一例使用单独获得许可。 (e)远程接入 贵方可指定单一用户作为经许可的用户在实体环境中使用经许可的设备,每90天指定次数不超过一次。经许可的用户可利用远程接入技术从另一部设备接入经许可的设备。其他用户可在不同的时间利用远程接入技术从另一部设备接入经许可的设备,但该等设备仅可以是单独获得许可运行相同版本或更高版本的本软件的设备。 (f)远程协助 贵方可在未获得任何软件额外许可的情况下利用远程协助技术共享一个活动会话。远程协助允许一位用户直接连接另一位用户的计算机,通常是为了更正问题。 3. 隐私;同意使用数据 贵方的隐私对于我们至关重要。这些功能属性中,许多可在用户界面关闭,或者贵方可选择不使用这些功能属性。接受本协议,使用软件,即表示贵方同意神州网信收集、使用相关信息。 4. 转让 贵方可将使用软件的许可直接转让给另一位用户,但仅限于与经许可的设备一同转让,且转让时必须具备包含产品密钥的正版 Windows 10 神州网信政府版标签。在进行任何经允许的转让之前,另一方必须同意本协议适用于该转让和软件的使用。 5. 授权软件和激活 贵方只有在获得正式许可且已通过正版产品密钥或其他授权方法正式激活软件的情况下,方可获得授权使用本软件。软件在没被激活的情况下,有些功能可能会被限制和/或不可用。在激活(或因贵方的设备组件变更而可能触发的再激活)过程中,软件可能认定被安装的该例软件为伪造品、未获正式许可或包含未经授权的变更。如果激活失败,软件将试图自行修复,以正版神州网信软件代替任何被篡改的软件。贵方也可能收到提示,提示贵方应获得软件的正式许可。成功激活并不证明软件为正版软件或已获得正式许可。贵方不得回避或绕开激活。特定更新、支持和其他服务可能仅提供给正版神州网信软件的用户。 6. 更新 软件会定期检查系统和应用程序更新,并为贵方下载安装这些更新。贵方仅可从神州网信获得更新,且为了向贵方提供更新,神州网信可能需要更新贵方的系统。接受本协议,即表示贵方同意在未经任何额外通知的情况下接收此类自动更新。 7. 陈述与保证 作为使用本软件的条件,贵方在此陈述并同意: (1)贵方,在适用法律允许的最大范围内,微软、其关联方或供应商不对因产品的销售、使用或支持所引起的(无论是直接的、间接的,还是后果性的)任何损害赔偿承担责任,微软亦不因上述行为做出任何保证的免责声明; (2)贵方理解,向政府机构客户提供产品支持的是神州网信,并非是微软、微软的关联方或其任何供应商; (3)贵方和使用软件的贵方的关联机构,均属于“政府机构客户”的定义范围内,且将仅为贵方或其关联机构的自身内部用途使用软件,不会将软件用于其他任何目的。贵方将向神州网信或其许可经销商、设备制造商书面告知其购买和使用本软件的关联机构名单; (4)于贵方在取得或使用软件时所使用的任何数据、软件程序或服务,贵方拥有必要的权利,且该等活动不会侵犯任何第三方的知识产权或其他权益; (5)贵方在使用软件时,将遵守本许可协议,不会侵犯任何第三方的权利,也不会导致或拟导致微软对神州网信或微软和/或神州网信对任何第三方承担任何其他义务; (6)贵方将仅以符合所有适用法律法规的方式使用软件; (7)贵方理解,不得将产品或产品的任何一部分向任何第三方进行分许可、转售、销售、营销或者以其他方式进行处置; (8)贵方理解,本许可协议的某些条款,除为神州网信的利益而设以外,也为微软及其关联机构、其许可人和供应商的利益而设,上述各方都有权自行要求适当地履行该等条款; (9)根据神州网信制订和提供的激活说明(详见操作系统快速指南)来激活软件; (10)贵方将只为贵方和总部设于中国大陆境内的贵方的关联机构购买软件,许可给政府机构客户及其关联机构使用的软件只可在中国大陆境内运行。最多只能有5%的软件可采用简体中文以外的语言运行。此项限制并不禁止短期在中国境外差旅时在便携设备上使用软件。就本条而言,任何关键基础设施领域的国有企业的关联机构,必须是有独立法人资格的实体,不得是分部、科室或业务部门; (11)贵方确认并同意,神州网信有权因为政府机构客户严重违反许可条款而对产品许可予以终止。如果政府机构客户在三十(30)日的通知期内不纠正违约,终止在神州网信发出书面终止通知后三十(30)日内生效。 8. 地域和出口限制 许可给贵方的软件限于在中国大陆地区使用,而且贵方仅可在中国大陆地区激活该软件。贵方需遵守该软件适用的中国法律以及国际法律和法规,包括中国以及美国出口管理条例、国际武器贸易条例以及中国和美国政府对目的地、终端用户和最终用途的限制。有关地域和出口限制的更详尽信息,请见网页(document.cmgos.com/legal/exporting)。 9. 支持和退款程序 关于软件的一般事项,请联系设备制造商或安装方了解支持选项。请参考软件所附支持编号。关于从神州网信直接获得的更新和补充,神州网信可为经正式许可的软件提供一定范围的支持服务。为明确起见,关于本软件的全部支持和服务事宜将由神州网信、设备制造商或安装方提供,并非由微软或微软的关联机构或供应商提供。 如果贵方希望退款,请联系设备制造商或安装方确认其退款政策。该等政策可能要求贵方在对软件进行退货时,将安装了软件的整个设备一并退回,以获得退款,贵方必须遵守该等政策。 10. 知识产权 (1)知识产权归属 本软件(包括但不限于本软件中所含的任何图像、照片、动画、文字和附加程序、随附的印刷材料、及本软件的任何副本)的一切所有权和知识产权,均归微软、神州网信或相关供应商(视情况而定)所有。本协议没有任何内容授予贵方享有本软件的所有权权益,除根据本协议的条款使用本软件外,本协议不赋予贵方任何其他权利。 贵方同意并承诺,不会采取任何有损于微软、神州网信或相关供应商(视情况而定)对本软件享有的合法权利的行为。 贵方确认本软件包含了微软和/或神州网信的商业秘密和专有信息。因此贵方应采取足够的措施保护本软件,并保证在未经微软和/或神州网信授权的情况下本软件的任何部分或内容不会被透露给任何第三方使用。 (2)知识产权侵权索赔的辩护 (a)如果中国大陆境内有第三方主张 Windows 10 神州网信政府版侵犯其版权、商标或专利权,或者盗用其商业秘密,而因此提出法律诉讼,神州网信将在法律诉讼中为贵方辩护。如果该等诉讼的最终判决(或者微软或神州网信同意的和解协议)属于不利的结果,神州网信将为贵方支付赔偿。但前提是:(i)贵方应立即书面通知设备制造商、安装方或神州网信该等侵权指控;(ii)设备制造商、安装方或神州网信对该等指控的辩护和/或和解具有完全唯一的控制权;(iii)贵方应提供合理协助;(iv)未经设备制造商、安装方或神州网信事先书面同意,贵方自行决定或产生的费用及和解赔偿金,设备制造商、安装方或神州网信概不负责。“盗用”和“商业秘密”这两个术语根据《与贸易(包括假冒商品贸易)有关的知识产权协议》第39.2条的规定,“盗用”指“蓄意非法使用”,“商业秘密”指“非公开信息”所对应的具体含义。 (b)微软和/或神州网信的辩护和赔偿义务不适用于:(i)将软件产品与非神州网信提供的产品、数据或程序一起使用;(ii)非神州网信提供的软件、产品、数据或程序的使用而导致的损害;(iii)未经神州网信同意进行修改;(iv)未经微软和/或神州网信或其关联方同意,擅自使用微软和/或神州网信或其关联方的商标;(v)就商业秘密而言,贵方以不正当的手段,或自对商业秘密承担保密义务或限制使用义务的第三方等方式取得商业秘密。如果因此类索赔而产生任何费用或损害,贵方将向微软和/或神州网信做出赔偿。 (c)如果贵方收到第三方关于本软件侵犯其著作权、商标权、专利权或商业秘密的指控,微软和/或神州网信有权但无义务(i)取得使用软件产品的必要许可以解决该指控;(ii)以具有相同功能的软件产品替换本软件;(iii)修改本软件以使其不构成侵权。本条规定的救济措施,是贵方在出现第三方提出关于侵权和商业秘密盗用的索赔时可唯一享有的救济措施。 11. 管辖法律和争议解决 (1)管辖法律 本协议受中国大陆法律并据此解释。 (2)争议解决 有关本协议或因本协议产生的任何争议应通过友好协商解决。如果无法在60天内以友好方式解决争议,任何一方可以将争议提交中国国际经济贸易仲裁委员会根据其届时有效的仲裁规则在北京进行仲裁。所有仲裁程序应以中文进行。仲裁裁决为终局裁决,对双方具有约束力,且胜诉方可向有适格司法管辖权的任何法院申请强制执行该裁决。败诉方应支付所有仲裁费用和开支及另一方在仲裁中产生的律师费和开支(包括申请强制执行的费用)。仲裁庭将无权裁定任何惩罚性、后果性、特殊、间接或惩戒性损害赔偿,且每一方均放弃该损害赔偿。就所有其他方面而言,仲裁庭可裁决适用法律许可且其认为公正和衡平的任何补偿。就该裁决的判决可在任何有司法管辖权的法院执行。任何一方均不得反对本条项下的任何裁决由位于强制执行裁决的司法管辖区的法院执行。 12. 其他注意事项 (1)网络、数据和互联网的使用 软件的一些功能属性以及通过软件接入的一些服务可能要求贵方的设备连接互联网。贵方的接入和使用(包括费用)可能受限于贵方的蜂窝网络或互联网供应商协议的条款。软件的特定功能属性可帮助贵方更高效地接入互联网,但软件的使用计算方法可能有别于贵方服务供应商的测算方法。贵方始终对以下事项负责:(i)了解并遵守贵方自己的方案和协议的条款,以及(ii)因使用或接入网络(包括公共/开放网络)而产生的任何问题。贵方可以使用软件连接网络并分享这些网络的接入信息,但前提是贵方获得允许。 (2)H.264/AVC和MPEG-4视觉标准及VC-1视频标准 软件可能包含H.264/MPEG-4 AVC和/或VC-1解码技术。MPEG LA, L.L.C.要求遵守以下注意事项: 本产品的许可依据AVC、VC-1和MPEG-4 PART 2视觉专利组合许可予以授权,供消费者个人非商业用途的使用,用于(i)在遵守上述标准(简称“视频标准”)的前提下对视频进行编码,和/或(ii)对从事个人非商业活动的消费者编码的AVC、VC-1和MPEG-4 PART 2视频和/或从经许可提供AVC、VC-1和MPEG-4 PART 2视频的视频供应商处获得的该等视频进行解码。不得因任何其他用途授予任何许可或暗示任何许可。欲获取更多信息,请访问 MPEG LA, L.L.C.网页(document.cmgos.com/legal/mpegla)。 13. 完整协议 本协议(包括印刷版许可条款或者设备制造商或安装方、神州网信或第三方提供的且贵方使用的软件的任何补充、更新和服务随附的其他条款)和本协议所载网页链接中包含的条款构成约束软件及任何该等补充、更新和服务(设备制造商或安装方、神州网信或第三方对该等补充、更新和服务另行规定其他条款的除外)的完整协议。贵方的软件运行后,贵方可在软件内的设置-系统-关于处审阅本协议。贵方还可通过在浏览器地址栏输入本协议所载的任何网页URL地址审阅网页上的条款,且贵方同意以此方法审阅条款。贵方同意在使用软件或服务之前阅读本协议及相关条款,包括任何附有链接的条款。贵方理解,使用软件和服务,即表示贵方认可本协议和附有链接的条款。本协议中还包括提供信息类的链接。包含注意事项和有约束力的条款的链接为: ·隐私声明 (document.cmgos.com/legal/privacystatement) ·神州网信服务协议 (document.cmgos.com/services) ·Adobe Flash Player许可条款 (document.cmgos.com/legal/adobeflash) 14. 协议的终止 如贵方严重违反本协议且在收到要求采取补救措施的书面通知后30日内未进行补救并达到神州网信的合理满意程度,则神州网信有权直接或通过其许可经销商和设备制造商立即终止本协议,并要求贵方赔偿由此给神州网信及其许可经销商或设备制造商造成的损失。 本协议终止后,贵方必须停止使用本软件,并且按照神州网信或许可经销商和设备制造商的要求返还或销毁本软件及其所有备份。且贵方还必须立即支付本协议项下到期未付的全部款项。 有限保修 设备制造商或安装方保证,正式许可的软件将按照软件附带的任何软件产品资料(包括用户手册)上载明的情况运行。在本有限保修的90天期限内,如果贵方直接从神州网信获得更新或补充,神州网信为该等更新或补充提供本有限保修。本有限保修不适用于由于贵方自身原因造成的、因贵方未遵守使用指南、使用不当、应用不当、未经第三方和/或神州网信授权擅自修改、第三方产品故障、网络故障、硬件设备故障等而引起的或因意外或在制造商或安装方或神州网信合理控制之外的事件造成的问题。有限保修自第一位用户取得软件起开始,为期90天。贵方可能从制造商或安装方或神州网信取得的任何补充、更新或替换软件,在该90天期限内亦享受有限保修服务,但仅限于该90天期限的剩余时间或限于30天(以时间较长者为准)。转让软件不会延长有限保修。 除非适用法律要求,设备制造商或安装方、神州网信和/或第三方不提供任何其他明示保证、担保或条件。设备制造商或安装方、神州网信和/或第三方排除包括但不限于适销性、适合于特定用途和不侵权方面的所有默示保证和条件。如果贵方当地法律不允许排除默示保证,则任何默示保证、担保或条件仅在有限保修期内提供,并限于在贵方当地法律允许的情况。如果贵方当地法律要求更长时间的有限保修期,则尽管本协议有规定,以更长的保修期为准,但贵方仅能获得本协议规定的补救措施。 如果设备制造商或安装方违反了其有限保修规定,则其将自行选择以下其中一种措施:(i)免费修理或更换软件,或者(ii)接受软件退货(或按其自行选择,接受预安装了软件的设备退货),并退还所支付的金额(如有)。设备制造商或安装方亦可修理或更换软件的补充、更新和替换品,或退还贵方已对其支付的金额(如有)。此为设备制造商或安装方或神州网信的唯一义务和贵方对违反保修规定所享有的唯一补救措施。 除设备制造商或安装方或神州网信可能提供的任何修理、更换或退款服务以外,贵方不得根据本有限保修、本协议的任何其他部分或任何理论获得任何损害赔偿或其他补救措施,包括利润亏损、收入的损失、业务中断或损失、商业信息、数据、预期收入或商誉损失、或直接的、后果性的、特别的、间接的、附带的或惩罚性的损害赔偿,设备制造商、安装方、神州网信或第三方对此不承担任何责任。即使发生以下情况,本协议中的损害排除和补救措施限制仍适用:修理、更换或退款不能充分补偿贵方的任何损失,制造商或安装方、神州网信或第三方明知或本来应该知道可能会发生损害,或补救措施未能达到其基本目的。如果贵方当地法律允许贵方从制造商或安装方、神州网信或第三方获得损害赔偿,不论是关于软件的任何问题,还是因违约、违反保证、严格责任、过失或其他侵权情况而提出的索赔,即使在本协议不允许的情况下,贵方不得获得高于贵方对软件实际支付的金额(或如果贵方免费获得软件,则最高不超过50美元)的赔偿。 保修流程 关于服务或退款,贵方必须提供贵方的购买凭证,并遵守制造商或安装方的退货政策,该等政策可能要求贵方在对软件进行退货时,将安装了软件的整个设备一并退回;权威认证商标,包括产品密钥(如随设备提供),必须依然保持贴附。 欲了解如何获得软件的保修服务,请通过随设备提供的地址或免费电话号码联系设备制造商或安装方。 用户确认 贵方已阅读、理解并同意本协议的所有条款。 Windows®是微软公司在中国和其他国家的注册商标。神州网信®是神州网信技术有限公司的注册商标。