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 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
|
<?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/>.
@app Microsoft Internet Explorer
@url https://www.microsoft.com/en-us/download/internet-explorer.aspx
@os Windows
@cleanerversion v2.0.0
@cleanerdate 2019-03-21
@cleanerby Andrew Ziem (2009-05-17 - 2016-12-26) & Tobias B. Besemer (2019-03-07 - 2019-03-21)
@tested ok v???, Windows 7
@testeddate 2019-03-10 (... with an old version of the cleaner!)
@testedby https://github.com/Tobias-B-Besemer
@note
-->
<cleaner id="internet_explorer" os="windows">
<label>Internet Explorer</label>
<description>Web browser</description>
<var name="IELocalAppData">
<!-- Windows 7 Support (and maybe other Windows versions): -->
<value>%LocalAppData%\Microsoft\Windows</value>
<!-- Used e.g. in Windows XP (and maybe before on NT) with e.g. Internet Explorer 8 - English-only-Support: -->
<value>%UserProfile%\Local Settings</value>
<!-- And now some none-English-Support... -->
<!-- Used e.g. in Windows XP (and maybe before on NT) with e.g. Internet Explorer 8 - Polish-Support: -->
<value>%UserProfile%\Ustawienia lokalne</value>
</var>
<var name="windirsystem32">
<!-- 32-bit applications can use sysnative, but it does not exist to 64-bit processes.
FIXME: provide a more general solution
-->
<value>%WinDir%\System32</value>
<value>%WinDir%\Sysnative</value>
</var>
<option id="cookies">
<label>Cookies</label>
<description>Delete cookies, which contain information such as web site preferences, authentication, and tracking identification</description>
<action command="delete" search="walk.files" path="%UserProfile%\Cookies\"/>
<action command="delete" search="walk.files" path="%AppData%\Microsoft\Windows\Cookies\"/>
<action command="delete" search="walk.files" path="%LocalAppData%\Microsoft\Internet Explorer\DOMStore\"/>
<action command="delete" search="walk.files" path="$$IELocalAppData$$\INetCookies\"/>
<action command="delete" search="walk.files" path="%LocalAppDataLow%\Microsoft\Internet Explorer\DOMStore\"/>
</option>
<option id="forms">
<label>Form history</label>
<!-- Internet Explorer 7 and 8 -->
<description>A history of forms entered in web sites and in the Search bar</description>
<action command="winreg" path="HKCU\Software\Microsoft\Internet Explorer\IntelliForms\Storage1"/>
<action command="winreg" path="HKCU\Software\Microsoft\Internet Explorer\IntelliForms\Storage2"/>
</option>
<option id="history">
<label>History</label>
<description>List of visited web pages</description>
<action command="delete" search="walk.files" path="$$IELocalAppData$$\History\"/>
<action command="delete" search="walk.files" path="%LocalAppData%\Microsoft\Internet Explorer\Recovery\Active\"/>
<action command="delete" search="walk.files" path="%LocalAppData%\Microsoft\Internet Explorer\Recovery\Immersive\Active\"/>
<action command="delete" search="walk.files" path="%LocalAppData%\Microsoft\Internet Explorer\Recovery\Last Active\"/>
<!-- "How to clear the History entries in Internet Explorer", http://support.microsoft.com/kb/157729 -->
<action command="winreg" path="HKCU\Software\Microsoft\Internet Explorer\TypedURLs"/>
<action command="winreg" path="HKCU\Software\Microsoft\Internet Explorer\TypedURLsTime"/>
<action command="winreg" path="HKCU\Software\Microsoft\Internet Explorer\TabbedBrowsing\NewTabPage"/>
<action command="winreg" path="HKCU\Software\Microsoft\Internet Explorer\Explorer Bars\{C4EE31F3-4768-11D2-BE5C-00A0C9A83DA1}\FilesNamedMRU"/>
<action command="winreg" path="HKCU\Software\Microsoft\Internet Explorer\Explorer Bars\{C4EE31F3-4768-11D2-BE5C-00A0C9A83DA1}\ContainingTextMRU"/>
<!-- Extras - making WinApp2.ini obsolete: -->
<action command="delete" search="walk.files" path="%LocalAppData%\Packages\windows_ie_ac_*\AC\Microsoft\CLR_v4.0\UsageLogs\"/>
<!-- In a wider range some History... -->
<action command="delete" search="walk.files" path="%LocalAppData%\Packages\windows_ie_ac_*\AC\Microsoft\CryptnetUrlCache\"/>
<action command="delete" search="walk.files" path="%LocalAppData%\Packages\windows_ie_ac_*\LocalState\navigationHistory\"/>
<action command="winreg" path="HKCU\Software\Microsoft\Internet Explorer\Main\FeatureControl"/>
<action command="winreg" path="HKCU\Software\Microsoft\Internet Explorer\Recovery\PendingDelete"/>
<action command="winreg" path="HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Stats"/>
</option>
<option id="cache">
<label>Cache</label>
<description>Delete the cache</description>
<action command="delete" search="walk.all" path="$$IELocalAppData$$\Temporary Internet Files\"/>
<!-- Windows 7 Support (and maybe other Windows versions): -->
<action command="delete" search="walk.all" path="%AppData%\Microsoft\Internet Explorer\UserData\"/>
<action command="delete" search="walk.all" path="%AppData%\Microsoft\Windows\IETldCache\"/>
<action command="delete" search="walk.all" path="%AppData%\Microsoft\Windows\IECompatCache\"/>
<action command="delete" search="walk.all" path="%AppData%\Microsoft\Windows\IECompatUACache\"/>
<action command="delete" search="walk.all" path="%AppData%\Microsoft\Windows\IECompat*Cache\"/>
<action command="delete" search="walk.all" path="$$IELocalAppData$$\INetCache\"/>
<action command="delete" search="walk.all" path="$$IELocalAppData$$\WebCache\"/>
<action command="delete" search="walk.top" path="$$IELocalAppData$$\WebCache.old\"/>
<!-- Empty folder on the demo machine: (Tobias) -->
<action command="delete" search="walk.all" path="%LocalAppDataLow%\Microsoft\Internet Explorer\iconcache\"/>
<!-- Extras - making WinApp2.ini obsolete: -->
<action command="delete" search="walk.all" path="$$IELocalAppData$$\AppCache\"/>
<action command="delete" search="walk.all" path="%LocalAppData%\Packages\windows_ie_ac_*\AC\AppCache\"/>
<action command="delete" search="walk.all" path="%LocalAppData%\Packages\windows_ie_ac_*\AC\IECompat*Cache\"/>
<action command="delete" search="walk.all" path="%LocalAppData%\Packages\windows_ie_ac_*\AC\INet*\"/>
<action command="delete" search="walk.all" path="%LocalAppData%\Packages\windows_ie_ac_*\AC\Microsoft\Internet Explorer\DOMStore\"/>
<action command="delete" search="walk.all" path="%LocalAppData%\Packages\windows_ie_ac_*\AC\Microsoft\Internet Explorer\Emie*List\"/>
<action command="delete" search="walk.all" path="%LocalAppData%\Packages\windows_ie_ac_*\AC\PRICache\"/>
<action command="delete" search="walk.all" path="%LocalAppData%\Packages\windows_ie_ac_*\AC\Temp\"/>
<action command="delete" search="walk.all" path="%LocalAppData%\Packages\windows_ie_ac_*\LocalState\Cache\"/>
<action command="delete" search="walk.all" path="%LocalAppData%\Packages\windows_ie_ac_*\TempState\"/>
<action command="delete" search="walk.all" path="$$windirsystem32$$\config\systemprofile\AppData\Local\Microsoft\Windows\INetCache\"/>
<action command="winreg" path="HKCR\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppContainer\Storage\windows_ie_ac_001\Internet Explorer\DOMStorage"/>
<action command="winreg" path="HKCU\Software\Microsoft\Internet Explorer\LowRegistry\DOMStorage"/>
<!-- Deletes Feeds Cache: -->
<action command="delete" search="walk.all" path="%LocalAppData%\Microsoft\Feeds Cache\"/>
</option>
<option id="downloads">
<label>Download history</label>
<description>Delete the usage history</description>
<action command="delete" search="walk.all" path="%AppData%\Microsoft\Windows\IEDownloadHistory\"/>
<!-- Windows 7 Support (and maybe other Windows versions): -->
<!-- Extras - making WinApp2.ini obsolete: -->
<action command="delete" search="walk.all" path="%LocalAppData%\Packages\windows_ie_ac_*\AC\IEDownloadHistory\"/>
<action command="winreg" path="HKCU\Software\Microsoft\Internet Explorer" name="Download Directory"/>
<action command="winreg" path="HKCU\Software\Microsoft\Internet Explorer\Main" name="Save Directory"/>
</option>
<option id="logs">
<label>Logs</label>
<description>Delete the logs</description>
<action command="delete" search="file" path="%LocalAppData%\Microsoft\Internet Explorer\brndlog.bak"/>
<action command="delete" search="file" path="%LocalAppData%\Microsoft\Internet Explorer\brndlog.txt"/>
<action command="delete" search="file" path="$$windirsystem32$$\config\systemprofile\Application Data\Microsoft\Internet Explorer\brndlog.bak"/>
<action command="delete" search="file" path="$$windirsystem32$$\config\systemprofile\Application Data\Microsoft\Internet Explorer\brndlog.txt"/>
</option>
</cleaner>
|