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.
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'
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" /AUTOshutdown -s -t 15 -c "System Shutdown"exit2. 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.