Stop-Process -Name explorer
Remove-Item -Path "$($env:LOCALAPPDATA)\Microsoft\Windows\Explorer\iconcache*.db" -Force
Remove-Item -Path "$($env:LOCALAPPDATA)\Microsoft\Windows\Explorer\thumbcache*.db" -Force
Start-Sleep -Seconds 3
Get-ChildItem "$($env:LOCALAPPDATA)\Microsoft\Windows\Explorer"
Stop-Process -Name explorer
Remove-Item -Path "$($env:LOCALAPPDATA)\Microsoft\Windows\Explorer\iconcache*.db" -Force
Remove-Item -Path "$($env:LOCALAPPDATA)\Microsoft\Windows\Explorer\thumbcache*.db" -Force
Start-Sleep -Seconds 3
Get-ChildItem "$($env:LOCALAPPDATA)\Microsoft\Windows\Explorer"