Skip to main content
  1. Posts/

Fix Issues in Windows Search

·1 min·
windows windows
Table of Contents

Issue
#

Setelah melakukan update Windows, Ketika membuka File Explorer muncul pesan error ’not responding’. Setelah dicek melalui Event Viewer, ditemukan bahwa service Windows Search tidak berjalan dengan error seperti berikut.

err winsearch

Solution
#

Ada beberapa solusi yang bisa Anda coba sebagai berikut.

Solution 1: Restart Windows Font Cache Service
#

Buka PowerShell, lalu stop service Windows Font Cache dan coba start service Windows Search.

Stop-Service -Name FontCache
Start-Service -Name WSearch

Jika service Windows Search berhasil berjalan, Anda dapat menjalankan kembali service Windows Font Cache.

Start-Service -Name FontCache

Solution 2: Run the Search and Indexing troubleshooter
#

Buka Command Prompt, kemudian jalankan perintah berikut.

msdt.exe -ep WindowsHelp id SearchDiagnostic

Jalankan troubleshooter dengan checklist semua problem yang tersedia. Selanjutnya Windows akan mendeteksi dan menyelesaikan masalah tersebut.

Solution 3: Using Regedit
#

Buka notepad lalu tambahkan baris berikut.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Search]
"SetupCompletedSuccessfully"=dword:00000000

Setelah itu simpan file dan import melalui Command Prompt dengan perintah.

REG IMPORT wsearch.reg

Selanjutnya Anda dapat mencoba kembali start service Windows Search.

Start-Service -Name WSearch

Related

Mengatasi Error Credssp Pada Remote Desktop
·1 min
windows windows
Quick Fix for Truncated PowerShell Output
·1 min
windows windows
Instalasi Ventoy Menggunakan LiveCD
·1 min
windows windows vmware
Update Windows Defender Secara Manual
·1 min
windows windows
Improving PC Performance in Windows
·1 min
windows windows
Unable to Extend C Volume in Windows VM
·1 min
windows windows