Tuần trước tôi đã nâng cấp từ Windows 8.1 Pro sạch lên Windows 10 Pro (64 bit). Ngay sau khi nâng cấp, tôi đã thực hiện Windows Reset để có được cảm giác cài đặt sạch. Thật không may, Menu Bắt đầu của tôi mở rất chậm (mất 2 giây) và Cortana không hoạt động. Thanh tìm kiếm nằm trong thanh tác vụ, nhưng tôi không thể gõ vào nó hoặc bất cứ thứ gì. Tôi hiện đang ở bản dựng 10240.
Sau khi tìm kiếm trên internet, tôi đã cố gắng đăng ký lại tất cả các gói:
Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
Thật không may, điều này đã không giúp đỡ. Mỗi lần tôi mở Menu Bắt đầu, có hai lỗi xuất hiện trong nhật ký sự kiện:
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
và
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.
Nhật ký TWinUI hiển thị như sau:
Activation of the app Microsoft.Windows.Cortana_cw5n1h2txyewy!CortanaUI for the Windows.Launch contract failed with error: The remote procedure call failed..
SearchUI.exe trong thư mục Cortana là V2, datestamp Thứ Sáu, ngày 10 tháng 7 năm 2015 6:57:17 AM. Phiên bản tệp 10.0.10240.16384 KB3081424 không cài đặt được với mã lỗi 0x80070bc9. Có gợi ý nào về nơi tìm kiếm tiếp theo để Cortana hoạt động không?