Jump to content

ricktendo64

Experienced Members
  • Posts

    153
  • Joined

  • Last visited

Posts posted by ricktendo64

  1. Typo?

     

    [iTunes Temp Files*]

    ...

    FileKey1=%Music%\My Music\iTunes|*.tmp|RECURSE

     

    This one seems to have reverted back to old code

     

    [Remote Desktop Connection*]

    ...

    FileKey1=%UserProfile%\My Documents|*.rdp

    FileKey2=%UserProfile%\Documents|*.rdp

  2. Hey Winapp2.ini, you think you could request a feature where you could use strings/variables in winapp2.ini to translate certain entry names...Most programs wont need this, its only for expanded Windows cleaning.

     

    Here is an example of what I am talking about

     

    [%Remote_Desktop_Connection%*]
    LangSecRef=3025
    DetectFile=%WinDir%\System32\mstsc.exe
    Default=False
    FileKey1=%Documents%\|*.rdp
    
    ; English (default or if language not supported)
    [strings]
    Remote_Desktop_Connection=Remote Desktop Connection
    
    ; 1034 is the language ID for Spanish
    [strings.1034]
    Remote_Desktop_Connection=Conexi?n a Escritorio remoto

     

    CCleaner will see %Remote_Desktop_Connection% and if you have it set to Spanish (1034) it will look under [strings.1034] and it will display "Conexi?n a Escritorio remoto", if its set to english or the language is not supported it will look under the default [strings] section

  3. You could experiment with editing the embedded .manifest file

     

    <requestedExecutionLevel
    level="asInvoker|highestAvailable|requireAdministrator"
    uiAccess="true|false"/>

     

    Maybe changing asInvoker to requireAdministrator

     

    More info

  4. FINALLY!!!

     

    - Added new environment variables for user documents. (i.e. %CommonDocuments%, %CommonMusic%, %CommonPictures%, %CommonVideo%, %MyDocuments%, %Documents%, %MyMusic%, %Music%, %MyPictures%, %Pictures%, %MyVideo%, %Video%)
  5. This has probably already been suggested but is there any way to add these 3 TMP files that are created in %WinDir% of XP?

     

    settmp.th.png

     

    It has probably not been added because you guys may not be sure what the files are, but I did some investigating and they are nothing but CAT files that are already installed no longer needed.

     

    Here are the results (you can compare/verify the results yourself)

     

    ; XP SP3 Spanish
    SET3.tmp = SP3.CAT = md5: 6dda25bd2f3240a5c4fa68cc41cc88df
    SET4.tmp = NTPRINT.CAT = md5: 10d15250c354874754510a9e9617d243
    SET5.tmp = IMS.CAT = md5: 721fdb6972400de8b18fdcac52bf6158

     

    So please add these useless files for cleaning (maybe the temp cleaning function is a good place for it), it will save 2.24 MB of disk space

     

    tia

  6. Can you please add the MRU entries from these two MSI installer editors?

     

    InstEd (Free)

    [instEd*]
    LangSecRef=3024
    Detect=HKCU\Software\instedit.com\insted
    Default=False
    RegKey1=HKCU\Software\instedit.com\insted\MRU

     

    Orca (extracted from the Windows SDK)

    [Orca*]
    LangSecRef=3024
    Detect=HKCU\Software\Microsoft\Orca
    Default=False
    RegKey1=HKCU\Software\Microsoft\Orca\Recent File List

  7. Can you plese add this line to Internet Download Accelerator that I explained earlier in this post?

     

    [internet Download Accelerator*]
    ; Add this please
    FileKey6=%AppData%\Internet Download Accelerator\temp\Preview|*.*

     

     

    ====================================================================================================================================================

     

     

    BTW I dunno if this has been discussed/requested before but there are these SET*.tmp (read only) files in Windows XP that can be deleted

     

    settmp.th.png

     

    I did some investigating and they are nothing but .cat files that have already been installed in the %WinDir%\system32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE} dir, here are the results

     

    ; XP SP3 Spanish
    SET3.tmp = SP3.CAT = md5: 6dda25bd2f3240a5c4fa68cc41cc88df
    SET4.tmp = NTPRINT.CAT = md5: 10d15250c354874754510a9e9617d243
    SET5.tmp = IMS.CAT = md5: 721fdb6972400de8b18fdcac52bf6158

     

    Maybe add them to an already temp file cleaning entry?

     

    If not and if anybody wants to, can you guys post suggestions on entry name and detection code. I have a good idea but am sure you guys are more experienced and can implement it better that what I may have in mind

  8. Found one more location for cleaning for Internet Download Accelerator, please add "%AppData%\Internet Download Accelerator\temp\Preview" for cleaning all the files within this folder (do not delete folder with REMOVESELF, if folder is deleted preview stop working until the program is restarted and the dir is recreated) here is the new code with the location added

     

    [internet Download Accelerator*]
    LangSecRef=3022
    Detect=HKCU\Software\2VG\Internet Download Accelerator
    Default=True
    FileKey1=%AppData%\Internet Download Accelerator|history.xml
    FileKey2=%AppData%\Internet Download Accelerator|nodelist.xmlc
    FileKey3=%AppData%\Internet Download Accelerator\temp|*.hnt
    FileKey4=%AppData%\Internet Download Accelerator\temp|lastnews.*
    FileKey5=%AppData%\Internet Download Accelerator\temp|playflv.html
    FileKey6=%AppData%\Internet Download Accelerator\temp\Preview|*.*

     

    Thank you for maintaining this great file

  9. 
    [internet Download Accelerator Temp Files*]
    LangSecRef=3022
    Detect=HKCU\Software\2VG\Internet Download Accelerator
    Default=False
    FileKey1=%AppData%\Internet Download Accelerator\temp|*.*|RECURSE
    ExcludeKey1=FILE|%Appdata%\Internet Download Accelerator\temp|skin_dll.cfg
    

    @ricktendo64 Please try this entry and see if it fixes the issue.

    There is no need to delete the entire temp folder contents, the name is deceiving there are many files that are critical not just skin_dll.cfg have a look

     

    idatemp.th.png

     

    My code I submitted only deletes MRU crap and I dont think it really needs to be split into 3 categories because its all MRU stuff...this is all that needs to be cleaned:

     

    [internet Download Accelerator*]
    LangSecRef=3022
    Detect=HKCU\Software\2VG\Internet Download Accelerator
    Default=True
    FileKey1=%AppData%\Internet Download Accelerator|history.xml
    FileKey2=%AppData%\Internet Download Accelerator|nodelist.xmlc
    FileKey3=%AppData%\Internet Download Accelerator\temp|*.hnt
    FileKey4=%AppData%\Internet Download Accelerator\temp|lastnews.*
    FileKey5=%AppData%\Internet Download Accelerator\temp|playflv.html

     

    Here is the lowdown

    history.xml deletes history list

    nodelist.xmlc is a backup copy of nodelist.xml (notice no letter "C" on end)

    *.hnt these store recently used URL's and save paths

    lastnews.* deletes lastnews.txt and lastnews.xml

    playflv.html is created when you download and preview a flv file from the web

  10. Why did you change my Internet Download Accelerator to clean ALL the temp dir?

     

    I get this error if I clean the temp dir with ida open and then use FlashGot All (download all files on page)

     

    skinerr.png

     

    Restarting ida so new temp files are created solves the problem

  11. Hiya, I was wondering if its possible to add a custom variable %MyDocs%="%UserProfile%\My Documents;%UserProfile%\Documents;%UserProfile%\Mis documentos;etc;etc" so it would be possible to have multilang support and the need for only one entry instead of multiple?

     

    Like this for example (BTW .RDP cleaning is not present and would be a good addition) Remote Desktop Connection cleaning

     

    [Remote Desktop Connection*]
    LangSecRef=3025
    DetectFile=%WinDir%\System32\mstsc.exe
    Default=False
    FileKey1=%UserProfile%\My Documents|*.rdp
    FileKey2=%UserProfile%\Documents|*.rdp

     

    .RDP file is generated when you launch Remote Desktop Connection, it saves your info

     

    P.S. Also variables for My Pictures, My Videos and so on if its not too much

     

    Edit: I should have maybe added this to Feature Requests...

  12. Wildcard support would be nice too! (For folders!)

    Yea, I saw that in the Web Platform Installer thread and thought it would be cool...this program that I did would benefit from it, making it work for all versions of the app and not just the one

     

    [beyond Compare 3*]
    LangSecRef=3021
    Detect=HKLM\Software\Scooter Software\Beyond Compare 3
    Default=True
    FileKey1=%AppData%\Scooter Software\Beyond Compare 3|*.bak
    FileKey2=%AppData%\Scooter Software\Beyond Compare 3|BCCommands.xml
    FileKey3=%AppData%\Scooter Software\Beyond Compare 3|BCSessions.xml

     

    To make compatible with all versions it would go like this (would also be nice to add wildcard support for reg)

     

    [beyond Compare*]
    LangSecRef=3021
    Detect=HKLM\Software\Scooter Software\Beyond Compare*
    Default=True
    FileKey1=%AppData%\Scooter Software\Beyond Compare*|*.bak
    FileKey2=%AppData%\Scooter Software\Beyond Compare*|BCCommands.xml
    FileKey3=%AppData%\Scooter Software\Beyond Compare*|BCSessions.xml

  13. We are working on adding support to clean various types of document/content. INI files will be one of them! Coming soon! :)

    Happy to hear, cant wait :)

     

    OH and please dont forget to add the 3 new program cleaning entries of mine (Restorator 2007, IDA and Beyond Compare 3) to Winapp2.ini, I use and have tested them and they all work gr8

  14. I don't understand the question. can you expand what you mean?

    Anyway of NOT deleting the .INI file to preserve settings, only editing it to remove MRU stuff example

     

    UniExtract.ini

    [uniExtract Preferences]
    globalprefs=1
    history=1
    appendext=1
    removetemp=1
    removedupe=1
    warnexecute=1
    debugdir=%temp%
    [File History]
    0=C:\Users\Ricardo\Desktop\wpi.msi
    3=F:\Microsoft\Drivers\Se7en\INF_allOS_9.1.1.1014_PV.exe
    5=F:\Microsoft\Drivers\Se7en\INF_allOS_9.1.2.1008_PV.exe
    6=C:\Users\Ricardo\Downloads\wintv7setup.exe
    7=C:\Users\Ricardo\Documents\Projects\dotNETMaker\dotNETfx\DNF11\netfx.msi
    8=C:\Users\Ricardo\Desktop\Seven Remix XP 2.41.exe
    9=C:\Users\Ricardo\Downloads\EP0000156866.exe
    2=F:\Microsoft\Drivers\Se7en\INF_allOS_9.2.0.1021_PV.exe
    1=F:\wpi\Install\SkypeSetup.msi
    4=F:\Microsoft\Drivers\Se7en\INF_allOS_9.1.2.1007_PV.exe
    [Directory History]
    0=C:\Users\Ricardo\Desktop\wpi
    3=F:\Microsoft\Drivers\Se7en\INF_allOS_9.1.1.1014_PV
    5=F:\Microsoft\Drivers\Se7en\INF_allOS_9.1.2.1008_PV
    6=C:\Users\Ricardo\Downloads\wintv7setup
    7=C:\Users\Ricardo\Documents\Projects\dotNETMaker\dotNETfx\DNF11\netfx
    8=C:\Users\Ricardo\Desktop\Seven Remix XP 2.41
    9=C:\Users\Ricardo\Downloads\EP0000156866
    2=F:\Microsoft\Drivers\Se7en\INF_allOS_9.2.0.1021_PV
    1=F:\wpi\Install\SkypeSetup
    4=F:\Microsoft\Drivers\Se7en\INF_allOS_9.1.2.1007_PV

     

    Code could go something like

     

    [universal Extractor*]
    LangSecRef=3021
    DetectFile=%ProgramFiles%\Universal Extractor\UniExtract.exe
    Default=False
    ; This will delete all that is present under a ini section
    FileKey1=%ProgramFiles%\Universal Extractor|UniExtract.ini|File History,*
    ; This will delete only a specified value (8=*)
    FileKey2=%ProgramFiles%\Universal Extractor|UniExtract.ini|Directory History,8

     

    Its just a rough example to show you what I mean, you guys may know better how to code winapp2.ini

  15. Hey man i am not an CCleaner operator to do that take your team to help you i only report it to you to help you to improve your program and not give you the folder direction or install programs to do your job

    if you wanna make your program better here is an idea if you wanna to ignore it just do, but take care the users that reporting their ideas they are not forced to do this they do it for helping you to be better.

     

    - Thanks!

    If you want your program added you need to provide more info, you cant say just say "Hey add this" and expect people to do the rest, take some initiative

  16. Restorator 2007

     

    [Restorator 2007*]
    LangSecRef=3021
    Detect=HKCU\Software\Bomers\Restorator
    Default=False
    RegKey1=HKCU\Software\Bomers\Restorator\Restorator\Current|LastSearchString
    RegKey2=HKCU\Software\Bomers\Restorator\Restorator\FindDialog
    RegKey3=HKCU\Software\Bomers\Restorator\Restorator\GrabDialog
    RegKey4=HKCU\Software\Bomers\Restorator\Restorator\LastFoundFiles
    RegKey5=HKCU\Software\Bomers\Restorator\Restorator\MRUList

     

    BTW is there a way to edit .INI file sections?

  17. Frankly the only selfish person I see here is yourself..."I dont want this, I dont want that..."

     

    Let me educate you a little, the portable version of CCleaner has the option to add a shortcut to recycle bin (Options -> Settings) I am simply trying to make it cooler...to add a UAC shield next to it

     

    So please keep your misinformed opinions to yourself Al, because you CLEARLY! dont know WTF you are talking about

  18. Internet Download Accelerator (IDA)

     

     

    [internet Download Accelerator*]
    LangSecRef=3022
    Detect=HKCU\Software\2VG\Internet Download Accelerator
    Default=True
    FileKey1=%AppData%\Internet Download Accelerator|history.xml
    FileKey2=%AppData%\Internet Download Accelerator|nodelist.xmlc
    FileKey3=%AppData%\Internet Download Accelerator\temp|*.hnt
    FileKey4=%AppData%\Internet Download Accelerator\temp|lastnews.*
    FileKey5=%AppData%\Internet Download Accelerator\temp|playflv.html

     

    Beyond Compare 3

     

    [beyond Compare 3*]
    LangSecRef=3021
    Detect=HKLM\Software\Scooter Software\Beyond Compare 3
    Default=True
    FileKey1=%AppData%\Scooter Software\Beyond Compare 3|*.bak
    FileKey2=%AppData%\Scooter Software\Beyond Compare 3|BCCommands.xml
    FileKey3=%AppData%\Scooter Software\Beyond Compare 3|BCSessions.xml

  19. Not appropriate for the PORTABLE version of CC which should not meddle with the registry.

     

    Would it be helpful if CC gave its own warning,

    REGARDLESS of how it was launched (i.e. not just recycle bin),

    if instead it first looked at whether UAC would kill/restrict its operation,

    and if relevant issued its own warning that UAC may interfere and then give the choice of proceed or abort ?

     

    Alan

    Not talking about adding more warnings, just a simple shield like windows has in some context menu entries or links to say if you launch this prog uac dialog will show up when launched

     

    uacshields.png

×
×
  • Create New...

Important Information

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