Jump to content

mushu13

Experienced Members
  • Posts

    99
  • Joined

  • Last visited

Posts posted by mushu13

  1. THANKS!! I figured it out!!

     

    Using Process Explorer made me realize that it was a program called USB Drive Letter Manager that was causing this problem.

     

    This is a windows service that automatically changes USB device drive letters to a preferred letter, Ex: change from G to Z, and it enables USB auto-running.

    So when I plug in my pendrive it starts my program launcher (RK Launcher), I then start CCleaner via RK Launcher.

     

    All this sounds like there shouldn't be a problem but, since USBDLM is started as a windows service it starts before I am logged in, so it uses the NetworkService profile for its ENV variables. When it launches RKL it passes the ENV Variables to it, and then when RKL launches CCLeaner it passes it the wrong variables!

     

    I guess I'm going to have to find a different USB Auto-Running program, Thanks for your help. :D

  2. Every time I open CCleaner it changes some of the Shell Folders located in:

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders]

     

    The ones it changes are:

    Cookies

    Local AppData

    Cache

    History

     

    When I logon they are:

    "Cookies"="C:\\Documents and Settings\\Dusty\\Cookies"

    "Local AppData"="C:\\Documents and Settings\\Dusty\\Local Settings\\Application Data"

    "Cache"="C:\\Documents and Settings\\Dusty\\Local Settings\\Temporary Internet Files"

    "History"="C:\\Documents and Settings\\Dusty\\Local Settings\\History"

     

    After I open CCleaner they are:

    "Cookies"="C:\\Documents and Settings\\NetworkService\\Cookies"

    "Local AppData"="C:\\Documents and Settings\\NetworkService\\Local Settings\\Application Data"

    "Cache"="C:\\Documents and Settings\\NetworkService\\Local Settings\\Temporary Internet Files"

    "History"="C:\\Documents and Settings\\NetworkService\\Local Settings\\History"

     

    Now I'm no expert, but I would think that this would hinder CCleaner's cleaning ability, alot.

  3. Running CCleaner in normal user accounts causes CCleaner to crash.

    It *may* crash if the user couldnt access a file or the registry, but I'm not sure. So, maybe you should log in as the Administrator and give the user accounts Administrative rights. Then log into one, clean, then go back and re-restrict the accounts.

     

    Running CCleaner in normal user account with "run as ... administrator" only cleans the administrator account.

    I'm no expert, but when you "Run as Administrator" wouldnt that have to clean the Administrator account?

    Because when you do that it runs it as if you were logged on as the Administrator, right?

  4. Because: The Folders i want to add are hidden. With the filedialog within it isn?t possible to add these special folders.

    1. Open any explorer window.

    2. Go up to Tools>Folder Options...

    3. Click on the View tab

    4. Under Advanced Settings click on Show hidden files and folders

     

    This lets you select those folders from the dialog. B)

  5. or make it an option in the program itself.

    Sorry dude but it's already there:

     

    post-4998-1156721160_thumb.jpg

     

    EDIT: I just noticed that you wanted it to analyze on CCleaner start. Why not just push the Analyze button? It's right there when it opens, is one more click really going to hurt?

    post-4998-1156721160_thumb.jpg

  6. Last I checked you can bypass the iTunes protected music by burning the song to an audio cd then ripping it back to the computer as a mp3.

  7. I have windows media center XP sp2...

     

     

    Since it's Media Center Edition it could be trying to obtain tv guide information. Cause that's what my MCE does.

  8. To answer your questions:

     

    1. Yes the script goes as a .bat file

    2. The CCleandelete.reg goes as it's own .reg file

    3. Install CClean to it's default folder "C:\Program Files\CCleaner" then copy the entire folder to your flash drive. (You can now uninstall it from your computer.)

    Also, place the script and CCleandelete.reg inside the CCleaner folder.

    4. Just double click on the script and it should do everything from there.

     

    If you have any more questions just post here and I'll try to help. B)

  9. Here is my version of Saison's Script:

     

     

    @ECHO OFFEcho Registering Componentsregsvr32 /s CCHelper.ocxregsvr32 /s ccleaner.dllregsvr32 /s CCListBar.ocxregsvr32 /s CCListView.ocxregsvr32 /s CCSubTimer.dllregsvr32 /s CCSystem.dllregsvr32 /s CCTab.ocxregsvr32 /s CCTreeView.ocxEcho Copying Existing CCleaner Settings From RegistryC:\WINDOWS\regedit.exe /e CCleanBACKUP.reg "HKEY_CURRENT_USER\Software\VB and VBA Program Settings\CCleaner"Echo Mergeing CCleaner Settings To RegistryC:\WINDOWS\regedit.exe /s CClean.regCALL CCleaner.exeEcho Copying CCleaner Settings From RegistryC:\WINDOWS\regedit.exe /e CClean.reg "HKEY_CURRENT_USER\Software\VB and VBA Program Settings\CCleaner"Echo Deleting CCleaner Settings From RegistryC:\WINDOWS\regedit.exe /s CCleanDelete.regEcho Mergeing Existing CCleaner Settings To RegistryC:\WINDOWS\regedit.exe /s CCleanBACKUP.regdel CCleanBACKUP.regEcho Un-Registering Componentsregsvr32 /s /u CCHelper.ocxregsvr32 /s /u ccleaner.dllregsvr32 /s /u CCListBar.ocxregsvr32 /s /u CCListView.ocxregsvr32 /s /u CCSubTimer.dllregsvr32 /s /u CCSystem.dllregsvr32 /s /u CCTab.ocxregsvr32 /s /u CCTreeView.ocx

     

     

    What it does is:

    Registers the DLL's & OCX's

    Backups any existing CCleaner settings to CCleanBACKUP.reg

    Merges the personal settings from CClean.reg

    Runs CClean.exe

    Backs up the personal settings applied earlier to CClean.reg

    Deletes the Settings from the registry using CCleanDelete.reg

    Re-Merges the existing settings to the registry from CCleanBACKUP.reg

    Deletes CCleanBACKUP.reg

    Un-Registers the DLL's and OCX's

     

    Contents of CCleanDelete.reg:

     

    Windows Registry Editor Version 5.00[-HKEY_CURRENT_USER\Software\VB and VBA Program Settings\CCleaner]

     

     

    I tried it several times and so far it has prooved successful. B)

×
×
  • Create New...

Important Information

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