Letzte Woche habe ich ein Upgrade von einem sauberen Windows 8.1 Pro auf Windows 10 Pro (64 Bit) durchgeführt. Unmittelbar nach dem Upgrade habe ich einen Windows-Reset durchgeführt, um das Gefühl einer sauberen Installation zu erhalten. Leider öffnet sich mein Startmenü sehr langsam (dauert 2 Sekunden) und Cortana funktioniert nicht. Die Suchleiste befindet sich in der Taskleiste, ich kann sie jedoch nicht eingeben. Ich bin derzeit im Build 10240.
Nach der Suche im Internet habe ich versucht, alle Pakete neu zu registrieren:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Leider hat dies nicht geholfen. Jedes Mal, wenn ich das Startmenü öffne, werden im Ereignisprotokoll zwei Fehler angezeigt:
Faulting application name: SearchUI.exe, version: 10.0.10240.16384, time stamp: 0x559f3d35
Faulting module name: SearchUI.exe, version: 10.0.10240.16384, time stamp: 0x559f3d35
Exception code: 0xc000027b
Fault offset: 0x00000000001423c2
Faulting process id: 0x1468
Faulting application start time: 0x01d0d02f71fa36be
Faulting application path: C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\SearchUI.exe
Faulting module path: C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy\SearchUI.exe
Report Id: 5de0ff92-30e9-4e39-a8b4-3798d067c3df
Faulting package full name: Microsoft.Windows.Cortana_1.4.8.152_neutral_neutral_cw5n1h2txyewy
Faulting package-relative application ID: CortanaUI
und
Activation of app Microsoft.Windows.Cortana_cw5n1h2txyewy!CortanaUI failed with error: The remote procedure call failed. See the Microsoft-Windows-TWinUI/Operational log for additional information.
Das TWinUI-Protokoll zeigt Folgendes:
Activation of the app Microsoft.Windows.Cortana_cw5n1h2txyewy!CortanaUI for the Windows.Launch contract failed with error: The remote procedure call failed..
SearchUI.exe im Cortana-Ordner lautet V2, Datumsstempel Freitag, 10. Juli 2015, 06:57:17 Uhr. Dateiversion 10.0.10240.16384 KB3081424 kann nicht mit Fehlercode 0x80070bc9 installiert werden. Irgendwelche Vorschläge, wo man als nächstes nach Cortana suchen kann?