Issues might occur with media which installs the October or November update when using media to install Windows 11 version 24H2 the device might remain in a state where it cannot accept further Windows security updates. This occurs only when the media is created to include the October 2024 or November 2024 security updates as part of the installation (these updates were released between October 8 2024 and November 12 2024)
Windows PowerShell
Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.
PS C:\Users\Administrator> net stop wuauserv
PS C:\Users\Administrator> net stop cryptSvc
PS C:\Users\Administrator> net stop bits
PS C:\Users\Administrator> ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
PS C:\Users\Administrator> ren C:\Windows\System32\catroot2 Catroot2.old
PS C:\Users\Administrator> net start wuauserv
PS C:\Users\Administrator> net start cryptSvc
PS C:\Users\Administrator> net start bits
PS C:\Users\Administrator> netsh winsock reset
PS C:\Users\Administrator> exit
Restart
PS C:\Users\Administrator> Dism /Online /Cleanup-Image /CheckHealth
PS C:\Users\Administrator> Dism /Online /Cleanup-Image /ScanHealth
PS C:\Users\Administrator> DISM /Online /Cleanup-Image /RestoreHealth
PS C:\Users\Administrator> sfc /scannow




