1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
<?xml version="1.0" encoding="UTF-8"?>
<!--
BleachBit
Copyright (C) 2008-2025 Andrew Ziem
https://www.bleachbit.org
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<cleaner id="windows_explorer" os="windows">
<label>Windows Explorer</label>
<description>File manager</description>
<option id="mru">
<label>Most recently used</label>
<description>Delete the most recently used list</description>
<!-- applications executed including date and time, Windows XP -->
<action command="winreg" path="HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{5E6AB780-7743-11CF-A12B-00AA004AE837}\Count"/>
<action command="winreg" path="HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{75048700-EF1F-11D0-9888-006097DEACF9}\Count"/>
<!-- applications executed including date and time, Windows 7 -->
<action command="winreg" path="HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{CEBFF5CD-ACE2-4F4F-9178-9926F41749EA}\Count"/>
<action command="winreg" path="HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\UserAssist\{F4E57C4B-2036-45F0-A9AB-443BCFE33D9F}\Count"/>
<!-- refresh Windows shell after UserAssist -->
<action command="win.shell.change.notify"/>
<!-- reference: reference: http://support.microsoft.com/kb/142298 -->
<!-- common open dialog -->
<action command="winreg" path="HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\LastVisitedMRU"/>
<!-- Windows Vista/7 -->
<action command="winreg" path="HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\LastVisitedPidlMRU"/>
<!-- common save as dialog -->
<action command="winreg" path="HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU"/>
<!-- Windows Vista/7 -->
<action command="winreg" path="HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSavePidlMRU"/>
<!-- find files command -->
<action command="winreg" path="HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Doc Find Spec MRU"/>
<!-- find Computer command -->
<action command="winreg" path="HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\FindComputerMRU"/>
<!-- map network drives -->
<action command="winreg" path="HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Map Network Drive MRU"/>
<!-- printer ports -->
<action command="winreg" path="HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\PrnPortsMRU"/>
</option>
<option id="recent_documents">
<label>Recent documents list</label>
<description>Delete the list of recently used documents</description>
<warning>This option will reset pinned locations in Quick Access to their defaults.</warning>
<!-- Windows XP -->
<action command="delete" search="glob" path="%USERPROFILE%\Recent\*.lnk"/>
<!-- Vista -->
<action command="delete" search="glob" path="%APPDATA%\Microsoft\Windows\Recent\*.lnk"/>
<!-- recent documents in start menu -->
<action command="winreg" path="HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs"/>
<!-- Windows 7 jump list -->
<action command="delete" search="glob" path="%APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations\*.automaticDestinations-ms"/>
<action command="delete" search="glob" path="%APPDATA%\Microsoft\Windows\Recent\CustomDestinations\*customDestinations-ms"/>
</option>
<option id="run">
<label translators="In Windows 'Run' is the dialog in the Start menu">Run</label>
<description>Delete the most recently used list</description>
<!-- run command -->
<action command="winreg" path="HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU"/>
</option>
<option id="search_history">
<label>Search history</label>
<description>Delete the search history</description>
<action command="winreg" path="HKCU\Software\Microsoft\Search Assistant\ACMru"/>
<!-- Windows 10 -->
<action command="winreg" path="HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\WordWheelQuery"/>
</option>
<option id="shellbags">
<label>Shellbags</label>
<description>Delete the usage date, window position, and other data for folders</description>
<warning>This will reset the position of desktop icons.</warning>
<!-- What we need to delete: (http://support.microsoft.com/kb/813711) -->
<action command="winreg" path="HKCU\Software\Microsoft\Windows\Shell\Bags"/>
<action command="winreg" path="HKCU\Software\Microsoft\Windows\Shell\BagMRU"/>
<action command="winreg" path="HKCU\Software\Microsoft\Windows\ShellNoRoam\Bags"/>
<action command="winreg" path="HKCU\Software\Microsoft\Windows\ShellNoRoam\BagMRU"/>
<action command="winreg" path="HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags"/>
<action command="winreg" path="HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU"/>
<!-- And on 64-bit systems additionally: -->
<action command="winreg" path="HKCU\Software\Classes\Wow6432Node\Local Settings\Software\Microsoft\Windows\Shell\Bags"/>
<action command="winreg" path="HKCU\Software\Classes\Wow6432Node\Local Settings\Software\Microsoft\Windows\Shell\BagMRU"/>
</option>
<option id="thumbnails">
<label>Thumbnails</label>
<description>Delete the cache</description>
<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"/>
<!-- 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.
The redundant .exe is intentional to launch explorer.exe in disabled UAC
virtualization mode rather than elevated mode because normally it
inherits the mode from bleachbit.exe.
-->
<action command="process" wait="false" cmd="%WINDIR%\explorer.exe %WINDIR%\explorer.exe"/>
</option>
</cleaner>
|