Seite 1 von 2

Update für Windows Security platform-Antischadsoftwareplattform – KB5007651 (Version 1.0.2402.27001)

Verfasst: 30.03.2024, 11:21
von Andi
Hallo

Update für Windows Security platform-Antischadsoftwareplattform – KB5007651 (Version 1.0.2402.27001) wird bei mir nach jeden Neustart wieder installiert.

Was kann ich tun?

LG Andi

Re: Update für Windows Security platform-Antischadsoftwareplattform – KB5007651 (Version 1.0.2402.27001)

Verfasst: 30.03.2024, 11:32
von Holgi

Re: Update für Windows Security platform-Antischadsoftwareplattform – KB5007651 (Version 1.0.2402.27001)

Verfasst: 30.03.2024, 11:45
von Andi
Ich blick da nicht durch. Was kann ich tun?

Re: Update für Windows Security platform-Antischadsoftwareplattform – KB5007651 (Version 1.0.2402.27001)

Verfasst: 30.03.2024, 11:55
von Holgi
hast du das Powershell Script aus meinem vorherigem Beitrag ausgeführt?

Re: Update für Windows Security platform-Antischadsoftwareplattform – KB5007651 (Version 1.0.2402.27001)

Verfasst: 30.03.2024, 12:00
von Andi

Code: Alles auswählen

$arch = Get-WMIObject -Klasse Win32_Processor -ComputerName LocalHost | Select-Object AddressWidth

Write-Host "1. Stoppen der Windows Update-Dienste..."
Stop-Service -Name BITS
Stop-Service -Name wuauserv
Stop-Service -Name appidsvc
Stop-Service -Name cryptsvc

Write-Host "2. Entfernen Sie die QMGR-Datendatei..."
remove-item "$env:allusersprofile\Anwendungsdaten\Microsoft\Network\Downloader\qmgr*.dat" -ErrorAction SilentlyContinue

Write-Host "3. Umbenennen der Softwareverteilung und des CatRoot-Ordners..."
Rename-Item $env:systemroot\SoftwareDistribution SoftwareDistribution.bak -ErrorAction SilentlyContinue
Rename-Item $env:systemroot\System32\Catroot2 catroot2.bak -ErrorAction SilentlyContinue

Write-Host "4. Altes Windows Update-Protokoll wird entfernt ..."
Remove-Item $env:systemroot\WindowsUpdate.log -ErrorAction SilentlyContinue

Write-Host "5. Zurücksetzen der Windows Update Services auf Defualt-Einstellungen..."
"sc.exe sdset Bits D:(A;; CCLCSWRPWPDTLOCRRC;;; SY)(A;; CCDCLCSWRPWPDTLOCRSDRCWDWO;;; BA)(A;; CCLCSWLOCRRC;;; AU)(A;; CCLCSWRPWPDTLOCRRC;;; PU)"
"sc.exe sdset wuauserv D:(A;; CCLCSWRPWPDTLOCRRC;;; SY)(A;; CCDCLCSWRPWPDTLOCRSDRCWDWO;;; BA)(A;; CCLCSWLOCRRC;;; AU)(A;; CCLCSWRPWPDTLOCRRC;;; PU)"

Set-Location $env:systemroot\system32

Write-Host "6. Registrieren einiger DLLs ..."
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
regsvr32.exe /s shdocvw.dll
regsvr32.exe /s browseui.dll
regsvr32.exe /s jscript.dll
regsvr32.exe /s VBScript.dll
regsvr32.exe /s scrrun.dll
regsvr32.exe /s msxml.dll
regsvr32.exe /s msxml3.dll
regsvr32.exe /s msxml6.dll
regsvr32.exe /s actxprxy.dll
regsvr32.exe /s softpub.dll
regsvr32.exe /s wintrust.dll
regsvr32.exe /s dssenh.dll
regsvr32.exe /s rsaenh.dll
regsvr32.exe /s gpkcsp.dll
regsvr32.exe /s sccbase.dll
regsvr32.exe /s slbcsp.dll
regsvr32.exe /s cryptdlg.dll
regsvr32.exe /s oleaut32.dll
regsvr32.exe /s ole32.dll
regsvr32.exe /s shell32.dll
regsvr32.exe /s initpki.dll
regsvr32.exe /s wuapi.dll
regsvr32.exe /s wuaueng.dll
regsvr32.exe /s wuaueng1.dll
regsvr32.exe /s wucltui.dll
regsvr32.exe /s wups.dll
regsvr32.exe /s wups2.dll
regsvr32.exe /s wuweb.dll
regsvr32.exe /s qmgr.dll
regsvr32.exe /s qmgrprxy.dll
regsvr32.exe /s wucltux.dll
regsvr32.exe /s muweb.dll
regsvr32.exe /s wuwebv.dll

Write-Host "7) Zurücksetzen der WinSock..."
Netsh Winsock zurücksetzen
netsh winhttp proxy zurücksetzen

Write-Host "8) Löschen Sie alle BITS-Jobs..."
Get-BitsTransfer | Remove-BitsTransfer

Write-Host "9) Windows Update Services wird gestartet..."
Start-Service -Name BITS
Start-Service -Name wuauserv
Start-Service -Name appidsvc
Start-Service -Name cryptsvc

Write-Host "10) Erzwingen der Erkennung..."
wuauclt /resetauthorization /detectnow

Write-Host "Prozess abgeschlossen. Bitte starten Sie Ihren Computer neu."

Dieser Script?

Re: Update für Windows Security platform-Antischadsoftwareplattform – KB5007651 (Version 1.0.2402.27001)

Verfasst: 30.03.2024, 12:02
von Holgi
ja

Re: Update für Windows Security platform-Antischadsoftwareplattform – KB5007651 (Version 1.0.2402.27001)

Verfasst: 30.03.2024, 12:18
von Andi
Hat leider nicht geholfen. Jetzt wird mir das Update sogar gleich zweimal installiert.

Re: Update für Windows Security platform-Antischadsoftwareplattform – KB5007651 (Version 1.0.2402.27001)

Verfasst: 30.03.2024, 12:20
von Holgi
du hast das System auch nach dem ausführen mal komplett heruntergefahren und neu gestartet?
shutdown -r -f -t0

Re: Update für Windows Security platform-Antischadsoftwareplattform – KB5007651 (Version 1.0.2402.27001)

Verfasst: 30.03.2024, 12:30
von Andi
Ja hat auch nicht geholfen.

Was ist mit dem Befehl: dism /online /cleanup-image /startcomponentcleanup

Könnte das helfen?

Re: Update für Windows Security platform-Antischadsoftwareplattform – KB5007651 (Version 1.0.2402.27001)

Verfasst: 30.03.2024, 12:34
von Holgi
fürchte nein; aber schaden kann es auch nicht. Nur nicht " /ResetBase" am Ende anfügen. Dann lassen sich einmal bereits installierte Updates angeblich nicht mehr de-installieren.
Apropo: schon mal de-installieren, Neustart probiert?

Re: Update für Windows Security platform-Antischadsoftwareplattform – KB5007651 (Version 1.0.2402.27001)

Verfasst: 30.03.2024, 12:37
von moinmoin
@Holgi /ResetBase wird seit einiger Zeit ignoriert. Kann nur bei ISO angewendet werden.

Re: Update für Windows Security platform-Antischadsoftwareplattform – KB5007651 (Version 1.0.2402.27001)

Verfasst: 30.03.2024, 12:40
von Andi
Apropo: schon mal de-installieren, Neustart probiert?
Wo kann ich den de-installieren? Find ich gerade nicht.

Re: Update für Windows Security platform-Antischadsoftwareplattform – KB5007651 (Version 1.0.2402.27001)

Verfasst: 30.03.2024, 12:43
von Holgi
am Einfachsten wäre es, wenn es im Updateverlauf auftauchen würde.
Dann Windows Update > Updaterverlauf > Updates deinstallieren

Re: Update für Windows Security platform-Antischadsoftwareplattform – KB5007651 (Version 1.0.2402.27001)

Verfasst: 30.03.2024, 12:45
von Andi
Taucht da leider nicht auf.

Re: Update für Windows Security platform-Antischadsoftwareplattform – KB5007651 (Version 1.0.2402.27001)

Verfasst: 30.03.2024, 12:51
von Holgi
dann wirst du es ebenfalls einfach ignorieren müssen:
viewtopic.php?t=30265