[Solved] If you add a non-LTSC package to LTSC, what happens when Windows updates?

Discussion in 'Windows 10' started by Heero14, Apr 23, 2023.

  1. Heero14

    Heero14 MDL Novice

    Aug 28, 2011
    19
    15
    0
    #1 Heero14, Apr 23, 2023
    Last edited: Apr 27, 2023
    Hi, I use Windows 10 LTSC 2021 and lately I've discovered Dolby Atmos for Headphones. However, I don't know if my Dolby Atmos is working as intended because LTSC doesn't come with DolbyDecMFT.dll (Media Foundation Dolby Digital Decoders). Note that I actually have no idea if DolbyDecMFT.dll is even needed for Dolby Atmos for Headphones.
    EDIT: Yes it's needed. Also, try turning off exclusive mode for your headphones if you still have issues.

    I've seen here that you can add Dolby to LTSC with Dism:

    Code:
    dism /Online /Add-Package /PackagePath:C:\1\Multimedia-RestrictedCodecsDolby-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum
    dism /Online /Add-Package /PackagePath:C:\2\Multimedia-RestrictedCodecsDolby-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum
    dism /Online /Add-Package /PackagePath:C:\3\Multimedia-RestrictedCodecsDolby-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1.mum
    dism /Online /Add-Package /PackagePath:C:\3\Multimedia-RestrictedCodecsDolby-WOW64-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1.mum
    However, as you can see, it will only be version 19041.1.

    I'm wondering, if you do that, what happens if you update Windows after that? Will Dolby get updated as well, or will it be ignored? Or, will something get corrupted? I'm interested in finding what the simplest way of updating Dolby on LTSC would be, but I need basic understanding of how Windows update works before embarking on that.
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,201
    90,738
    340
    No, Most components in the Cumulative Update are devided per Edition
    updated Dolby components will be skipped for LTSC
     
  3. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,923
    150

    I think that until 1607 (LTSB 2016) any package installed is updated by WU, no question asked. Including packages made for servers like the deduplication.

    After that the packages don't matching the SKU are ignored and left to to the version you installed manually.

    Keep in mind that DISM and WU are moving targets and constantly evolved, so it's possible that in recent version the situation has changed or may change in the future, leading say to break WU updates altogether.
     
  4. Heero14

    Heero14 MDL Novice

    Aug 28, 2011
    19
    15
    0
    #4 Heero14, Apr 24, 2023
    Last edited: Apr 26, 2023
    (OP)
    All right, thank you for the replies. I've been doing a lot of searching on this forum and trying to learn how to do stuff. I think I'm close to success, but I have some questions. I also don't know if the way I did it is the most optimal.

    1. I started by using UUP dump to get a build of Win 10 Pro with the latest updates. I extracted the contents of the resulting .iso and mounted the install.wim with DISM.

    2. Using AuntyMel's sxs script, I extracted the following six packages from Windows\servicing\Packages:
    Code:
    Multimedia-RestrictedCodecsDolby-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum
    Multimedia-RestrictedCodecsDolby-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.1.mum
    Multimedia-RestrictedCodecsDolby-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1.mum
    Multimedia-RestrictedCodecsDolby-WOW64-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1.mum
    Multimedia-RestrictedCodecsDolby-Package~31bf3856ad364e35~amd64~~10.0.19041.2788.mum
    Multimedia-RestrictedCodecsDolby-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.2673.mum
    3. The two packages that are up-to-date (2788 & 2673) had 'f' and 'r' folders inside them. I deleted those.

    The result for four of them was a folder with update.mum, update.cat, two .manifest files and a folder with DolbyDecMFT.dll inside. Example:
    Code:
    amd64_microsoft-windows-dolbyatmosdecmft_31bf3856ad364e35_10.0.19041.2788_none_2e2cd060c85b0db6
    amd64_microsoft-windows-dolbyatmosdecmft_31bf3856ad364e35_10.0.19041.2788_none_2e2cd060c85b0db6.manifest
    amd64_multimedia-restrict..ecsdolby-deployment_31bf3856ad364e35_10.0.19041.2788_none_1d1158dcbe37155a.manifest
    update.cat
    update.mum
    Question #1: For the two packages that have "en-US" in their name, I only got three files. Is this normal? What are these en-US packages for anyways? Example:
    Code:
    amd64_multimedia-restrict..oyment-languagepack_31bf3856ad364e35_10.0.19041.1_en-us_4be98ec8016556e6.manifest
    update.cat
    update.num
    Question #2: If I want to use cabarc.exe to make .cab files for each, as an example I do this:
    Code:
    cabarc.exe -m LZX:21 -r -p N Multimedia-RestrictedCodecsDolby-Package~31bf3856ad364e35~amd64~~10.0.19041.2788.cab *.*
    However, the resulting .cab file has the DolbyDecMFT.dll pulled out of its folder and placed alongside the other files:
    Code:
    amd64_microsoft-windows-dolbyatmosdecmft_31bf3856ad364e35_10.0.19041.2788_none_2e2cd060c85b0db6.manifest
    amd64_multimedia-restrict..ecsdolby-deployment_31bf3856ad364e35_10.0.19041.2788_none_1d1158dcbe37155a.manifest
    DolbyDecMFT.dll
    update.cat
    update.num
    Is it supposed to do that?
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,201
    90,738
    340
    Just extract the latest Cumulative Update, and add the updated packages
     
  6. Heero14

    Heero14 MDL Novice

    Aug 28, 2011
    19
    15
    0
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,201
    90,738
    340
    #7 abbodi1406, Apr 25, 2023
    Last edited: Apr 26, 2023
    Code:
    set KB=kb5025221
    mkdir .\%KB%
    expand.exe -f:*Windows*.cab *%KB%*.msu . >nul
    expand.exe -f:* *%KB%*.cab %KB% >nul
    del /f /q *%KB%*.cab 2>nul
    cd %KB%
    expand.exe -f:* *Windows*.cab . 1>nul 2>nul
    expand.exe -f:* *for*.cab . 1>nul 2>nul
    del /f /q *.cab *.ini toc.xml 2>nul
     
  8. Heero14

    Heero14 MDL Novice

    Aug 28, 2011
    19
    15
    0
    This is a batch script, right? When I run it, all it does is create a directory called kb5025221 and the only things that are inside are toc.xml, update.cat and update.mum.
    What am I doing wrong?
     
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,201
    90,738
    340
    Fixed above, retry
     
  10. Heero14

    Heero14 MDL Novice

    Aug 28, 2011
    19
    15
    0
    #10 Heero14, Apr 26, 2023
    Last edited: Apr 26, 2023
    (OP)
    It extracted everything, but adding packages with DISM still doesn't work. Inside the folders, there are only "f" and "r" folders with .dll files in them. I don't know what to do with those.
    This is the DISM command that I use:
    Code:
    Dism /Online /Add-Package /PackagePath:E:\kb5025221\Multimedia-RestrictedCodecsDolby-Package~31bf3856ad364e35~amd64~~10.0.19041.2788.mum
    Dism /Online /Add-Package /PackagePath:E:\kb5025221\Multimedia-RestrictedCodecsDolby-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.2673.mum
     
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,201
    90,738
    340
    CU are PSFX format since Win10 1809
    you must add RestrictedCodecsDolby packages 10.0.19041.1 first
     
  12. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    Did not work on Windows 10 EnterpriseS (OS Build 19041.1). :confused:

    Code:
    Microsoft Windows [Version 10.0.19041.1]
    (c) 2019 Microsoft Corporation. All rights reserved.
    
    C:\Windows\system32>Dism /Online /Add-Package /PackagePath:C:\Multimedia-RestrictedCodecsDolby-Package-amd64-10.0.19041.1.cab
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Multimedia-RestrictedCodecsDolby-Package~31bf3856ad364e35~amd64~~10.0.19041.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\Windows\system32>Dism /Online /Add-Package /PackagePath:C:\Multimedia-RestrictedCodecsDolby-Package-amd64-10.0.19041.1-en-US.cab
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Multimedia-RestrictedCodecsDolby-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\Windows\system32>Dism /Online /Add-Package /PackagePath:C:\Multimedia-RestrictedCodecsDolby-WOW64-Package-amd64-10.0.19041.1.cab
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Multimedia-RestrictedCodecsDolby-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\Windows\system32>Dism /Online /Add-Package /PackagePath:C:\Multimedia-RestrictedCodecsDolby-WOW64-Package-amd64-10.0.19041.1-en-US.cab
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Multimedia-RestrictedCodecsDolby-WOW64-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\Windows\system32>Dism /Online /Add-Package /PackagePath:C:\Extracted\Multimedia-RestrictedCodecsDolby-Package~31bf3856ad364e35~amd64~~10.0.19041.2788.mum
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Multimedia-RestrictedCodecsDolby-Package~31bf3856ad364e35~amd64~~10.0.19041.2788
    [==========================100.0%==========================]
    An error occurred - Multimedia-RestrictedCodecsDolby-Package Error: 0x800f081f
    
    Error: 0x800f081f
    
    DISM failed. No operation was performed.
    For more information, review the log file.
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    
    C:\Windows\system32>Dism /Online /Add-Package /PackagePath:C:\Extracted\Multimedia-RestrictedCodecsDolby-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.2673.mum
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.1
    
    Image Version: 10.0.19041.1
    
    Processing 1 of 1 - Adding package Multimedia-RestrictedCodecsDolby-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.2673
    [==========================100.0%==========================]
    An error occurred - Multimedia-RestrictedCodecsDolby-WOW64-Package Error: 0x800f081f
    
    Error: 0x800f081f
    
    DISM failed. No operation was performed.
    For more information, review the log file.
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
     
  13. Heero14

    Heero14 MDL Novice

    Aug 28, 2011
    19
    15
    0
    They're already added.
    Code:
    --------------------------------------------------------------------------------------------------- | ---------- | --------------- | ----------------
    Package Identity                                                                                    | State      | Release Type    | Install Time
    --------------------------------------------------------------------------------------------------- | ---------- | --------------- | ----------------
    Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.1949 | Installed  | OnDemand Pack   | 30/09/2022 18:59
    Microsoft-OneCore-DirectX-Database-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.1                 | Installed  | OnDemand Pack   | 07/12/2019 9:51
    Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.2846          | Installed  | Language Pack   | 11/04/2023 22:47
    Microsoft-Windows-FodMetadata-Package~31bf3856ad364e35~amd64~~10.0.19041.1                          | Installed  | Feature Pack    | 07/12/2019 9:49
    Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.19041.1                           | Installed  | Foundation      | 07/12/2019 9:18
    Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~amd64~~10.0.19041.1889                        | Installed  | OnDemand Pack   | 30/09/2022 18:59
    Microsoft-Windows-InternetExplorer-Optional-Package~31bf3856ad364e35~amd64~~11.0.19041.1566         | Installed  | OnDemand Pack   | 30/09/2022 18:59
    Microsoft-Windows-LanguageFeatures-Basic-en-ca-Package~31bf3856ad364e35~amd64~~10.0.19041.1         | Installed  | OnDemand Pack   | 30/09/2022 0:13
    Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1         | Installed  | OnDemand Pack   | 07/12/2019 9:50
    Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1   | Installed  | OnDemand Pack   | 07/12/2019 9:50
    Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1           | Installed  | OnDemand Pack   | 07/12/2019 9:50
    Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1        | Installed  | OnDemand Pack   | 07/12/2019 9:50
    Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~amd64~~10.0.19041.1  | Installed  | OnDemand Pack   | 07/12/2019 9:50
    Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~~10.0.19041.2846                       | Installed  | OnDemand Pack   | 11/04/2023 22:47
    Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1                     | Installed  | OnDemand Pack   | 07/12/2019 9:51
    Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.746                        | Installed  | OnDemand Pack   | 06/10/2021 13:58
    Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1                     | Installed  | OnDemand Pack   | 07/12/2019 9:51
    Microsoft-Windows-MSPaint-FoD-Package~31bf3856ad364e35~wow64~~10.0.19041.1                          | Installed  | OnDemand Pack   | 07/12/2019 9:51
    Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~~10.0.19041.1                      | Installed  | OnDemand Pack   | 29/09/2022 23:57
    Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.488                   | Installed  | OnDemand Pack   | 06/10/2021 13:58
    Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1865                       | Installed  | OnDemand Pack   | 30/09/2022 19:00
    Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1                     | Installed  | OnDemand Pack   | 07/12/2019 9:51
    Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~wow64~~10.0.19041.1                          | Installed  | OnDemand Pack   | 07/12/2019 9:51
    Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1              | Installed  | OnDemand Pack   | 07/12/2019 9:51
    Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.1                   | Installed  | OnDemand Pack   | 07/12/2019 9:51
    Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1              | Installed  | OnDemand Pack   | 07/12/2019 9:51
    Microsoft-Windows-PowerShell-ISE-FOD-Package~31bf3856ad364e35~wow64~~10.0.19041.1                   | Installed  | OnDemand Pack   | 07/12/2019 9:51
    Microsoft-Windows-Printing-PMCPPC-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1             | Installed  | OnDemand Pack   | 07/12/2019 9:52
    Microsoft-Windows-Printing-PMCPPC-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1806               | Installed  | OnDemand Pack   | 30/09/2022 19:00
    Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.906              | Installed  | OnDemand Pack   | 06/10/2021 13:58
    Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.2604                  | Installed  | OnDemand Pack   | 15/02/2023 3:53
    Microsoft-Windows-QuickAssist-Package~31bf3856ad364e35~amd64~~10.0.19041.2846                       | Installed  | OnDemand Pack   | 11/04/2023 22:47
    Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1                   | Installed  | OnDemand Pack   | 07/12/2019 9:51
    Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~amd64~~10.0.19041.746                      | Installed  | OnDemand Pack   | 06/10/2021 13:58
    Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1                   | Installed  | OnDemand Pack   | 07/12/2019 9:51
    Microsoft-Windows-StepsRecorder-Package~31bf3856ad364e35~wow64~~10.0.19041.1                        | Installed  | OnDemand Pack   | 07/12/2019 9:51
    Microsoft-Windows-TabletPCMath-Package~31bf3856ad364e35~amd64~~10.0.19041.2193                      | Installed  | OnDemand Pack   | 09/11/2022 2:21
    Microsoft-Windows-UserExperience-Desktop-Package~31bf3856ad364e35~amd64~~10.0.19041.2788            | Installed  | OnDemand Pack   | 11/04/2023 22:47
    Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1                     | Installed  | OnDemand Pack   | 07/12/2019 9:51
    Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1682                       | Installed  | OnDemand Pack   | 30/09/2022 19:00
    Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~wow64~en-US~10.0.19041.1                     | Installed  | OnDemand Pack   | 07/12/2019 9:51
    Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~wow64~~10.0.19041.1                          | Installed  | OnDemand Pack   | 07/12/2019 9:51
    Multimedia-RestrictedCodecsDolby-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1                  | Installed  | Language Pack   | 26/04/2023 22:24
    Multimedia-RestrictedCodecsDolby-Package~31bf3856ad364e35~amd64~~10.0.19041.1                       | Installed  | Feature Pack    | 26/04/2023 22:23
    Multimedia-RestrictedCodecsDolby-WOW64-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1            | Installed  | Language Pack   | 26/04/2023 22:24
    Multimedia-RestrictedCodecsDolby-WOW64-Package~31bf3856ad364e35~amd64~~10.0.19041.1                 | Installed  | Feature Pack    | 26/04/2023 22:23
    OpenSSH-Client-Package~31bf3856ad364e35~amd64~~10.0.19041.964                                       | Installed  | OnDemand Pack   | 06/10/2021 13:58
    Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4400.1                                        | Superseded | Update          | 06/10/2021 13:44
    Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4614.6                                        | Installed  | Update          | 15/02/2023 3:53
    Package_for_KB5003791~31bf3856ad364e35~amd64~~19041.1237.1.3                                        | Installed  | Update          | 06/10/2021 13:44
    Package_for_KB5012170~31bf3856ad364e35~amd64~~19041.1880.1.1                                        | Installed  | Security Update | 02/10/2022 10:00
    Package_for_RollupFix~31bf3856ad364e35~amd64~~19041.2846.1.6                                        | Installed  | Security Update | 11/04/2023 22:47
    Package_for_ServicingStack_1940~31bf3856ad364e35~amd64~~19041.1940.1.0                              | Installed  | Update          | 30/09/2022 18:51
    Package_for_ServicingStack_2180~31bf3856ad364e35~amd64~~19041.2180.1.0                              | Installed  | Update          | 09/11/2022 2:13
    Package_for_ServicingStack_2300~31bf3856ad364e35~amd64~~19041.2300.1.0                              | Installed  | Update          | 13/12/2022 20:58
    Package_for_ServicingStack_2664~31bf3856ad364e35~amd64~~19041.2664.1.4                              | Installed  | Update          | 15/03/2023 3:31
    Package_for_ServicingStack_2780~31bf3856ad364e35~amd64~~19041.2780.1.0                              | Installed  | Update          | 11/04/2023 22:22
    Package_for_ServicingStack~31bf3856ad364e35~amd64~~19041.1220.1.0                                   | Installed  | Security Update | 06/10/2021 13:43
    
    The operation completed successfully.
    What happens when I try to add the updated one:
    Code:
    PS C:\Windows\system32> Dism /Online /Add-Package /PackagePath:E:\Downloads\kb5025221\Multimedia-RestrictedCodecsDolby-Package~31bf3856ad364e35~amd64~~10.0.19041.2788.mum
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.844
    
    Image Version: 10.0.19044.2846
    
    Processing 1 of 1 - Adding package Multimedia-RestrictedCodecsDolby-Package~31bf3856ad364e35~amd64~~10.0.19041.2788
    [==========================100.0%==========================]
    An error occurred - Multimedia-RestrictedCodecsDolby-Package Error: 0x800f081f
    
    Error: 0x800f081f
    
    DISM failed. No operation was performed.
    For more information, review the log file.
    
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
     
  14. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,201
    90,738
    340
    I see

    then you should use the baseless cab/psf
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,693
    14,421
    340
    #18 xinso, Apr 27, 2023
    Last edited: Apr 28, 2023
    Congrats.
     
  16. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,349
    2,522
    120
    or follow
    https://forums.mydigitallife.net/th...lby-atmos-and-others-and-updated-dolby.86260/
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...