Jump to content

Winapp2.ini

Beta Testers
  • Posts

    6,470
  • Joined

  • Last visited

Everything posted by Winapp2.ini

  1. very odd, is this a recent development or just something you recently noticed
  2. winapp2.ini cannot stop programs or services so cannot clean things that require it automatically
  3. noted re: xulstore.json, I have had to delete this file in the past to fix broken view settings and thought that perhaps it generally is automatically generated based on my testing but as always, many are the browser configurations . it's not my intention that the mainline winapp2.ini file include "corrective" deletion routines for stuff like this!
  4. 1.5.8000.34368 is indeed intended to be public, I neglected to build the application for release. I will fix this soon
  5. probably FileKey6=%LocalAppData%\Packages\Microsoft.Windows.CloudExperienceHost_*\AC|*|RECURSE of the issues, this is the one I can reproduce most consistently. Probably the .tbacctpic* files in \AC\TokenBroker\Accounts
  6. I can duplicate this using a roaming account. Still trying to narrow down the exact cause of the issue.
  7. Looking into this - I have been traveling for family matters for several weeks without access to my devices, apologies for the radio silence on this. The duplicate entry will also be fixed shortly. Thank you for your patience. The application FileActivityWatch can be helpful in narrowing down things like this. I also suspect /AC/ directory cleaning may be too aggressive - I only use a local account and did not encounter and issues during testing before pushing those changes.
  8. Expect updates again this weekend, I both completed the work required in winapp2ool and got my code signing certificate renewed so I can resume publishing builds :)
  9. has dism been any help? dism /online /cleanup-image /restorehealth
  10. Hi sorry I've been away, some business in real life has come up, as it seems to so often these days :( Just some small updates which I will elaborate on in longer form at a later date: I'm in the process of making some changes which require meaningful changes to Diff in winapp2ool to handle processing, which is why activity appears to have stopped. There is a pending set of changes that require that winapp2ool update to handle gracefully, although the current public version will handle them fine (albeit noisily). There's going to be some annoying overlap with CCleaner for the immediate future while I pivot how the file is maintained and built. The short version is it's going Non-CCleaner by default for the maintenance and then a CCleaner version similar to what has previously been default will be generated using winapp2ool. essentially. it is much easier to automate modifying a non-ccleaner file into a ccleaner version than the reverse which is how it is currently done and has been for a very long time. Part of a wider project which I will elaborate on later. I am taking note of the conflicts that arise with CCleaner, but for now most of the conflicting changes (ie. where ccleaner and winapp2.ini both target the same thing) will remain in place, as I am no intentionally longer avoiding these collisions. edit: of course, if something is a problem and not merely a conflict with CCleaner, I am trying to be proactive as well...
  11. in 1.5, I fixed a few settings which weren't being properly saved/initialized to disk. it's likely that when the tool re-initalized after updating it corrupted the expected state of the settings (resetting the broken settings to default and producing unexpected behavior). I think Diff was most affected by this but it's possible Trim was as well.
  12. this output comes directly from Diff :) it has been updated in the latest version to detect when entries have been merged or renamed (rather than simply declaring entries in these categories "removed") under some circumstances. it's not perfect and has occasional false negatives (ie. something was merged but Diff can't tell for some reason, usually related to a broad wildcard), but doesn't seem to report false positives. If you're curious where an entry has gone or how it has changed, it's worth running. Unfortunately the output for diffing against 220615 is too large to fit entirely within the cmd window so you will have to save it has diff.txt or view the winapp2ool log to see the full text
  13. yes. most have been merged into other entries and some have simply been moved. i think the store as a standalone category no longer makes much sense to use as part of the latest work. In part because I merged UWP and win32 versions of many entries, but also in part because many things that are in this category are just components of the windows operating system built on UWP instead of win32. Essentially, the governing factor behind whether something is this LangSecRef appears to have been whether or not it has keys pointing to %LocalAppData%\Packages rather than whether or not it actually is an app which came from the Microsoft Store. Accounts Control * has been merged into Windows Security * ActiveSync * has been merged into Microsoft Outlook * Chrome Sandbox * has been removed Cloud Experience Host * has been merged into Windows Subsystems * Content Delivery Manager * has been merged into Windows Lock Screen * Feedback Hub * has been merged into Windows Feedback * Lock Screen * has been merged into Windows Lock Screen * Maps * has been renamed to Windows Maps * MS Visual C++ Library * has been merged into Windows Language Libraries * Network Speed Test * has been renamed to Microsoft Network Speed Test * Ookla Speed Test App * has been merged into Ookla Speed Test * Photos * has been merged into Windows Photos * Print Dialog * has been merged into Windows Printing * Settings * has been merged into Windows Settings * Shell Experience Host * has been merged into Windows Shell * SmartScreen App Reputation * has been merged into Windows Security * Start Menu Experience Host * has been merged into Windows Start Menu * Store * has been merged into Microsoft Store * Store Purchase * has been merged into Microsoft Store * Weather * has been merged into MSN Weather * WebView Host * has been merged into Edge WebView Host * Windows Client * has been merged into Windows Update * Windows Library for JavaScript * has been merged into Windows Language Libraries * Windows Search * and Windows Security * have been moved to LangSecRef=3025 Xbox Console Companion * has been merged into Xbox *
  14. oy! lol, copy paste perils. thanks edit: I pushed a quick fix for this without updating the version string again, if you downloaded 230225 then you should redownload.
  15. the non-chromium edge browser entries have been archived and were left in the file by mistake. they are removed in 230225. microsoft no longer supports or distributes the non-chromium version of edge
  16. I think it's fine to have entries for this type of thing as long as they are standalone (ie. only clean the backups). Since most people using winapp2.ini are what I'd call power users, I am placing some faith in their ability to discern for themselves whether or not their backups for software are something they want edit: also this typo will be fixed today. thanks for the patience :) lots of stuff changed and honestly im surprised at how well it's going
  17. https://www.virustotal.com/gui/file/1cbf043de09773b501435835d1d396a06a489e931e940e1a1989e912e00e5815 probably need to file a false positive report https://www.bitdefender.com/consumer/support/answer/29358/ winapp2ool has a lot of very suspicious features, I guess.
  18. yes, I haven't created a release page for it yet but it should be stable for normal use purposes. it contains the changes necessary to support diffing from 220615 to 23XXXX
  19. I also notice you have windows taskbar * enabled, does disabling this fix the issue?
  20. could you elaborate on what you mean by the apps are gone and they come back?
  21. Thank you for the feedback and diligent testing so far. Fixes will be incoming regularly over the next few days to iron out some of these bugs. I had hoped that the extended availability on the 'beta' branch might have brought some of this to light earlier. Maybe we can develop a system for that in the future.
  22. Not to fear, they'll be along shortly. I was getting a little lost in the forest of what I was trying to do with winapp2.ini but I think I achieved the initial goal of a significant size reduction and general consolidation. There's a lot of work to be done modernizing entries, especially the browsers, that I was trying to include in this but I think it's best left to subsequent revisions rather than continuing to delay. I'm hoping that now that the major changes are through I'll be able to make more rapid smaller changes to bring things in line.
  23. Is this a regression from when the key parameters were |*.* instead of |*? 220615 has this as *.* and I've been generally operating under the assumption that almost anywhere we have *.* we might actually wish to use * but this may not be the case here in particular
  24. I will post an 'official' change log soon, after the initial cleanup work is completed. There's many hundreds of changes to the point where you may wish to consider resetting your ccleaner settings and reevaluating what each is doing, not all changes will necessarily stick/be non breaking although I've done my very best not to break stuff. if you want to use the latest winapp2ool.ini to run a diff against 220615 it is attached. The latest tool has been improved significantly over the previous public release to handle the wide variety of changes made in this version of winapp2ool. let me know if you experience issues winapp2-old.ini
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.