Are these typos also: No Should it be moving them to "C:\Azure\Windows\WinSxS\" ?? No Should be moving them to C:\STANDARD\Windows\WinSxS\
A1: Yes. But not easy, and won't match completely. A4: I'd rather use Server as Client Workstation. But that's another topic.
1. What do you mean with "Server as Client Workstation"? 2. Is there a way to install server features in client builds? I want to experiment a bit with this
A2: You could try https://forums.mydigitallife.net/th...crosoft-windows-10.57189/page-42#post-1773970 and https://forums.mydigitallife.net/th...20348-1-fe_release.83200/page-60#post-1775221 .
Code: Windows Update Edition Windows 10 Pro Version 21H2 Installed on 2/4/2023 OS build 20348.1 Experience Windows Feature Experience Pack 120.27512.10351.0 Update history > Driver Updates (14) > Definition Updates (1) Security Intelligence Update for Microsoft Defender Antivirus - KB2267602 (Version 1.381.3126.0) Suceesfully installed on 2/4/2023 > Other Updates (1) Windows Malicious Software Removal Tool x64 - v5.109 (KB890830) Suceesfully installed on 2/4/2023 No other updates are offered - You're up to date
I meant the monthly cumulative updates, not Windows Defender (which can be updated separately anyways)
There are NO Client 20348.1 cumulative update packages & server cumulative update packages [modded with Pro settings] don't work.
#10475 is made with my abandoned old scrip. Now I temporarily added these three lines: Code: echo. echo Adding updates dism /english /scratchdir:temp /image:%MT% /add-package:files\update\SSU-17763.3641-x64.cab dism /english /scratchdir:temp /image:%MT% /add-package:files\update\Windows10.0-KB5020866-x64.cab dism /english /scratchdir:temp /image:%MT% /add-package:files\update\Windows10.0-KB5022286-x64.cab Code: ================================================================================================== Converting 17763.1 Windows ServerDatacenter to EnterpriseS Workstation amd64 en-US ================================================================================================== Mounting image Adding ServerDatacenter in EnterpriseS style Removing ServerDatacenter Removing packages Adding .NET Framework 4.8 Enabling feature : ServerMediaFoundation Enabling feature : WirelessNetworking Current Edition : EnterpriseS Adding updates Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_ServicingStack_3641~31bf3856ad364e35~amd64~~17763.3641.1.1 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4010.2 [==========================100.0%==========================] The operation completed successfully. Deployment Image Servicing and Management tool Version: 10.0.19041.746 Image Version: 10.0.17763.1 Processing 1 of 1 - Adding package Package_for_RollupFix~31bf3856ad364e35~amd64~~17763.3887.1.7 [==========================100.0%==========================] The operation completed successfully. Resetting base Unmounting image Optimizing image ================================================================================================== 17763.3887 Windows EnterpriseS Workstation amd64 en-US has been successfully created ================================================================================================== WIM Information: -------------------------------------------------------------------------------------------------- NAME="Windows EnterpriseS Workstation" DESCRIPTION="Windows EnterpriseS Workstation" FLAGS="EnterpriseS_Workstation" DISPLAYNAME="Windows EnterpriseS Workstation" DISPLAYDESCRIPTION="17763.3887 Windows EnterpriseS Workstation" -------------------------------------------------------------------------------------------------- Press any key to continue . . .
4 new packages of 20348.1 Server: Code: <update name="bd9833e75c6cbe56570e1479116435c3"> <package contained="false" integrate="hidden"> <assemblyIdentity name="Microsoft-Windows-Servicing-Full-Package" version="10.0.20348.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> <update name="334f5dd0b3b77e7e3e8e29ada992d544"> <package contained="false" integrate="hidden"> <assemblyIdentity name="Microsoft-Windows-Servicing-Core-X86-Package" version="10.0.20348.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update> <update name="1908f97b486d8d33a93ad8a76d762af2"> <package contained="false" integrate="hidden"> <assemblyIdentity name="Microsoft-Windows-RDC-Package" version="10.0.20348.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> <selection name="MSRDC-Infrastructure" state="false" /> </package> </update> <update name="d2e8bfc86d2596c94d4cba5fa1f287b7"> <package contained="false" integrate="hidden"> <assemblyIdentity name="Microsoft-Windows-RDC-WOW64-Package" version="10.0.20348.1" processorArchitecture="amd64" language="neutral" buildType="release" publicKeyToken="31bf3856ad364e35" /> </package> </update>