From d2e3cffa626bdfc915c1458105d09d35640cef4c Mon Sep 17 00:00:00 2001 From: "Tobias B. Besemer" Date: Tue, 26 Feb 2019 21:59:32 +0100 Subject: [PATCH 01/25] Windows OS Cleaner --- pending/windows.xml | 84 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 pending/windows.xml diff --git a/pending/windows.xml b/pending/windows.xml new file mode 100644 index 0000000..9a6b9b4 --- /dev/null +++ b/pending/windows.xml @@ -0,0 +1,84 @@ + + + + + Operating System + + + + + + + + From 04308fb2f7eb93ce2ecfac4dc53bee6d3faa5778 Mon Sep 17 00:00:00 2001 From: "Tobias B. Besemer" Date: Wed, 27 Feb 2019 03:11:35 +0100 Subject: [PATCH 02/25] Some more cleaning... --- pending/windows.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pending/windows.xml b/pending/windows.xml index 9a6b9b4..86b8472 100644 --- a/pending/windows.xml +++ b/pending/windows.xml @@ -19,7 +19,7 @@ along with this program. If not, see . Rules in CleanerML written by https://github.com/Tobias-B-Besemer - v0.1.0 done on 2019-02-26 + v0.1.5 done on 2019-02-27 --> @@ -80,5 +80,8 @@ + + + From e5491244f4af05d65650828caf4f8752aa7f549f Mon Sep 17 00:00:00 2001 From: "Tobias B. Besemer" Date: Wed, 27 Feb 2019 06:26:48 +0100 Subject: [PATCH 03/25] System32 -> sysnative --- pending/windows.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/pending/windows.xml b/pending/windows.xml index 86b8472..224bb33 100644 --- a/pending/windows.xml +++ b/pending/windows.xml @@ -19,7 +19,7 @@ along with this program. If not, see . Rules in CleanerML written by https://github.com/Tobias-B-Besemer - v0.1.5 done on 2019-02-27 + v0.1.7 done on 2019-02-27 --> @@ -35,9 +35,15 @@ Delete the Log Files in the Windows Directory - - - + + + + + + From 4fdbd51e6a280859d7c4c087cea7941f9d997af0 Mon Sep 17 00:00:00 2001 From: "Tobias B. Besemer" Date: Wed, 27 Feb 2019 11:43:34 +0100 Subject: [PATCH 04/25] Added shadow_copies --- pending/windows.xml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/pending/windows.xml b/pending/windows.xml index 224bb33..8feeaeb 100644 --- a/pending/windows.xml +++ b/pending/windows.xml @@ -19,7 +19,7 @@ along with this program. If not, see . Rules in CleanerML written by https://github.com/Tobias-B-Besemer - v0.1.7 done on 2019-02-27 + v0.3.0 done on 2019-02-27 --> @@ -85,9 +85,15 @@ - - - - + + + + + + From 89a7ca6c719b040e4f0109dfb2330baf00b408a5 Mon Sep 17 00:00:00 2001 From: "Tobias B. Besemer" Date: Wed, 27 Feb 2019 20:17:16 +0100 Subject: [PATCH 05/25] Added option id="recycle_bin" --- pending/windows.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pending/windows.xml b/pending/windows.xml index 8feeaeb..1be6905 100644 --- a/pending/windows.xml +++ b/pending/windows.xml @@ -19,7 +19,7 @@ along with this program. If not, see . Rules in CleanerML written by https://github.com/Tobias-B-Besemer - v0.3.0 done on 2019-02-27 + v0.4.0 done on 2019-02-27 --> @@ -96,4 +96,12 @@ Use the option only if you know what you do! + From ec0faf077bc30558dfe6b6cc1c7067f4dbf535e9 Mon Sep 17 00:00:00 2001 From: "Tobias B. Besemer" Date: Wed, 6 Mar 2019 23:33:31 +0100 Subject: [PATCH 06/25] Use 'name' by command="winreg" Syntax should now be correct, but still don't work! :-/ --- pending/windows.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pending/windows.xml b/pending/windows.xml index 1be6905..6c929f3 100644 --- a/pending/windows.xml +++ b/pending/windows.xml @@ -19,7 +19,7 @@ along with this program. If not, see . Rules in CleanerML written by https://github.com/Tobias-B-Besemer - v0.4.0 done on 2019-02-27 + v0.5.0 done on 2019-03-06 --> @@ -85,10 +85,10 @@ - - + + - + + From c4ab56c9e982b86b232b43f4e693ff3ad59dfefd Mon Sep 17 00:00:00 2001 From: "Tobias B. Besemer" Date: Thu, 7 Mar 2019 09:05:26 +0100 Subject: [PATCH 08/25] Don't delete the folders! --- pending/windows.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pending/windows.xml b/pending/windows.xml index aa5ff19..7140c12 100644 --- a/pending/windows.xml +++ b/pending/windows.xml @@ -19,7 +19,7 @@ along with this program. If not, see . Rules in CleanerML written by https://github.com/Tobias-B-Besemer - v0.6.0 done on 2019-03-07 + v0.6.1 done on 2019-03-07 --> @@ -108,14 +108,14 @@ Cleaning up some caches - + - + - + - + - + From b152cebe8174bb5da3d3004b63bb5f61bf726c4a Mon Sep 17 00:00:00 2001 From: "Tobias B. Besemer" Date: Thu, 7 Mar 2019 10:13:42 +0100 Subject: [PATCH 09/25] The rest of the user caches --- pending/windows.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pending/windows.xml b/pending/windows.xml index 7140c12..d67a500 100644 --- a/pending/windows.xml +++ b/pending/windows.xml @@ -19,7 +19,7 @@ along with this program. If not, see . Rules in CleanerML written by https://github.com/Tobias-B-Besemer - v0.6.1 done on 2019-03-07 + v0.6.2 done on 2019-03-07 --> @@ -117,5 +117,8 @@ + + + From 158d15921cb650bd489012a159092a37af7994c3 Mon Sep 17 00:00:00 2001 From: "Tobias B. Besemer" Date: Thu, 7 Mar 2019 14:57:52 +0100 Subject: [PATCH 10/25] Cleaning the Prefetch Cache --- pending/windows.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pending/windows.xml b/pending/windows.xml index d67a500..618f93a 100644 --- a/pending/windows.xml +++ b/pending/windows.xml @@ -19,7 +19,7 @@ along with this program. If not, see . Rules in CleanerML written by https://github.com/Tobias-B-Besemer - v0.6.2 done on 2019-03-07 + v0.7.0 done on 2019-03-07 --> @@ -106,7 +106,7 @@ + From e658b089a21827ebc8f5fd623f28bd3ed27225b9 Mon Sep 17 00:00:00 2001 From: "Tobias B. Besemer" Date: Thu, 7 Mar 2019 18:23:30 +0100 Subject: [PATCH 11/25] Vista Support for cleaning Recycle Bin --- pending/windows.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pending/windows.xml b/pending/windows.xml index 618f93a..3db85a6 100644 --- a/pending/windows.xml +++ b/pending/windows.xml @@ -19,7 +19,7 @@ along with this program. If not, see . Rules in CleanerML written by https://github.com/Tobias-B-Besemer - v0.7.0 done on 2019-03-07 + v0.7.5 done on 2019-03-07 --> @@ -100,9 +100,17 @@ Empty Recycle Bin on drive C: from all user accounts Empty Recycle Bin on drive C: from all user accounts! Use the option only if you know what you do! + + + + + + + + + From e9ad404ed38a528f3666b3b82324eb1146be8611 Mon Sep 17 00:00:00 2001 From: "Tobias B. Besemer" Date: Thu, 7 Mar 2019 22:08:43 +0100 Subject: [PATCH 13/25] Some improvments... --- pending/windows.xml | 83 ++++++++++++++++++++++++--------------------- 1 file changed, 44 insertions(+), 39 deletions(-) diff --git a/pending/windows.xml b/pending/windows.xml index 02c1df7..07fd12e 100644 --- a/pending/windows.xml +++ b/pending/windows.xml @@ -19,7 +19,7 @@ along with this program. If not, see . Rules in CleanerML written by https://github.com/Tobias-B-Besemer - v0.8.0 done on 2019-03-07 + v0.8.2 done on 2019-03-07 --> @@ -28,67 +28,69 @@ From 8274990dd23e7cc90bff5c1a4f38053d9e7997fa Mon Sep 17 00:00:00 2001 From: "Tobias B. Besemer" Date: Thu, 7 Mar 2019 22:24:37 +0100 Subject: [PATCH 14/25] Fixing syntax --- pending/windows.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pending/windows.xml b/pending/windows.xml index 07fd12e..519c4ee 100644 --- a/pending/windows.xml +++ b/pending/windows.xml @@ -142,8 +142,8 @@ - - + + From e2e2fd7ad25430919d56e2c16ba33f6d0c00d294 Mon Sep 17 00:00:00 2001 From: "Tobias B. Besemer" Date: Sat, 9 Mar 2019 03:45:10 +0100 Subject: [PATCH 15/25] Warning to Windows Search Service --- pending/windows.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pending/windows.xml b/pending/windows.xml index 519c4ee..37c66e4 100644 --- a/pending/windows.xml +++ b/pending/windows.xml @@ -19,7 +19,7 @@ along with this program. If not, see . Rules in CleanerML written by https://github.com/Tobias-B-Besemer - v0.8.2 done on 2019-03-07 + v0.8.5 done on 2019-03-09 --> @@ -139,6 +139,7 @@ + From ea8d06aad540b73810d75a33de41766e27e2d1d4 Mon Sep 17 00:00:00 2001 From: "Tobias B. Besemer" Date: Fri, 29 Mar 2019 10:41:11 +0100 Subject: [PATCH 24/25] v1.9.10 - Integrating windows_memory_dumps.xml - Integrating windows_shellbags.xml - Adding rules from WinApp2.ini, [Windows Logs *] - Adding rules from WinApp2.ini, [Windows Logs Extras *] - Fixing syntax - Delete %Temp%\WER* - Adding rules from WinApp2.ini, [Windows Error Reporting *] - Improving of id="muicache" - Adding rules from WinApp2.ini, [Windows MUICache *] - Add "Trimmer Block" - + maybe more ^^ --- pending/windows.xml | 306 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 293 insertions(+), 13 deletions(-) diff --git a/pending/windows.xml b/pending/windows.xml index 02b6959..8815f35 100644 --- a/pending/windows.xml +++ b/pending/windows.xml @@ -21,17 +21,17 @@ @app Microsoft Windows @url https://www.microsoft.com/en-us/windows @os Windows - @cleanerversion v1.9.0 - @cleanerdate 2019-03-22 - @cleanerby https://github.com/Tobias-B-Besemer (2019-02-26 - 2019-03-22) + @cleanerversion v1.9.10 + @cleanerdate 2019-03-23 + @cleanerby https://github.com/Tobias-B-Besemer (2019-02-26 - 2019-03-23) @tested ok v???, Windows 7 @testeddate 2019-03-10 (... with an old version of the cleaner!) @testedby https://github.com/Tobias-B-Besemer @note Can maybe one day replace the hardcoded Windows cleaner of BleachBit... @note Should maybe be integrated: - @note - windows_memory_dumps.xml - @note - windows_shellbags.xml - @note - windows_update.xml + @note - windows_memory_dumps.xml (Done!) + @note - windows_shellbags.xml (Done!) + @note - windows_update.xml (I'm not sure!) --> @@ -101,6 +101,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 54c76eef801d81ddbd81b97cb6ec83396e8a275a Mon Sep 17 00:00:00 2001 From: "Tobias B. Besemer" Date: Sun, 31 Mar 2019 08:13:12 +0200 Subject: [PATCH 25/25] v1.9.50 - Using $$ProgramFiles$$ in the code - Syntax - Delete $$ProgramFiles$$\Uninstall Information - shadow_copies complete - Delete recycle_bin -> comment --- pending/windows.xml | 63 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 56 insertions(+), 7 deletions(-) diff --git a/pending/windows.xml b/pending/windows.xml index 8815f35..9ec2615 100644 --- a/pending/windows.xml +++ b/pending/windows.xml @@ -21,9 +21,9 @@ @app Microsoft Windows @url https://www.microsoft.com/en-us/windows @os Windows - @cleanerversion v1.9.10 - @cleanerdate 2019-03-23 - @cleanerby https://github.com/Tobias-B-Besemer (2019-02-26 - 2019-03-23) + @cleanerversion v1.9.50 + @cleanerdate 2019-03-31 + @cleanerby https://github.com/Tobias-B-Besemer (2019-02-26 - 2019-03-31) @tested ok v???, Windows 7 @testeddate 2019-03-10 (... with an old version of the cleaner!) @testedby https://github.com/Tobias-B-Besemer @@ -37,6 +37,24 @@ Operating system + + + %ProgramW6432% + + %ProgramFiles(x86)% + + %ProgramFiles% + + + + +