[DISCUSSION] Server 2022 LTSC (21H2) 20348.1 (fe_release)

Discussion in 'Windows Server' started by Enthousiast, Mar 2, 2021.

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,356
    106,760
    450
    @abbodi1406 is already busy fixing it.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. longbatom

    longbatom MDL Novice

    Oct 1, 2009
    11
    3
    0
    Code:
    D:\>DISM /Get-ImageInfo /ImageFile:ServerStandard_en-us.esd
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20348.1
    
    Details for image : ServerStandard_en-us.esd
    
    Index : 1
    Name : Windows Setup Media
    Description : Windows Setup Media
    Size : 283,201,379 bytes
    
    Index : 2
    Name : Microsoft Windows Recovery Environment (amd64)
    Description : Microsoft Windows Recover Environment (amd64)
    Size : 2,403,644,669 bytes
    
    Index : 3
    Name : Windows Server 2022 Standard (Desktop Experience)
    Description : This option installs the full Windows graphical environment, consuming extra drive space. It can be useful if you want to use the Windows desktop or have an app that requires it.
    Size : 14,719,064,381 bytes
    
    The operation completed successfully.
    
    D:\>DISM /Export-Image /SourceImageFile:ServerStandard_en-us.esd /SourceIndex:3 /DestinationImageFile:SvrStd.wim /Compress:max
    
    Deployment Image Servicing and Management tool
    Version: 10.0.20348.1
    
    Exporting image
    [==========================100.0%==========================]
    The operation completed successfully.
    
     
  3. Lol. I just run cmd as TrustedInstaller and type
    Code:
    sc stop WinDefend
    sc delete WinDefend
    del %systemroot%\System32\MsMpEng.exe /f /q
    
     
  4. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    841
    707
    30
    Weird enough, my test Windows 2022 require the same update for .NET Framework twice, once for Windows Server, version 1903 and later and another one for Azure Stack HCI.
    It is exactly the same update but it is presented as being different by having different update id.
    It is likely only to satisfy the Windows Update detection and not relevant to the functionality of the system.
     
  5. damianfox

    damianfox MDL Senior Member

    Jan 23, 2011
    423
    310
    10
    Curious, which nVIDIA driver are we all using for this 21H2 ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,356
    106,760
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,356
    106,760
    450
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Euclid

    Euclid MDL Novice

    Jul 24, 2009
    44
    19
    0
    I have installed the latest Windows Server 2022 "Preview", build 20348.51. When I go to the Settings - Windows Update, I do see that there are 2 policies configured on this device:
    - Download the updates and notify me when the updates are ready to install
    Source: Administrator
    Type: Group Policy
    - Set Automatic Update options
    Source: Administrator
    Type: Group Policy

    However, when I go to the Local Group Policies (gpedit.msc) and then look at the "All Settings", no group policy has been configured.

    How do I remove these group policies the Windows Update is telling me about?
     
  9. Euclid

    Euclid MDL Novice

    Jul 24, 2009
    44
    19
    0
    #290 Euclid, Jun 9, 2021
    Last edited: Jun 9, 2021
    Replying to myself. It seems there was a registry value set here:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU

    Removing it, removed the "group policies" and the messages in Windows Update.
     
  10. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    841
    707
    30
    The clean way to do it is to actually set the relevant Group Policy to a value, Apply and then unset the same Group Policy.
    The Group Policy of interest is Configure Automatic Updates.

    The registry key orphaned from the equivalent Group Policy appears due to a utility named sconfig which you can launch from a Command Prompt Run As Administrator.
    That utility is meant to configure the Core versions of the server without a GUI, but it is functional in the GUI versions too.
     
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    50,356
    106,760
    450
    Updated the Updates section at the OP:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. Euclid

    Euclid MDL Novice

    Jul 24, 2009
    44
    19
    0
    I'm wondering if Windows Server (SAC) Build 20348 is already available (preferably as an ISO)?
     
  13. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    841
    707
    30
    When you install from the ISO which is available, you have the option to install without a GUI. That one is the SAC version or at least equivalent.
     
  14. no, that’s just Windows Server without GUI
     
  15. cbsvitzer

    cbsvitzer MDL Senior Member

    Feb 4, 2010
    254
    162
    10
    Does anyone here believe, that Windows Server 2022 build 20348 is going to be final?
    I've already put 20348.51 on my main desktop, and it's super stable :)
     
  16. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    841
    707
    30
    Unless something completely unexpected will happen, it is final.
     
  17. ch100

    ch100 MDL Addicted

    Sep 11, 2016
    841
    707
    30
    This is LTSC, would not the Core version be considered SAC for the build?
    Hard to say, you may be right because the LTSC builds seem to be disconnected now from the SAC builds.
     
  18. Euclid

    Euclid MDL Novice

    Jul 24, 2009
    44
    19
    0
    He is right. LTSC without GUI isn't the same as SAC. You also won't be able to upgrade any previous SAC versions with the LTSC version (GUI or non GUI).