Hallo,
führ das folgende Skript mal aus:
In eine Textdatei kopieren und als skript.bat abspeichern und mit Rechtsklick "als Admin" starten:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
DISM /Online /Cleanup-Image /ScanHealth
sfc /scannow
findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >c:\windows\logs\cbs\sfcdetails.log
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren %WINDIR%\SoftwareDistribution SoftwareDistribution.bak
ren %WINDIR%\System32\catroot2 catroot2.bak
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
fsutil resource setautoreset true c:\
echo #### Info:
fsutil resource info C:
echo MSI
sc config msiserver start= demand
Net stop msiserver
MSIExec /unregister
MSIExec /regserver
regsvr32.exe /s %windir%\system32\msi.dll
Net start msiserver
sc config msiserver start= auto
Anschließend Folgendes in Powershell ausführen - Powershell als Admin ausführen:
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Get-AppXPackage -Name Microsoft.Windows.Cortana | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”}
Dann neustarten und ggf. nochmal nach Updates suchen.
Gib mal Feedback.
Liebe Grüße
Best regards,
David das Neves
Please vote as helpful and mark as answer if a post helped you.
This posting is provided "AS IS" with no warranties and confers no rights.