Added Windows Search command
This commit is contained in:
parent
5af1cd184e
commit
607fbe6b63
1 changed files with 18 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue