Windows 11 Tweaks, Fixes and Modifications [Overview]

Discussion in 'Windows 11' started by Enthousiast, Jul 1, 2021.

  1. sizen

    sizen MDL Member

    Jun 4, 2009
    200
    108
    10
    It seems that winre has become a must-have in 24H2.
     
  2. sizen

    sizen MDL Member

    Jun 4, 2009
    200
    108
    10
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{F874310E-B6B7-47DC-BC84-B9E6B38F5903}]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{F874310E-B6B7-47DC-BC84-B9E6B38F5903}]
     
  3. dafob

    dafob MDL Junior Member

    Feb 10, 2008
    68
    106
    0
    #1683 dafob, Jun 3, 2024
    Last edited: Jun 4, 2024
    After days of researching and trying different things, I was able to restore Dolby AC-3 codec to the native Media Player in 24H2.

    1. Refer to this post and download the Base Dolby package and updated Dolby Package (Note that there is an error in the script for the base package; refer to this post for the fix).
    2. After installing those packages, go to MSMG Toolkit download page -> Packs -> Apps -> W10 -> and download Microsoft.DolbyAudioExtensions_1.0.61521.0_x64__8wekyb3d8bbwe.appx

    Code:
    DISM /online /Add-ProvisionedAppxPackage /PackagePath:Microsoft.DolbyAudioExtensions_1.0.61521.0_x64__8wekyb3d8bbwe.appx /SkipLicense
    I know you can install the LAVFilters and other media players like VLC to play AC3 files, but I wanted a way to get it back into the native Media Player.

    If anyone knows a better way to restore the Dolby and AC-3 codecs, please share...

    EDIT: ...a better method here, thanks to @pm67310 .
     
  4. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,770
    1,004
    180
    The second item in the menu.
     
  5. GeRmAnOs

    GeRmAnOs MDL Junior Member

    Aug 12, 2015
    82
    49
    0
    There is only one option on right click, says `go to settings`
     

    Attached Files:

  6. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,770
    1,004
    180
    I have two :
     

    Attached Files:

  7. GeRmAnOs

    GeRmAnOs MDL Junior Member

    Aug 12, 2015
    82
    49
    0
    Is this 24H2 26100.712?
     
  8. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,770
    1,004
    180
    #1688 cuteee, Jun 4, 2024
    Last edited: Jun 4, 2024
    No, 22631.3672.

    You right! In 26100.712 there is one item in the menu. I think it's bug.
     
  9. boe323

    boe323 MDL Expert

    Jul 19, 2011
    1,991
    673
    60
    thats because 24h2 has a scrollable feature... no editing/adding because they already pinned in scroll
     
  10. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,770
    1,004
    180
    #1690 cuteee, Jun 6, 2024
    Last edited: Jun 6, 2024
    The scrollable feature has delete/adding feature by right click on tile and click the second item on the menu.
     
  11. GeRmAnOs

    GeRmAnOs MDL Junior Member

    Aug 12, 2015
    82
    49
    0
    But for god sake, why i need to have flight mode on my desktop machine:mad:
     
  12. Jingzin

    Jingzin MDL Addicted

    Nov 10, 2021
    666
    536
    30
    in case you took your desktop pc on an airplane ? hello ?
     
  13. GeRmAnOs

    GeRmAnOs MDL Junior Member

    Aug 12, 2015
    82
    49
    0
    You got it right, Microsoft logic:wallhead:
     
  14. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,828
    7,137
    150
    #1694 Dark Vador, Jun 8, 2024
    Last edited: Jun 8, 2024
    if you don't use XBOX & OneSync
    run this script to disable their services.

    Code:
    Get-Service | ? Name -match "FileSyncHelper|OneSyncSvc|OneDrive Updater Service|^OneSyncSvc_*^" | % {
      Stop-Service -name $_.ServiceName -Force
      Set-Service -name $_.ServiceName -StartupType Disabled -ErrorAction SilentlyContinue
      [Microsoft.Win32.Registry]::SetValue("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\$_.ServiceName","Start",4,[Microsoft.Win32.RegistryValueKind]::DWord)
    }
    
    Get-Service | ? Name -match "XblAuthManager|XblGameSave|xboxgip|XboxGipSvc|XboxNetApiSvc" | % {
      Stop-Service -name $_.ServiceName -Force
      Set-Service -name $_.ServiceName -StartupType Disabled -ErrorAction SilentlyContinue
      [Microsoft.Win32.Registry]::SetValue("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\$_.ServiceName","Start",4,[Microsoft.Win32.RegistryValueKind]::DWord)
    }
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,208
    738
    90
    Hello

    When installing W11 24h2, there is an option "Previous version of Setup" (to have the old interface)

    [​IMG]

    Using an autounattend file, is it possible to add this option with autounattend (or another way, registry key, etc...) ?

    Thanks for your help
     

    Attached Files:

  16. EPRob

    EPRob MDL Expert

    Jul 23, 2009
    1,528
    752
    60
    Just delete the services. Run each in command prompt:

    sc delete "XblAuthManager"

    sc delete "XblGameSave"

    sc delete "xboxgip"

    sc delete "XboxGipSvc"

    sc delete "XboxNetApiSvc"

    sc delete "FileSyncHelper"

    sc delete "OneSyncSvc"

    sc delete "OneDrive Updater Service"

    sc delete "OneSyncSvc"


    Use same format to delete any other service.
     
  17. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,875
    3,149
    120
    Tested multiple trick not found atm

    The best are use windows 11 23h2 iso as base and replace install.wim or install.esd with install.wim from 24h2
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,208
    738
    90
    #1698 tistou77, Jun 11, 2024
    Last edited: Jun 11, 2024
    Thanks for help, I'll test but not sure if it works

    EDIT : Tested and it works, thank you very much for the info
     
  19. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,828
    7,137
    150
    Update my tweak script link here
    replace nsudo with better s**t,
    nsudo fail in ltsc & Windows 11
    i replace every command to fix it
    but now will work fine,
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,828
    7,137
    150
    updated mode for process monitor,
    to catch more system changes, list new added:
    sudo.exe, powershell.exe, openconsole.exe,PS~_ise.exe, SystemSettingsAdminFlows.exe
     

    Attached Files:

    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...