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

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

  1. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,620
    Trophy Points:
    450
    @abbodi1406 is already busy fixing it.
     
  2. longbatom

    longbatom MDL Novice

    Joined:
    Oct 1, 2009
    Messages:
    7
    Likes Received:
    0
    Trophy Points:
    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. fch1993

    fch1993 MDL Member

    Joined:
    Mar 14, 2020
    Messages:
    143
    Likes Received:
    38
    Trophy Points:
    10
  4. Exe Csrss

    Exe Csrss MDL Senior Member

    Joined:
    Dec 9, 2020
    Messages:
    393
    Likes Received:
    348
    Trophy Points:
    10
    Lol. I just run cmd as TrustedInstaller and type
    Code:
    sc stop WinDefend
    sc delete WinDefend
    del %systemroot%\System32\MsMpEng.exe /f /q
    
     
  5. ch100

    ch100 MDL Addicted

    Joined:
    Sep 11, 2016
    Messages:
    629
    Likes Received:
    523
    Trophy Points:
    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.
     
  6. damianfox

    damianfox MDL Senior Member

    Joined:
    Jan 23, 2011
    Messages:
    339
    Likes Received:
    217
    Trophy Points:
    10
    Curious, which nVIDIA driver are we all using for this 21H2 ?
     
  7. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,620
    Trophy Points:
    450
  8. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,620
    Trophy Points:
    450
  9. Euclid

    Euclid MDL Novice

    Joined:
    Jul 24, 2009
    Messages:
    41
    Likes Received:
    16
    Trophy Points:
    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?
     
  10. Euclid

    Euclid MDL Novice

    Joined:
    Jul 24, 2009
    Messages:
    41
    Likes Received:
    16
    Trophy Points:
    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.
     
  11. ch100

    ch100 MDL Addicted

    Joined:
    Sep 11, 2016
    Messages:
    629
    Likes Received:
    523
    Trophy Points:
    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.
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Joined:
    Feb 19, 2011
    Messages:
    12,067
    Likes Received:
    55,424
    Trophy Points:
    340
  13. Enthousiast

    Enthousiast MDL Tester

    Joined:
    Oct 30, 2009
    Messages:
    35,561
    Likes Received:
    59,620
    Trophy Points:
    450
    Updated the Updates section at the OP:)
     
  14. Euclid

    Euclid MDL Novice

    Joined:
    Jul 24, 2009
    Messages:
    41
    Likes Received:
    16
    Trophy Points:
    0
    I'm wondering if Windows Server (SAC) Build 20348 is already available (preferably as an ISO)?
     
  15. ch100

    ch100 MDL Addicted

    Joined:
    Sep 11, 2016
    Messages:
    629
    Likes Received:
    523
    Trophy Points:
    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.
     
  16. luzea

    luzea MDL Expert

    Joined:
    Apr 25, 2019
    Messages:
    1,002
    Likes Received:
    1,770
    Trophy Points:
    60
    no, that’s just Windows Server without GUI
     
  17. cbsvitzer

    cbsvitzer MDL Member

    Joined:
    Feb 4, 2010
    Messages:
    120
    Likes Received:
    72
    Trophy Points:
    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 :)
     
  18. ch100

    ch100 MDL Addicted

    Joined:
    Sep 11, 2016
    Messages:
    629
    Likes Received:
    523
    Trophy Points:
    30
    Unless something completely unexpected will happen, it is final.
     
  19. ch100

    ch100 MDL Addicted

    Joined:
    Sep 11, 2016
    Messages:
    629
    Likes Received:
    523
    Trophy Points:
    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.
     
  20. Euclid

    Euclid MDL Novice

    Joined:
    Jul 24, 2009
    Messages:
    41
    Likes Received:
    16
    Trophy Points:
    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).