Jump to content


ccleaner suggestion


10 replies to this topic

#1 OFFLINE   pierre31

    Newbie

  • Members
  • Pip
  • 4 posts
  • Location:toulouse , france
  • Interests:a lot........

Posted 18 June 2005 - 10:46 AM

hi , :)

this might be already asked but would it be possible that CCleaner performs its cleaning task according to a scheduled time during a session , not only at computer startup ?

eg twice , three times a day......

:)

thanks and best regards ,

pierre

#2 OFFLINE   Tarun

    Lunarian

  • Banned
  • PipPipPipPipPip
  • 3,071 posts

Posted 18 June 2005 - 02:32 PM

Start > Settings > Control Panel > Scheduled Tasks > Add Scheduled Task

#3 OFFLINE   pierre31

    Newbie

  • Members
  • Pip
  • 4 posts
  • Location:toulouse , france
  • Interests:a lot........

Posted 18 June 2005 - 03:58 PM

Tarun, on Jun 18 2005, 03:32 PM, said:

Start > Settings > Control Panel > Scheduled Tasks > Add Scheduled Task

<{POST_SNAPBACK}>



yes , Tarun , but I thought from inside the program...........

;)

#4 OFFLINE   Tarun

    Lunarian

  • Banned
  • PipPipPipPipPip
  • 3,071 posts

Posted 18 June 2005 - 04:49 PM

pierre31, on Jun 18 2005, 11:58 AM, said:

yes , Tarun , but I thought from inside the program...........

;)

<{POST_SNAPBACK}>

As did I; but that would be an efficient temporary resolution, correct?

#5 OFFLINE   agumon

    Digimon

  • Members
  • PipPipPipPip
  • 1,199 posts
  • Gender:Male
  • Location:Digital World

Posted 20 June 2005 - 04:16 PM

anyway... just curious here... why CCleaner startup manager does not allow enabling of a disabled entry...
--==aGumon==--

#6 OFFLINE   DjLizard

    Dial-a-fix author

  • Members
  • PipPipPipPip
  • 1,339 posts

Posted 20 June 2005 - 04:36 PM

Disabled entries get renamed in the registry (usually).. but some startup managing programs disable entries in different ways. The only key that is for sure is Run-, which is created by MSCONFIG... any other program that can disable entries could name it something else. So, MrG could only feasibly add support for MSCONFIG's disabled entries.

#7 OFFLINE   agumon

    Digimon

  • Members
  • PipPipPipPip
  • 1,199 posts
  • Gender:Male
  • Location:Digital World

Posted 20 June 2005 - 05:16 PM

you mean that registry entries are rename when disable...?
--==aGumon==--

#8 OFFLINE   DjLizard

    Dial-a-fix author

  • Members
  • PipPipPipPip
  • 1,339 posts

Posted 20 June 2005 - 09:07 PM

Yeah.

This is one of the keys MSCONFIG can see and manipulate:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

When you disable an entry using MSCONFIG, it moves it to here:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run-

Other programs that manipulate startup items could move it to a different place, so it's impossible to be able to support all startup manipulation programs.

#9 OFFLINE   kanjitiger

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 21 June 2005 - 02:49 AM

Back to the top of this thread... good question
I believe Pierre31 was looking for a way to automatically run the scheduled task without user intervention, plus display the progress then exit when complete. Such as with Window Washer's autowash.

Scheduling a task only brings up the main start window which requires user intervention. Some will simply exit the program.

Using the /auto parameter on the program executible runs it completely silently, but you cannot see the progress.

I'd be interested to know if anyone knows of another option.

#10 OFFLINE   DjLizard

    Dial-a-fix author

  • Members
  • PipPipPipPip
  • 1,339 posts

Posted 21 June 2005 - 03:20 AM

MrG has to make one.

#11 OFFLINE   pierre31

    Newbie

  • Members
  • Pip
  • 4 posts
  • Location:toulouse , france
  • Interests:a lot........

Posted 21 June 2005 - 02:21 PM

kanjitiger, on Jun 21 2005, 03:49 AM, said:

Back to the top of this thread... good question
I believe Pierre31 was looking for a way to automatically run the scheduled task without user intervention, plus display the progress then exit when complete. Such as with Window Washer's autowash.

Scheduling a task only brings up the main start window which requires user intervention. Some will simply exit the program.

Using the /auto parameter on the program executible runs it completely silently, but you cannot see the progress.

I'd be interested to know if anyone knows of another option.

<{POST_SNAPBACK}>


;) that's it ,kanjitiger