Dressurausbildung Daniel Köck

Dresssurausbildung Koeck

Bewertung: 5 / 5

Stern aktivStern aktivStern aktivStern aktivStern aktiv
 

Update, am 23.11.2017

Microsoft stellt Bugfix zur Verfügung:

https://www.catalog.update.microsoft.com/Search.aspx?q=KB4055038

https://www.catalog.update.microsoft.com/Search.aspx?q=KB4055254

Update am 30.11 2017

https://catalog.update.microsoft.com/v7/site/Search.aspx?q=KB4051963

 

Das betrifft die Versionen KB4048957 für Windows 7, KB4048958 für Windows 8.1 sowie KB4048954 und KB4048955 von Windows 10.

Also Updates vorerst wieder deinstallieren, bis Microsoft eine Lösung dafür hat.

wusa.exe /uninstall /kb:4048955 /norestart /quiet

oder mit Powershell:

 $RemoveMe = "KB4048954","KB4048955"
$HotFixes = Get-HotFix | Sort HotFixID
$HotFixes | % {
     if ($_.HotFixID -in $RemoveMe) {
         "Removing Hotfix: $($_.HotfixId)"
         Invoke-Expression "cmd.exe /c wusa.exe /uninstall /kb:$($_.HotfixId.Replace('KB','')) /quiet /norestart"
     }
 }

Quelle: https://www.heise.de/newsticker/meldung/Windows-Update-legt-Nadeldrucker-lahm-3891900.html

Copyright © winxperts4all.com. All Rights Reserved.