Jump to content

CSGalloway

Experienced Members
  • Posts

    414
  • Joined

  • Last visited

Posts posted by CSGalloway

  1. [Beyond Compare *]
    LangSecRef=3021
    Detect=HKCU\Software\Scooter Software\Beyond Compare
    FileKey1=%AppData%\Scooter Software\Beyond Compare*|*.bak
    RegKey1=HKCU\Software\Scooter Software\Beyond Compare\Recent


    This appears with Multi-Edit but does not use %appdata%\....  Is there a modification so it won't show if MEW exists?

    Detect=HKCU\Software\Multi Edit Software\Multi-Edit\11.0

     

  2. Windows ShellBags 1 *]
    Section=Charles
    Detect=HKCU\Software\Microsoft\Windows
    Warning=This will reset folders and desktops size, view, icon or position settings to default and remove traces of the folders that do not exist anymore.
    RegKey1=HKCU\Software\Microsoft\Windows\Shell\BagMRU
    RegKey2=HKCU\Software\Microsoft\Windows\Shell\Bags
    RegKey3=HKCU\Software\Microsoft\Windows\ShellNoRoam\BagMRU
    RegKey4=HKCU\Software\Microsoft\Windows\ShellNoRoam\Bags
    ExcludeKey1=REG|HKCU\Software\Microsoft\Windows\Shell\Bags\1\Desktop
    ExcludeKey2=REG|HKCU\Software\Microsoft\Windows\Shell\Bags\AllFolders
    ExcludeKey3=REG|HKCU\Software\Microsoft\Windows\ShellNoRoam\Bags\1\Desktop
    ExcludeKey4=REG|HKCU\Software\Microsoft\Windows\ShellNoRoam\Bags\AllFolders
    
    [Windows ShellBags 2 *]
    DetectOS=6.0|
    Section=Charles
    Detect=HKCU\Software\Microsoft\Windows
    Warning=This will reset folders size, view, icon or position settings to default and remove traces of the folders that do not exist anymore.
    RegKey1=HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU
    RegKey2=HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags
    ExcludeKey1=REG|HKCU\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags\AllFolders

     

    Do the RegKeyN's occur in every Windows version? Do I need a DetectOS here?

  3. I think it would be quite beneficial if when a user removes CCleaner from Add/Remove programs, that the uninstall program moves CCleaner.ini to the User's Desktop so that is the user wants to reinstall later - they can just place their selections back quite easily. 

  4. Changed/added Detectfiles to match entry in winapp.ini

    removed entry is also in winapp.ini for *Cache / Cache

    [Skype for Desktop *]
    LangSecRef=3021
    DetectFile1=%ProgramFiles%\Microsoft\Skype for Desktop\Skype.exe
    DetectFile2=%AppData%\Microsoft\Skype for Desktop
    FileKey1=%AppData%\Microsoft\Skype for Desktop|Skype-Setup.exe
    FileKey2=%AppData%\Microsoft\Skype for Desktop\Logs|*.*
    FileKey3=%AppData%\Microsoft\Skype for Desktop\Media-stack|*.bak;*.etl

     

  5. 1 hour ago, APMichael said:

    @Nergal CSGalloway's question was not directly related to Winapp2.ini, but to a batch script on GitHub.

     

    Unfortunately, I have very little time for other things at the moment, but with a little trick I was able to insert the leading zeros quickly. You can download the updated batch script on GitHub.

    Excuse me, but I don't quite understand the line number question. Which line number should be output where exactly? And what use is the information about the line number then? Since the batch script skips all blank lines, the line numbers would not match those in Winapp2.ini anyway.

    Please keep in mind that this is only a simple batch script. Compared to a "real" programming language it has very limited functionality and performance.

    The change I see is

    SET "wais_rule=0000%wais_entry%"
    

    and I wanted the entry to be padded out to the length of the wais_entries so if wais_entries was 3105 then entry 1 would be 0001, 10 would be 0010, 100 would be 0100, and 1000 would not be padded out.

    The line numbering question has to do with

    ECHO !wais_line! >>"%wais_folder%\preamble.txt"

    I would just like to output the line number from the INI file before the wais_line.  Something like:

    ECHO nLine | !wais_line! >>"%wais_folder%\preamble.txt"

    where nLine is the line numbere from the INI file being read.

  6. A long time ago someone had sent me a batch file to split the rules in each INI file - think it was called Splitrules.bat - and I can not find where that is so would greatly appreciate it again please....

  7. Revised Entry

    Added FK4 = =

    [Auslogics Registry Defrag *]
    LangSecRef=3024
    Detect1=HKCU\Software\Auslogics\Registry Defrag
    Detect2=HKLM\Software\Auslogics\Registry Defrag
    Default=False
    FileKey1=%AppData%\Auslogics\Registry Defrag\Logs|*.*
    FileKey2=%AppData%\Auslogics\Registry Defrag\Reports|*.*
    FileKey3=%CommonAppData%\Auslogics\Registry Defrag\*.x\Reports|*.*
    FileKey4=%CommonAppData%\Auslogics\Registry Defrag\*.x\DeliveredAction\*.tmp

     

  8. 6 hours ago, APMichael said:

    New Winapp3.ini entry:

    [Firefox Old Data *]
    Section=Dangerous Firefox
    DetectFile=%AppData%\Mozilla\Firefox
    Default=False
    Warning=The folders are created as part of the "Refresh Firefox" process and can contain important data.
    FileKey1=%UserProfile%\Desktop\Old Firefox Data *|*.*|REMOVESELF

    If Firefox Old Data is basically the same structure as %appdata%\mozilla\profiles then why not have copies of all the firefox entries and just do

        Detectfile=%UserProfile%\Desktop\Old Firefox Data *

    and for instance have the new rule for the old

      [Bookmark Backups *]

    be

    [OFD Bookmark Backups *]

    ??

  9. 2 hours ago, Winapp2.ini said:

    I added a link directly to the Creating Entries section of the ReadMe to the top level post. For sanity/version control reasons, it's much easier to link to GitHub resources from this thread than to maintain separate copies

    Thank you for adding a link......  :)

  10. 5 hours ago, APMichael said:

    I guess it should be LangSecRef=3021 (= Internet).

    For the readme simply click on the GitHub link in the first post.

     

    I think it would be a good suggestion if a similar readme post could be added near the front of this thread..... here...

     

    OE Classic is a replacement for Outlook Express..... 

  11. New Entry

    [OE Classic*]

    LanSecRef=
    Detect=HKCU\Software\OEClassic
    Default-False
    FileKey1=%LocalAppData%\OEClassic\Prg|*.*|RECURSE

    Not sure of the ocorrect value for LanSecRef = can't find it documents on here...

     

  12. I see an entry for [Auslogics Registry Defrag*] is in the winapp2.ini but not showing up on my system. I am using windows 7 x64. The places where Auslogics is mentioned in my registry are the following:

    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Auslogics\Registry Defrag\11.x

    The reports are stored in "C:\ProgramData\Auslogics\Registry Defrag\11.x\Reports"

     

  13. 3 hours ago, siliconman01 said:

    Btw APMichael,

    Do you know how to set up Winapp1.ini so that it will not show such entries as [Twitter Metro] and several Bing entries link [Bing Finance]?  I cannot seem to find any instructions on how to do this little known trick.  

    I would assume just extract the winapp1.ini from the ccleaner.exe or ccleqaner64.exe using tghe /export command line option then edit the winapp1.ini and just comment out using ";" the lines you don't want processed.

  14. 58 minutes ago, Andavari said:

    Does this look right to exclude that whole path you refer to?
    ExcludeKey1=PATH|%LocalAppData%\Packages\Microsoft.Windows.Cortana_*\LocalState\|DeviceSearchCache

    Edit:
    Couldn't get it to exclude using a path, however I got this to work as intended:
    ExcludeKey1=FILE|%LocalAppData%\Packages\Microsoft.Windows.Cortana_*\LocalState\DeviceSearchCache\|*.*

    Also the way you suggest to restore Cortana functionality does not work if Cortana is purposely disabled by the user, and the user is instead just using it as a normal local search, hence the reason I use a batch script to restore the functionality.

    Please share the batch script you mentioned.....

×
×
  • Create New...

Important Information

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