Jump to content


limited user accounts


2 replies to this topic

#1 OFFLINE   Puddingalien

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 10 July 2006 - 03:10 PM

request way to clean other accounts from inside an admin account, not have to go into each (which also can have limitations).
also, when install, way to add desktop icon and the start/programs item into other accounts.
thanks.

Also, way to autorun when shut browser and when shut cpu, and when screensaver goes on, could be helpful.
thanks.

#2 OFFLINE   Andavari

    Captain Spectacular

  • Moderators
  • 13,327 posts
  • Gender:Male
  • Location:Shadow Moses

Posted 10 July 2006 - 06:25 PM

View PostPuddingalien, on Jul 10 2006, 10:10 AM, said:

when install, way to add desktop icon and the start/programs item into other accounts.
This has been requested multiple times and I happen to completely agree with you and everyone else that wants CCleaner available for all user accounts. It really in my opinion wouldn't be that difficult to accomplish, because the install program would instead need to put the shortcuts in the 'Documents and Settings\All Users\Start Menu\Programs'

View PostPuddingalien, on Jul 10 2006, 10:10 AM, said:

Also, way to autorun when shut browser and when shut cpu, and when screensaver goes on, could be helpful.
thanks.
It's been requested a few times to have CCleaner auto-clean when shutting down the computer. It is very easy to accomplish with a batch file, in the example below CCleaner will auto-clean and then the system will shutdown (only works on Windows XP though):
1. Open Notepad and input the following three lines of text (copy+paste):

"%ProgramFiles%\CCleaner\ccleaner.exe" /AUTO
shutdown -s -t 15 -c "System Shutdown"
exit

2. Save anywhere you wish as a .bat (batch file), such as:
"C:\Windows\CCleanerAutoShutdown.bat"

3. Create a desktop shortcut that points to CCleanerAutoShutdown.bat.
Done.

Complexity of incoherent design.

#3 OFFLINE   Puddingalien

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 13 July 2006 - 07:46 PM

Thank you for this help!