Jump to content

mushu13

Experienced Members
  • Posts

    99
  • Joined

  • Last visited

Posts posted by mushu13

  1. I suggest you look into languages that are geared more toward scripting.

    AutoIt is free, and it is very versatile, most people can get quite far just by looking through the AutoIt forums. The forum experts there could help you with just about any AutoIt question you could ever possibly have.

     

    I am not much of a programmer, so this is where my wealth of knowledge ends. :lol:

  2. 1. Not easily possible to run on sound device change.

    Maybe with more advanced scripting, but definitely not with a batch file.

     

    2. This *should* work with your Winamp problem:

     

    taskkill /im ehtray.exe /Fstart C:\WINDOWS\ehome\ehtray.exetaskkill /im "winamp.exe"if %errorlevel%==0 (start /d "C:\Program Files\Winamp" winamp.exe)clsexit

    Line 3: closes WinAmp, and sets the ERRORLEVEL to 0 if it closed properly.

    Line 4: Checks for the correct ERRORLEVEL, then changes to the Winamp folder and starts it.

     

    This will start winamp only if it was running in the first place.

     

    Any other questions, feel free to ask! B)

  3. 1. That is XP MCE.

     

    2. It is not a service.

     

    3. If I am understanding ThatDude correctly, ehtray.exe needs to be killed then restarted.

    So try this:

     

     

    taskkill /im ehtray.exe /Fstart C:\WINDOWS\ehome\ehtray.execlsexit

    The first line kills the running ehtray.exe, the second restarts ehtray.exe

    cls and exit are not actually needed, but they make the command window close slightly faster.

     

    Hopefully this is what you needed! B)

  4. I thought that adding the file locations/names to my EXCLUDE list would prevent CCleaner from deleting them. I was wrong. I believe the EXCLUDE list is strictly for the Registry Cleaner. Is this correct???
    No, it will exclude files, folders, and registry issues depending on which button you check.

    However, I do not know why it is not working.

     

    Actually I don't see why CCleaner is removing the individual files....
    Because they are in the temporary directory.
  5. It will never happen.

    This had been discussed several times and it has always reached the conclusion that even though CCleaner is one of the safest registry cleaners out there, there is just too much that could go wrong with auto registry cleaning.

     

    Most people will not have any problems with just cleaning all errors, but there are a select few that could have serious problems after cleaning all.

     

    CCleaner.exe /AUTO-REGISTRY-CLEANUP-YEAH-I-KNOW-THE-IMPLICATIONS
    Hilarious!
  6. CCleaner is mostly x64 compatable. (Source)

     

    There have been come minor issues, mainly with registry cleaning.

     

    I'm sure the developers would appreciate any specific bugs you happen to come across. :)

  7. -s

    Run remote process in the System account .

    You cannot use that option, unless your goal is to clean only the system account. (which is pointless)

     

    So you must use:

    -u

    Specifies optional user name for login to remote computer.

     

    -p

    Specifies optional password for user name. If you omit this you will be prompted to enter a hidden password.

    For every account you wish to clean.

     

    So, something like this:

    psexec \\ClientPC -u user1 -p pass1 -i "C:\Program Files\CCleaner\CCleaner.exe" /AUTO

    psexec \\ClientPC -u user2 -p pass2 -i "C:\Program Files\CCleaner\CCleaner.exe" /AUTO

    psexec \\ClientPC -u user3 -p pass3 -i "C:\Program Files\CCleaner\CCleaner.exe" /AUTO

     

     

    I have not tried this.

  8. The installer has all the languages, the program only shows your language and english. (or just english)

     

    post-4998-1203895546_thumb.jpg

    post-4998-1203895679_thumb.jpg

    My earlier picture show all languages in the program cause I just extracted the slim installer.

    post-4998-1203895546_thumb.jpg

    post-4998-1203895679_thumb.jpg

  9. FYI it is version 1.40.520

    No, its 2.04.543

    You are thinking about the old version posted above, this is the NEW version of CCleaner.

     

    ....

    CCleaner v2.04.543

    [*]Added system tray icon when background cleaning.

    [*]Added minimize to system tray option.

    ....

  10. Running XP w/ all updates as of Monday, no malware or problems, so it looks like I must have a program somewhere that deletes it regularly.

    Only thing is, CCleaner is the only cleaner I use more than once a month.

     

    Edit: I just checked again and it's there.

    TM's WinApp2 deletes the MUICache key. That must be why it appears and disappears.

  11. When you run any portable application, Windows will create a registry value in HKCU\Software\Microsoft|\Windows\ShellNoRoam\MUICache showing the path to the executable.

    That key doesn't even appear in my registry.

  12. You don't need any of the lang-****.dlls for English, English is integrated into CCleaner.

    The dlls are labeled to conform to Microsoft's Locale ID (LCID)

     

    Leaving a very portable 7 files:

    CCleaner.exe = The main app (duh)

    winapp.ini = Main application cleaning list

    unicows.dll = Provides unicode support

    portable.dat = Forces CCleaner to write to an ini

    License.txt & History.txt = CCleaner info

    WinApp2.ini = More application support, not included in the zip

     

    That should clear up any problems. B)

  13. That space is caused by all the entries on the right of the menu, if that really bothers you that much then disable a button or two on the right side.

    I recommend disabling 'Default Programs' and, if you don't use it, 'Help And Support'.

×
×
  • Create New...

Important Information

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