Windows Indexierung löschen und neu erstellen

Start-Job -ScriptBlock {Repair-Volume -DriveLetter "C" -Scan | select * }

Get-Service wsearch | Stop-Service

Remove-Item "$env:ProgramData\Microsoft\Search\Data\Applications\Windows\Windows.edb" -Force

Start-Sleep 10

Get-Service wsearch | Start-Service