Update 23H2 to 24H2 always fails 0xC1900101 - 0x30017 out of options


I have been comparing the driver versions between the laptop that accepted 24H2 and the laptop that is stuck on 23H2 and found something really strange.
Even though I used a very recent version of the Realtek set up program from the Realtek site some of the drivers on the problematic laptop are still very old, older even than the laptop that accepted the 24H2 update. This makes no sense. I have marked the old drivers in red in the image. I'm going to delete these drivers and update them from the version on the Acer site to see what happens. The Smart Sound Driver that you asked me to reinstall is much newer.

1745431031960.webp
 

My Computer

System One

  • OS
    Windows 11
I have been comparing the driver versions between the laptop that accepted 24H2 and the laptop that is stuck on 23H2 and found something really strange.
Even though I used a very recent version of the Realtek set up program from the Realtek site some of the drivers on the problematic laptop are still very old, older even than the laptop that accepted the 24H2 update. This makes no sense. I have marked the old drivers in red in the image. I'm going to delete these drivers and update them from the version on the Acer site to see what happens. The Smart Sound Driver that you asked me to reinstall is much newer.

View attachment 132047
Hi!
When i try to search for updates i use Windows Update trough Powershell.

Save this code as batch and run like admin:

Code:
@echo off
powershell.exe "Set-ExecutionPolicy Unrestricted -force"
@echo Y|powershell.exe Install-Module PSWindowsUpdate -Verbose
@echo Y|powershell.exe Install-Module PSWindowsUpdate -Verbose
powershell.exe Import-Module PSWindowsUpdate -Verbose >nul
@echo A|powershell.exe Download-WindowsUpdate -AcceptAll -Download -ForceDownload -install -Forceinstall -Verbose
powershell.exe "Set-ExecutionPolicy Default -force"
pause

There is a duplicade line but it need it!

If there is drives to update it will find.

You can enable it to in Windows Update when it search for updates by running this commands on command prompt like admin:

Code:
powershell.exe New-Item -Path 'HKLM:\SOFTWARE\Microsoft\WindowsUpdate\UX' -Name 'Settings' -ErrorAction SilentlyContinue >nul
powershell.exe New-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\WindowsUpdate\UX' -Name 'IsConvergedUpdateStackEnabled' -PropertyType dword -Value '0' -force
powershell.exe New-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings' -Name 'AllowMUUpdateService' -PropertyType dword -Value '1' -force
powershell.exe New-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings' -Name 'IsContinuousInnovationOptedIn' -PropertyType dword -Value '1' -force

I prefer Powershell.

For intel i use this: Intel® Driver & Support Assistant

JUst install it and it check for updates for intel hardware.
 

Attachments

  • Captura de ecrã 2025-04-23 200751.webp
    Captura de ecrã 2025-04-23 200751.webp
    84.3 KB · Views: 1
  • Captura de ecrã 2025-04-23 200542.webp
    Captura de ecrã 2025-04-23 200542.webp
    58 KB · Views: 1

My Computer

System One

  • OS
    Windows 11 Pro for Workstations
    Computer type
    Laptop
    Manufacturer/Model
    Acer
    CPU
    13th Gen Intel(R) Core(TM) i7-1355U 1.70 GHz
    Memory
    16GB
    Graphics Card(s)
    Intel(R) Iris(R) Xe Graphics
    Sound Card
    Realtek Audio
    Monitor(s) Displays
    Monitor PnP Genérico
    Hard Drives
    KINGSTON_OM8SEP4512Q-AA
    Internet Speed
    1000MBps
1) If possible temporarily find alternative hardware for Logitech > uninstall Logitech drivers

If alternative hardware is not available then reinstall:

lmoufilt Logicool SetPoint KMDF Mouse Filter Driver c:\windows\system32\drivers\lmoufilt.sys


2) Create a new restore point.


3) Restart WDV with all customized tests except:

[ ] 0x00000004 Simulação de recursos baixos aleatória.
[ ] 0x00000004 Randomized low resources simulation.


If there is no immediate BSOD then open administrative command prompt and copy and paste:

verifier /querysettings

Post a share link.


For any BSOD post a new V2 share link into the newest post.


4) Run WDV for several hours > if there are no BSOD then turn off WDV


5) Open administrative command prompt and copy and paste:

schtasks.exe /Run /TN "\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser"

reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\TargetVersionUpgradeExperienceIndicators" /s

Post a share link.





6) If the results report a hold then plan to wait until Compatibility issues with Intel Smart Sound Technology drivers appears on resolved issues:



Only devices with both an Intel 11th Gen Core processors and an Intel SST driver version of 10.29.0.5152 or 10.30.0.5152 are affected by this issue.


The computer has:
Processador 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz, 2419 Mhz, 4 Núcleo(s), 8 Processador(es) Lógico(s)
10.29.0.11516


Code:
Nome    Tecnologia Intel® Smart Sound para microfones digitais
Fabricante    Intel(R) Corporation
Status    OK
Identificação de dispositivo PNP    INTELAUDIO\CTLR_DEV_A0C8&LINKTYPE_02&DEVTYPE_00&VEN_8086&DEV_AE20&SUBSYS_146A1025&REV_10EC\5&28C11B04&0&0000DIF_000A&UIF_0000
Driver    C:\WINDOWS\SYSTEM32\DRIVERSTORE\FILEREPOSITORY\INTCDMIC.INF_AMD64_A616E4ACFCC1EB12\INTCDMIC.SYS (10.29.0.11516, 766,96 KB (785.368 bytes), 16/04/2025 19:50)
   
Nome    Tecnologia Intel® Smart Sound para áudio USB
Fabricante    Intel(R) Corporation
Status    OK
Identificação de dispositivo PNP    INTELAUDIO\CTLR_DEV_A0C8&LINKTYPE_06&DEVTYPE_06&VEN_8086&DEV_AE50&SUBSYS_146A1025&REV_0001\0603DIF_000A&UIF_0000
Driver    C:\WINDOWS\SYSTEM32\DRIVERSTORE\FILEREPOSITORY\INTCUSB.INF_AMD64_C0CD7E49204848B2\INTCUSB.SYS (10.29.0.11516, 916,96 KB (938.968 bytes), 16/04/2025 19:50)




7) Once you decide to upgrade:

a) detach any non-Windows disk drive

b) attach the flash drive with the new MCT

c) perform an in place upgrade repair using the MCT on the flash drive:

 
Last edited:

My Computer

System One

  • OS
    Windows 10
    Computer type
    Laptop
    Manufacturer/Model
    HP
    CPU
    Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
    Motherboard
    Product : 190A Version : KBC Version 94.56
    Memory
    16 GB Total: Manufacturer : Samsung MemoryType : DDR3 FormFactor : SODIMM Capacity : 8GB Speed : 1600
    Graphics Card(s)
    NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
    Sound Card
    IDT High Definition Audio CODEC; PNP Device ID HDAUDIO\FUNC_01&VEN_111D&DEV_76E0
    Hard Drives
    Model Hitachi HTS727575A9E364
    Antivirus
    Microsoft Defender
    Other Info
    Mobile Workstation
1) If possible temporarily find alternative hardware for Logitech > uninstall Logitech drivers

If alternative hardware is not available then reinstall:

lmoufilt Logicool SetPoint KMDF Mouse Filter Driver c:\windows\system32\drivers\lmoufilt.sys

Wireless mouse uninstalled. Using Microsoft wired mouse.

2) Create a new restore point.
Done

3) Restart WDV with all customized tests except:

[ ] 0x00000004 Simulação de recursos baixos aleatória.
[ ] 0x00000004 Randomized low resources simulation.


If there is no immediate BSOD then open administrative command prompt and copy and paste:

Immediate BSOD


 

My Computer

System One

  • OS
    Windows 11
1) Uninstall or uninstall and reinstall:

elgatovirtualcamera Elgato Virtual Camera Service c:\windows\system32\drivers\elgatovirtualcamera.sys


2) Create a new restore point.


3) Restart WDV with the same customized tests



4) If there is no immediate BSOD then open administrative command prompt and copy and paste:

verifier /querysettings

Post a share link.


For any BSOD post a new V2 share link into the newest post.



5) Run WDV for several hours > if there are no BSOD then turn off WDV



6) Open administrative command prompt and copy and paste:

schtasks.exe /Run /TN "\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser"

reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\TargetVersionUpgradeExperienceIndicators" /s

Post a share link.
 

My Computer

System One

  • OS
    Windows 10
    Computer type
    Laptop
    Manufacturer/Model
    HP
    CPU
    Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
    Motherboard
    Product : 190A Version : KBC Version 94.56
    Memory
    16 GB Total: Manufacturer : Samsung MemoryType : DDR3 FormFactor : SODIMM Capacity : 8GB Speed : 1600
    Graphics Card(s)
    NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
    Sound Card
    IDT High Definition Audio CODEC; PNP Device ID HDAUDIO\FUNC_01&VEN_111D&DEV_76E0
    Hard Drives
    Model Hitachi HTS727575A9E364
    Antivirus
    Microsoft Defender
    Other Info
    Mobile Workstation

My Computer

System One

  • OS
    Windows 11
How come LMouFilt.Sys was reinstalled?

crash time: Wed Apr 23 16:20:07.092 2025 (UTC - 5:00)

lmoufilt Logicool SetPoint KMDF Mouse Filter Driver c:\windows\system32\drivers\lmoufilt.sys


Code:
LMouFilt.Sys Wed Oct 14 07:08:32 2020 (5F86EA40)
 

My Computer

System One

  • OS
    Windows 10
    Computer type
    Laptop
    Manufacturer/Model
    HP
    CPU
    Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz
    Motherboard
    Product : 190A Version : KBC Version 94.56
    Memory
    16 GB Total: Manufacturer : Samsung MemoryType : DDR3 FormFactor : SODIMM Capacity : 8GB Speed : 1600
    Graphics Card(s)
    NVIDIA Quadro K3100M; Intel(R) HD Graphics 4600
    Sound Card
    IDT High Definition Audio CODEC; PNP Device ID HDAUDIO\FUNC_01&VEN_111D&DEV_76E0
    Hard Drives
    Model Hitachi HTS727575A9E364
    Antivirus
    Microsoft Defender
    Other Info
    Mobile Workstation
How come LMouFilt.Sys was reinstalled?

crash time: Wed Apr 23 16:20:07.092 2025 (UTC - 5:00)

lmoufilt Logicool SetPoint KMDF Mouse Filter Driver c:\windows\system32\drivers\lmoufilt.sys


Code:
LMouFilt.Sys Wed Oct 14 07:08:32 2020 (5F86EA40)

I did mention that I reinstalled the wireless mouse in my last post.
Uninstalled wireless mouse and no Elgato camera.
Now running verifier.
No BSOD.
Will leave it for a couple of hours.

 

My Computer

System One

  • OS
    Windows 11
OK It ran verifier for over 3h and the check compatibility didn't show any problems.
I'm going to try the update.
 

My Computer

System One

  • OS
    Windows 11
Back
Top Bottom