- deinstalleer de update
Windows update --> Geschiedenis --> KB5026372 --> installatie ongedaan maken - Powershell openen als admin:
- 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 - Herstart pc
- Testen