1. deinstalleer de update
    Windows update --> Geschiedenis --> KB5026372 --> installatie ongedaan maken
  2. Powershell openen als admin: 
  3. Uitvoeren:
    Set-ExecutionPolicy Unrestricted -Force
    Install-Module -Name PSWindowsUpdate -Confirm:$False
    Import-Module -Name PSWindowsUpdate -Force
    Hide-WindowsUpdate -KBArticleID "KB5026372" -confirm:$false
    Remove-WindowsUpdate -KBArticleID "KB5026372" -IgnoreReboot
  4. Herstart pc
  5. Testen