Skip to content

Commit

Permalink
Fix relaunch of Windows Explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
az0 committed Jun 26, 2016
1 parent 08dab95 commit bf43eb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cleaners/windows_explorer.xml
Expand Up @@ -81,6 +81,8 @@
<warning>This will restart Windows Explorer.</warning>
<action command="process" cmd="taskkill.exe /f /IM explorer.exe"/>
<action command="delete" search="glob" path="$LOCALAPPDATA\Microsoft\Windows\Explorer\thumbcache*.db"/>
<action command="process" cmd="cmd.exe /c start explorer.exe"/>
<!-- On 64-bit Windows, it is important to start the 64-bit Windows Explorer,
so use the full path. Also, do not wait for the process to terminate. -->
<action command="process" wait="false" cmd="%WINDIR%\explorer.exe"/>
</option>
</cleaner>

0 comments on commit bf43eb3

Please sign in to comment.