Giter Site home page Giter Site logo

winapp2.ini's Introduction

BleachBit

BleachBit cleans files to free disk space and to maintain privacy.

Running from source

To run BleachBit without installation, unpack the tarball and then run these commands:

make -C po local # build translations
python3 bleachbit.py

Then, review the preferences.

Then, select some options, and click Preview. Review the files, toggle options accordingly, and click Delete.

For information regarding the command line interface, run:

 python3 bleachbit.py --help

Read more about running from source.

Links

Localization

Read translation documentation or translate now in Weblate, a web-based translation platform.

Translation status

Licenses

BleachBit itself, including source code and cleaner definitions, is licensed under the GNU General Public License version 3, or at your option, any later version.

markovify is licensed under the MIT License.

Development

winapp2.ini's People

Contributors

az0 avatar gitoffthelawn avatar rocknrollkid avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

winapp2.ini's Issues

Updated Winapp2

@az0 I updated Winapp2 to latest Upstream. You can push it through BleachBit at anytime.

Also, I will try to get back into updating this once a month.

Update winapp2.ini

It's been two years since winapp2.ini of Bleachbit has been last updated. With Bleachbit 4.6.0 just released, you should also update this database.
Please, consider this since manually updating winapp2.ini is not an option as Bleachbit replace custom file with file from this repo.

New Winapp2 pushed

@az0 I updated Winapp2 for you. The new changes include a overhauled removed entries explained here: MoscaDotTo/Winapp2@be9cad6 Also includes updated browser section. The sections were renamed to "Firefox/Mozilla based browsers" and "Chrome/Chromium based browsers" due to the fact that we now have all the browsers on top now, rather then just chrome and Firefox. Other then that, most other changes are just more merging entries, bug fixes, and new additions.

[Feature Request] Microsoft Teams cleanup

I have found only the configuration for CCCleaner
https://albandrodsmemory.wordpress.com/2019/01/04/microsoft-teams-how-to-clean-cache/

For all CCleaner users, you may add following lines to C:\Program Files\CCleaner\winapp2.ini:

[Microsoft Teams ]
LangSecRef=3021
Default=True
DetectFile=%LocalAppData%\Microsoft\Teams
FileKey1=%AppData%\Microsoft\Teams\application cache\cache|
|RECURSE
FileKey2=%AppData%\Microsoft\Teams\blob_storage||RECURSE
FileKey3=%AppData%\Microsoft\Teams\Cache|
|RECURSE
FileKey4=%AppData%\Microsoft\Teams\databases||RECURSE
FileKey5=%AppData%\Microsoft\Teams\GPUcache|
|RECURSE
FileKey6=%AppData%\Microsoft\Teams\IndexedDB||RECURSE
FileKey7=%AppData%\Microsoft\Teams\Local Storage|
|RECURSE
FileKey8=%AppData%\Microsoft\Teams\tmp||RECURSE
FileKey9=%AppData%\Microsoft\Teams\Service Worker\CacheStorage|
|REMOVESELF
FileKey10=%AppData%\Microsoft\Teams|old_logs_.txt
;remove previous version:
FileKey11=%LocalAppData%\Microsoft\Teams\previous|
.*|REMOVESELF

Updated Winapp2

@az0 I updated Winapp2. It also includes the big overhaul we did that I posted on the forums.

Outdated Winapp.ini

Hi,

The Winapp.ini database I got with BleachBit (1.12) by ticking the option is 161214;
While the community one is, period, 170724. Here the header of the old one.

Also a display of the Winapp.ini version in BleachBit could be a plus.

Regards,

; Winapp2.ini for BleachBit
;  2625 entries
;  https://github.com/az0/winapp2.ini/

; Version: v5.25.161214
; Application Cleaning file
;
; Notes
; # of entries: 2,578 + 52 removed entries
; This file is the non-CCleaner version of Winapp2. This file is intended for BleachBit, System Ninja and Avira System Speedup users.
; This file contains all the removed entries that were lost due to CCleaner. The removed entries are located at the bottom of the file.
; Please do not host this file anywhere without permission. This is to facilitate proper distribution of the latest version. Thanks.

Updated from upstream

@az0 Another update from upstream. This update included a minor overhaul from a few community members to remove unnecessary trailing backslashes, unnecessary detects for Wow6432node that was brought up here: bleachbit/bleachbit#247 and several updates and modifications from the community.

As far as I can tell the "MS Visual Studio 2017 Installation packages" cleaner causes issues

This cleaner entry:

[MS Visual Studio 2017 Installation packages *]
LangSecRef=3021
Detect=HKCU\Software\Microsoft\VisualStudio
FileKey1=%CommonAppData%\Microsoft\VisualStudio\Packages|*.*|RECURSE
ExcludeKey1=PATH|%CommonAppData%\Microsoft\VisualStudio\Packages\_Instances\|*.*

seems to cause that the Visual Studio Installer does no longer recognize an already installed Visual Studio 2017. Consequently you won't be able to upgrade to a newer (sub)version of Visual Studio 2017 and so on.

At the very least at this point I think I have narrowed it down to that root cause.

Best regards,

Oliver

Moving Winapp2 respo to the other respo

Now that BleachBit's version of Winapp2 is maintained by the official Winapp2 community, this respo is unneeded. I think we can move Winapp2 to @az0 respo and then I can update it from there and you can push the update through to BleachBit or even do a automatic process, too (and also I don't think anyone even knows this is even here).

Suggestions for Winapp2 analyzers

Recently we come across some more issues that I think could belong to your analyzers.

  • Make sure environment variables are surrounded by %. So all entries should be like this: FileKey#= %variable%

  • Make sure variables are spelled correctly. It has never been a issue, but there are only 13 variables that can be used and anything else won't work. Ignore if RegKey is present within the line. The list is below:

%AppData%

%CommonAppData%

%CommonProgramFiles%

%HomeDrive%

%LocalAppData%

%ProgramFiles%

%SystemDrive%

%UserProfile%

%WinDir%

%Pictures%

%Documents%

%Video%

%Music%

Make sure Virtualstore\Program Files* is supplmented with a *

For example:

%LocalAppData%\VirtualStore\Program Files*

The program Files must be supplemented with a asterisk, other the entry will not have its full potential cleaning rule. So my suggestion would be to look for this specific directory and make sure it has a asterisk. I suppose you could also make it check to make sure this entry is spelled correctly, as this is the only place where VirtualStore is.

Related: https://forum.piriform.com/index.php?showtopic=32310&p=288008

Update Winapp2

New Winapp2 update is ready for BleachBit. Changes mostly include Winapp2 now being licensed under CC-BY-SA 4.0, and some new additions and edits from the community.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.