Added Windows Search command

main
capntack 1 month ago
parent 5af1cd184e
commit 607fbe6b63

@ -28,6 +28,24 @@ rd /s /q c:\$Recycle.Bin
<br>
### Delete Windows Search db
Run in an elevated Command Prompt:
```
net stop "Windows Search"
```
```
del %PROGRAMDATA%\Microsoft\Search\Data\Applications\Windows\Windows.edb
```
```
net start "Windows Search"
```
<br>
### SFC & DISM Commands
The following commands will repair/replace corrupted/missing system files, as well as clear up disk space. They must all be ran in an elevated Command Prompt:

Loading…
Cancel
Save