Jump to content

APMichael

Experienced Members
  • Posts

    984
  • Joined

  • Last visited

Posts posted by APMichael

  1. Hello everyone. Good news my PC is back online. I have already updated the non-ccleaner with the regular Winapp2 file. Unfortunately I have lost track as to what was added and what hasn't. If anything got missed, please re post it.

    That's good to hear.

     

    Missed posts: #6269, #6278, #6285, #6286

  2. But it does Not clear the Data usage. :(

    Run CCleaner and then check:

    Go to Windows Settings >Network & Internet >Data usage

    It must be 0 MB but it is Not. :(

    If you check the Data Usage before the cleaning, some of the files are locked. And it seems that they are cached in the memory.

    It works after a reboot. But you have to wait 2-3 minutes before and after using CC. Otherwise some files will be locked or reappearing.

  3. Can someone, PLEASE, create an entry that will reset Data Usage  (Windows 10)

    by deleting the entire files of the  C:\Windows\System32\sru\  directory?

     

    It's in the winapp2.ini file already! > [sRU Monitoring Traces*]

  4. Are you sure those changes are working? I think something went wrong.
     
    [Adobe Photoshop Elements*]

    -FileKey1=%AppData%\Adobe\Elements Organizer\*\Organizer|*.txt;status.dat (one subfolder between)
    +FileKey1=%AppData%\Adobe\Elements Organizer*\Organizer|*.txt;status.dat (no subfolder)

    [Adobe Premiere Elements*]
     
    -FileKey1=%AppData%\Adobe\Common\Thumbnail Cache|*.*|RECURSE (all files = *.*)
    +FileKey1=%AppData%\Adobe\Common\Thumbnail Cache|.|RECURSE (missing asterisks)
     
    -FileKey3=%Documents%\Adobe\Premiere Elements\*|*.log (one subfolder between and all log-files = *.log)
    +FileKey3=%Documents%\Adobe\Premiere Elements*|.log (no subfolder and missing asterisk)
     
    -FileKey4=%Documents%\NewBlueFX\Logs|*.txt (all txt-files = *.txt)
    +FileKey4=%Documents%\NewBlueFX\Logs|.txt (missing asterisk)

  5. [Jump Lists*]

    LangSecRef=3025

    Detect=HKCU\Software\Microsoft\Windows

    Default=False

    FileKey1=%AppData%\Microsoft\windows\recent\Automaticdestinations|*.*|RECURSE

    FileKey2=%AppData%\Microsoft\windows\recent\CustomDestinations|*.*|RECURSE

    Should we add: "ExcludeKey1=FILE|%AppData%\Microsoft\Windows\Recent\AutomaticDestinations\|f01b4d95cf55d32a.automaticDestinations-ms" ?

    This protects user made changes to "Quick access".

     

    [internet Explorer More*]

    ...

    Added:

    FileKey12=%LocalLowAppData%\Microsoft\CryptnetUrlCache\Content|*.*|RECURSE

    FileKey13=%LocalLowAppData%\Microsoft\CryptnetUrlCache\MetaData|*.*|RECURSE

     

    Covered by entry [Cached Certification Files*] already:

    [Cached Certification Files*]
    LangSecRef=3025
    Detect=HKCU\Software\Microsoft\Windows
    Default=False
    FileKey1=%AppData%\Microsoft\CryptnetUrlCache|*.*|RECURSE
    FileKey2=%LocalLowAppData%\Microsoft\CryptnetUrlCache\Content|*.*|RECURSE
    FileKey3=%LocalLowAppData%\Microsoft\CryptnetUrlCache\MetaData|*.*|RECURSE
    
  6. Thanks for the updates!

     

    Those entries still have brackets:

    [Add New Hardware Wizard (MRU)*]
    [Creative Soundblaster (Cache & Logs)*]
    [DisplayFusion (Setup File & Log)*]
    [OcenAudio (MRU)*]

     

    Please swap position of these two entries:

    [Firefox Logs*]
    [Firefox HTML5 Storage*]

     

  7. > master

       "https://raw.githubusercontent.com/MoscaDotTo/Winapp2/master/Winapp2.ini"                                         

    > development

       "https://raw.githubusercontent.com/MoscaDotTo/Winapp2/ee06a5132c3b979c40dd028f236af2849b76b20a/Development/Winapp2"

     

              The winapp2.ini I copied from the master link above has: Version: v5.26.170306

    The winapp2.ini I copied from the development link above has: Version: 170329

     

    Why is the one from today not available? 

     

    ??? Please check my reply to your last post. Thanks.

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

  8. Ok, thanks for the research!

     

    Then all OneDrive entries [OneDrive App Logs*] + [OneDrive Setup Logs*] + [OneDrive Usage Logs*] could be modified respectively combined to:

    [OneDrive Logs*]
    LangSecRef=3021
    Detect=HKCU\Software\Microsoft\OneDrive
    Default=False
    FileKey1=%LocalAppData%\Microsoft\OneDrive\logs|*.*|RECURSE
    FileKey2=%LocalAppData%\Microsoft\OneDrive\setup\logs|*.*|RECURSE
    FileKey3=%LocalAppData%\Microsoft\Windows\OneDrive\logs|*.*|RECURSE
    
  9. I don't think the main OneDrive issued as part of Windows is an "App".  I saw this code in Winapp2.ini.  Because of the name I assumed the submitter was referring the OneDrive app that is available in Windows Store.  I suspect that the "SkyDrive" code can be removed.  If it is referring to the "app", it should be placed in LangSecRef=3031 instead of 3021.  OR perhaps this code was submitted for Windows 7 or 8/8.1 because the Detect1/Detect2 does not appear correct for Windows 10.  

     

    We could probably go with the code below to replace [OneDrive App Logs*] and the one I submitted [OneDrive Usage Logs*]

     

    Yes, you're right. The word "App" is an unfortunate choice and should be removed. (IMHO it's always better to modify an existing entry, so that the winapp2.ini doesn't include duplicate keys.)

     

    I'm not sure about removing the "SkyDrive" code: Is it confirmed that old installations were also updated to the new name "OneDrive"?

    But I think "DetectFile" isn't necessary, because SkyDrive/OneDrive always created the HKCU registry key.

  10. New Entry:  [OneDrive Usage Logs*]

    [OneDrive Usage Logs*]
    LangSecRef=3021
    Detect=HKCU\Software\Microsoft\OneDrive
    Default=False
    FileKey1=%LocalAppData%\Microsoft\OneDrive\logs|*.*
    

     

    In winapp2.ini already! [OneDrive App Logs*] But we should change the detection to:

    [OneDrive App Logs*]
    LangSecRef=3021
    Detect1=HKCU\Software\Microsoft\SkyDrive
    Detect2=HKCU\Software\Microsoft\OneDrive
    Default=False
    FileKey1=%LocalAppData%\Microsoft\Windows\SkyDrive\logs|*.*|RECURSE
    FileKey2=%LocalAppData%\Microsoft\Windows\OneDrive\logs|*.*|RECURSE
    FileKey3=%LocalAppData%\Microsoft\SkyDrive\logs|*.*|RECURSE
    FileKey4=%LocalAppData%\Microsoft\OneDrive\logs|*.*|RECURSE
    
  11. Thanks for fixing!

     

    Forgot to move to Chrome section:

    [Extensions State*]

     

    Forgot to move to Firefox section:

    [Adblock Plus/Edge For Firefox*]

    [Archived Data Reporting*]

     

    Please use "Find and Replace" with "Match case":
    Find what: Filekey
    Replace with: FileKey

    (There are 5 wrong written FileKeys.)

  12. You know, I checked and double checked these on my Windows 10x64 Professional systems, and the removal of these FileKeys does not clean out what the removed keys targeted.  That's why I added them to the cleaning code just a few days ago.  I discovered this by constantly seeing these files being removed by another cleaning program that I have AFTER I had just run CCleaner.  So I confirmed that the files were not being deleted by the code you suggest.  Why??? Beats me.   :wacko:   I would prefer to see the code left as is.

    Thanks for your reply. That's very strange, on my system RECURSE works as expected. :wacko: But ok, we shouldn't remove these FileKeys if they are needed on some systems.

     

    @ROCKNROLL: So please ignore my changes for [Microsoft Edge More*] and [internet Explorer More*]. Thanks!

  13. Modified entry: [Apple Device Updates*]
    Combine FileKey 1 and 2.

    [Apple Device Updates*]
    LangSecRef=3023
    Detect=HKLM\Software\Apple Computer, Inc.
    Default=False
    FileKey1=%AppData%\Apple Computer\iTunes|*.ipsw;*.log|RECURSE
    

    Modified entry: [Microsoft Edge More*]
    Removed FileKey 11 because it is covered by RECURSE of FileKey 12 already.

    [Microsoft Edge More*]
    LangSecRef=3022
    Detect=HKCU\Local Settings\Software\Microsoft\Windows\CurrentVersion\AppModel\SystemAppData\Microsoft.MicrosoftEdge_8wekyb3d8bbwe
    DetectFile=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_8wekyb3d8bbwe
    Default=False
    FileKey1=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\#!001\INetCookies|*.*|RECURSE
    FileKey2=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\#!001\MicrosoftEdge\Cookies|*.*|RECURSE
    FileKey3=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\#!002\INetCookies|*.*|RECURSE
    FileKey4=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\#!002\MicrosoftEdge\Cookies|*.*|RECURSE
    FileKey5=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\#!001\Microsoft\CryptnetUrlCache|*.*|RECURSE
    FileKey6=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\#!002\Microsoft\CryptnetUrlCache|*.*|RECURSE
    FileKey7=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\Microsoft\CryptnetUrlCache|*.*|RECURSE
    FileKey8=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\MicrosoftEdge\Cookies|*.*|RECURSE
    FileKey9=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\MicrosoftEdge\User\Default\DataStore\Indexed\Data\|*.*|RECURSE
    FileKey10=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AppData\User\Default\Indexed DB\|*.log|RECURSE
    FileKey11=%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\MicrosoftEdge\user\default\datastore\Data\nouser1\*\DBStore\|*.*|RECURSE
    ExcludeKey1=FILE|%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\MicrosoftEdge\user\default\datastore\Data\nouser1\*\DBStore\|edb.chk
    ExcludeKey2=FILE|%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\MicrosoftEdge\user\default\datastore\Data\nouser1\*\DBStore\|spartan.edb
    ExcludeKey3=FILE|%LocalAppData%\Packages\Microsoft.MicrosoftEdge_*\AC\MicrosoftEdge\user\default\datastore\Data\nouser1\*\DBStore\|spartan.jfm
    

    Modified entry: [internet Explorer More*]
    Removed FileKey 22 and 23 because they are covered by RECURSE of FileKey 9.

    [Internet Explorer More*]
    LangSecRef=3022
    Detect=HKCU\Software\Microsoft\Internet Explorer
    Default=False
    FileKey1=%AppData%\Microsoft\Internet Explorer|brndlog.bak;brndlog.txt
    FileKey2=%AppData%\Microsoft\Internet Explorer\UserData|*.*|RECURSE
    FileKey3=%LocalAppData%\Microsoft\Internet Explorer|frameiconcache.dat;tabiconcache.dat;brndlog.txt;brndlog.bak
    FileKey4=%LocalAppData%\Microsoft\Internet Explorer\Recovery\Last Active|*.*|RECURSE
    FileKey5=%LocalAppData%\Microsoft\SmartScreen|*.tmp
    FileKey6=%LocalAppData%\Microsoft\Windows\AppCache|*.*|RECURSE
    FileKey7=%LocalAppData%\Microsoft\Windows\IECompatCache|*.*|RECURSE
    FileKey8=%LocalAppData%\Microsoft\Windows\IECompatUACache|*.*|RECURSE
    FileKey9=%LocalAppData%\Microsoft\Windows\INetCache|*.*|RECURSE
    FileKey10=%LocalAppData%\Microsoft\Windows\WebCache|*.*|RECURSE
    FileKey11=%LocalAppData%\Microsoft\Windows\WebCache.old|*.*|REMOVESELF
    FileKey12=%LocalLowAppData%\Microsoft\Internet Explorer\iconcache|*.*|RECURSE
    FileKey13=%LocalLowAppData%\Microsoft\Windows\AppCache|*.*|RECURSE
    FileKey14=%SystemDrive%\Documents and Settings\Default User\Application Data\Microsoft\Internet Explorer|brndlog.bak;brndlog.txt
    FileKey15=%SystemDrive%\Documents and Settings\LocalService\IETldCache|*.*|RECURSE
    FileKey16=%SystemDrive%\Documents and Settings\NetworkService\IETldCache|*.*|RECURSE
    FileKey17=%WinDir%\ServiceProfiles\LocalService\AppData\Roaming\Microsoft\Windows\IETldCache|*.*|RECURSE
    FileKey18=%WinDir%\ServiceProfiles\NetworkService\AppData\Roaming\Microsoft\Windows\IETldCache|*.*|RECURSE
    FileKey19=%WinDir%\System32\config\systemprofile\AppData\Local\Microsoft\Windows\INetCache|*.*|RECURSE
    FileKey20=%WinDir%\System32\config\SystemProfile\AppData\LocalLow\Microsoft\Internet Explorer|brndlog.bak;brndlog.txt
    FileKey21=%WinDir%\System32\config\SystemProfile\Application Data\Microsoft\Internet Explorer|brndlog.bak;brndlog.txt
    RegKey1=HKCU\Software\Microsoft\Internet Explorer\International|CNum_CpCache
    RegKey2=HKCU\Software\Microsoft\Internet Explorer\International|CpCache
    RegKey3=HKCU\Software\Microsoft\Internet Explorer\International\CpMRU
    RegKey4=HKCU\Software\Microsoft\Internet Explorer\LowRegistry\Audio\PolicyConfig\PropertyStore
    RegKey5=HKCU\Software\Microsoft\Internet Explorer\PageSetup
    RegKey6=HKCU\Software\Microsoft\Internet Explorer\Recovery\PendingDelete
    RegKey7=HKCU\Software\Microsoft\Internet Explorer\TypedURLSTime
    RegKey8=HKCU\Software\Microsoft\Windows\CurrentVersion\Ext\Stats
    ExcludeKey1=FILE|%LocalAppData%\Microsoft\Windows\INetCache\IE|container.dat
    

    @siliconman01: Please check if this is ok for you. Thanks. (For me RECURSE works flawless.)

  14. I tried adding the exclude rules, but they are not working.

     

    ExcludeKey1=FILE|%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\AC\INetCache|container.dat

    ExcludeKey2=FILE|%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\AC\INetHistory\BackgroundTransferApi|container.dat

     

    You just forgot to add a backslash at the end of the path:

     

    ExcludeKey1=FILE|%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\AC\INetCache\|container.dat

    ExcludeKey2=FILE|%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\AC\INetHistory\BackgroundTransferApi\|container.dat

     

    Alternative:

    ExcludeKey1=FILE|%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\AC\INetCache\container.dat

    ExcludeKey2=FILE|%LocalAppData%\Packages\Microsoft.Windows.ContentDeliveryManager_*\AC\INetHistory\BackgroundTransferApi\container.dat

     

    #4274

×
×
  • Create New...

Important Information

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