Home > Article > Operation and Maintenance > Can windows.edb be deleted?
windows.edb can be deleted. Deletion method: 1. Open the "Services" window of the system and navigate to the Windows Search service; 2. Select the service and right-click "Stop" to stop the service; 3. On your computer, right-click the Windows.edb folder and delete it.
After running the win10 system for a period of time, I found that the computer was very stuck. After checking, I found that the Windows.edb file occupied a large amount of memory. Windows.edb is a Windows Search Service database file that provides cached search results for files, content, and attributes after indexing. After a while, the Windows Search service can make Windows.edb bloated.
Solution One: Defragment the Index
You can easily repair Windows by defragmenting the index in the Windows Search Service .edb file huge windows 10 issue. This enables the system to organize the index for faster data access.
Here's how to defragment the index:
--Go to "Start" > "Command Prompt"
--To prevent the Windows Search service from automatically To start, enter the following command in the command prompt:
Sc config wsearch start = disabled
--Run the following command to stop the Windows Search service:
net stop research
--Enter the following command to defragment the Windows.edb file:
esentutl.exe /d%AllUsersProfile%MicrosoftSearchDataApplicationsWindowsWindows.edb
--Enter the following command to defragment the Windows.edb file Change the Windows Search service to delayed start:
Sc config wsearch start = delayed-auto
--Then, run the following command to start the Windows Search service:
Net Start Research
If you are still facing the Windows 10 huge Windows.edb file issue, you can proceed to the next solution.
Solution 2: Delete and rebuild Windows.edb file
Another quick fix to fix Windows 10 problem with huge Windows.edb file The method is to delete the Windows.edb file.
Step 1: Terminate SearchIndexer.exe in Task Manager
--Press Ctrl Alt Delete and open Task Manager.
--After the Task Manager opens, click the "Processes" tab
--Select the SearchIndexer.exe process and click Stop.
After terminating the search process, continue deleting the Windows .edb file.
Step 2: Delete the Windows.edb file
--Go to Start >Run>Type services in the Run program .msc" and click "Enter".
--In the Services window, navigate to the Windows Search Service.
--Double-click it to open its dialog box. Out of service.
--Now, right-click on the Windows.edb folder and delete it.
Step 3: Rebuild Index
Although, deleting Windows.edb file can solve the Windows.edb file huge windows 10 issue. But after that, running searches may be slower; therefore, you need to rebuild the index.
Please follow the steps below to rebuild the index:
--Go to "Start" > "Control Panel" > "Index Options"
##--Click "Advanced" and select "Rebuild" on the "Index Settings" tab. - Click OK to confirm.The above is the detailed content of Can windows.edb be deleted?. For more information, please follow other related articles on the PHP Chinese website!