Delete temporary files for multiple accounts
#1 OFFLINE
Posted 31 August 2008 - 06:19 PM
It wil be very good if CCleaner can do that.
#2 OFFLINE
Posted 31 August 2008 - 07:47 PM
hannubys, on Aug 31 2008, 02:19 PM, said:
It wil be very good if CCleaner can do that.
Yes there are several workarounds but you must do some searching. Each works based on different approaches and reasons. I will do some "searching" later.
In the meantime, bookmark this link. It is the "handiest" search for many IP.Board forums.
http://forum.piriform.com/index.php?s=&...ode=adv&f=0
Select "Show results as posts" in the lower right hand for easy review of results.
My favorite way of "searching" the forums.
Good luck,
#3 OFFLINE
Posted 31 August 2008 - 08:17 PM
davey, on Aug 31 2008, 07:47 PM, said:
Yes there are several workarounds but you must do some searching. Each works based on different approaches and reasons. I will do some "searching" later.
In the meantime, bookmark this link. It is the "handiest" search for many IP.Board forums.
http://forum.piriform.com/index.php?s=&...ode=adv&f=0
Select "Show results as posts" in the lower right hand for easy review of results.
My favorite way of "searching" the forums.
Good luck,
I did some research my friend but i didn't find any good solution. I just need a feature that would simultaneously scan all users or a workaround. i don't run that every user have to do it manually.
#4 OFFLINE
Posted 31 August 2008 - 09:39 PM
hannubys, on Aug 31 2008, 02:17 PM, said:
- First Workaround:
- Make a CCleaner shortcut on the All Users desktop, in XP that's in:
C:\Documents and Settings\All Users\Desktop
- You have to log into each user account separately to clean them with CCleaner.
- Second Workaround Type:
- Make a CCleaner /AUTO shortcut in the All Users Startup folder, in XP that's in:
C:\Documents and Settings\All Users\Start Menu\Programs\Startup
With it in the All Users Startup folder it will cover all users, even new user accounts that are created - it's a set it once option.
Of course if you're comfortable making a registry entry you can place CCleaner /AUTO in:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
With it in the HKLM Run area it will cover all users, even new user accounts that are created - it's a set it once option.
Or another option is if you use Spybot - Search & Destroy it can also help you make that startup key in it's Tools->Startup section - probably the easiest way to do it but not necessary if you know what you're doing.
- You have to log into each user account separately to have CCleaner automatically clean them.
End result is there's no way to properly do what you currently want with how CCleaner is made.
#5 OFFLINE
Posted 02 September 2008 - 04:57 AM
#6 OFFLINE
Posted 02 September 2008 - 05:26 AM
hannubys, on Sep 2 2008, 12:57 AM, said:
I am not sure if this information will help you or not but maybe it will give you some ideas.
Running CCleaner over a domain to clean profiles, For Network Administrators and Domain controllers
http://forum.piriform.com/index.php?s=&...ost&p=98819
Good luck,
#7 OFFLINE
Posted 02 September 2008 - 02:03 PM
davey, on Sep 2 2008, 05:26 AM, said:
I am not sure if this information will help you or not but maybe it will give you some ideas.
Running CCleaner over a domain to clean profiles, For Network Administrators and Domain controllers
http://forum.piriform.com/index.php?s=&...ost&p=98819
Good luck,
#8 OFFLINE
Posted 16 September 2009 - 10:44 AM
Quote
C:\Documents and Settings\user2\Local Settings\Temp
C:\Documents and Settings\etc\Local Settings\Temp
Quote
C:\Documents and Settings\user2\Local Settings\Application Data\Mozilla\Firefox\Profiles\tyrwertr.default\Cache
C:\Documents and Settings\etc\Local Settings\Application Data\Mozilla\Firefox\Profiles\wetytyuy.default\Cache
#9 OFFLINE
Posted 16 September 2009 - 12:26 PM
hannubys, on Sep 2 2008, 04:57 AM, said:
#10 OFFLINE
Posted 16 September 2009 - 05:32 PM
marmite, on Sep 16 2009, 12:26 PM, said:
#11 OFFLINE
Posted 09 October 2009 - 09:24 PM
daddo, on Sep 16 2009, 11:44 AM, said:
I agree with 'daddo' in what it is all about, and that CCLEANER should provide that functionality (as it is quite simple - at least for WinXP).
Some time ago I made a "workaround" command script (.cmd) to delete temporary data in the "C:\Documents and Settings" directory using the command FOR, looking like this:
@echo off
title HenrikS program til sletning af midlertidige filer p† %computername% (ver. 2008-12-14)
rem ===================================================================
rem Sletter alle midlertidige filer (temp+internet) for alle brugere
rem ===================================================================
rem 2008-11-19/HS: Første udgave
rem 2008-12-14/HS: Udvidet til at Virke på dansk/engelsk
rem ===================================================================
color 17
set Lokal_sti=Lokale~1
rem tjek sprog (engelsk?) via pause kommandoen
echo a | pause | find "any key" >nul
IF %errorlevel% EQU 0 set Lokal_sti=Locals~1
echo Tryk Ctrl-C for at afbryde sletning, eller Enter for at starte sletning
pause
for /d %%i in ("c:\documents and settings\*") do call :DelInet "%%i"
pause
goto :eof
:DelInet
echo Nu slettes data for: %~1
for /d %%j in ("%~1\%Lokal_sti%\Temporary Internet Files\Content.IE5\*") do call :DelTDir "%%j"
del "%~1\%Lokal_sti%\Temporary Internet Files\Content.IE5\." /q /a
for /d %%j in ("%~1\%Lokal_sti%\Temp\*") do call :DelTdir "%%j"
del "%~1\%Lokal_sti%\Temp\." /q /a
echo ===================================================================
goto :eof
:DelTDir
echo Sletter %~1
del "%~1\." /q /a
rd "%~1"
goto :eof
PLEASE include the ability to clean temporary files for ALL users/profiles, as it will make CCLEANER more useful for PCs with multible users (each leaving tonnes of temp files...)
BR, HenrikS
#12 OFFLINE
Posted 19 November 2009 - 09:25 PM
mod says i'm advertising for my 0$/month site...
sorry guys!
#13 OFFLINE
Posted 19 November 2009 - 10:32 PM
#14 OFFLINE
Posted 20 November 2009 - 01:36 AM
hannubys, on Aug 31 2008, 06:19 PM, said:
It wil be very good if CCleaner can do that.
I don't know why everyone is trying to complicate this & make it harder than it should be. You want CCleaner to remove all user account temp files in 1 go. That may be hard to do if a user is password protected. Although, I am sure if Handy Recovery could access password protected user accounts, CCleaner could also if they chose.
Rather than to that, this is much simpler than they way others suggest here of adding it to task scheduler for each user, or editing GPO to "roll things out".
Do it this way, & you only have to set it 1 time.
- Open C:\Program Files\CCleaner folder, then open CCleaner
- Options & select Settings
- Under settings, check the Run CCleaner when the computer starts
- Go to Advanced (still under options, above the about button)
- Check hide warning messages & Save all settings to .ini file
- Close CCleaner & right click the just created INI file & select properties
- Change this to read only
Congratulations, now CCleaner should automatically run for all user accounts. The settings are stored in the program file INI, so it should be global for all users when you select run when computer starts. Marking it read only prevents other user accounts from being able to change CCleaner settings.
This is simple, easy, & you only have to do it 1 time.
I am surprised no-one else up here thought about this!
#15 OFFLINE
Posted 20 November 2009 - 03:34 PM
imagine having to login to 50 user accounts before running malwarebytes.
not going to happen.
if the user has admin rights on win2k/winxp it often bypasses the password security for both folders.
i ran my fixed script without issues.
#16 OFFLINE
Posted 20 November 2009 - 03:46 PM
mr don, on Nov 20 2009, 01:36 AM, said:
Rather than to that, this is much simpler than they way others suggest here of adding it to task scheduler for each user, or editing GPO to "roll things out".
Do it this way, & you only have to set it 1 time.
- Open C:\Program Files\CCleaner folder, then open CCleaner
- Options & select Settings
- Under settings, check the Run CCleaner when the computer starts
- Go to Advanced (still under options, above the about button)
- Check hide warning messages & Save all settings to .ini file
- Close CCleaner & right click the just created INI file & select properties
- Change this to read only
Congratulations, now CCleaner should automatically run for all user accounts. The settings are stored in the program file INI, so it should be global for all users when you select run when computer starts. Marking it read only prevents other user accounts from being able to change CCleaner settings.
This is simple, easy, & you only have to do it 1 time.
I am surprised no-one else up here thought about this!
In other words this is a log-on setting, not a machine start-up setting. So 1) you would have to do this for each account and 2) this would only run when each user logs on.
#17 OFFLINE
Posted 20 November 2009 - 10:18 PM
mod says i'm advertising for my 0$/month site...
sorry guys!
#18 OFFLINE
Posted 29 November 2010 - 11:30 AM
mr don, on 20 November 2009 - 01:36 AM, said:
Rather than to that, this is much simpler than they way others suggest here of adding it to task scheduler for each user, or editing GPO to "roll things out".
Do it this way, & you only have to set it 1 time.
- Open C:\Program Files\CCleaner folder, then open CCleaner
- Options & select Settings
- Under settings, check the Run CCleaner when the computer starts
- Go to Advanced (still under options, above the about button)
- Check hide warning messages & Save all settings to .ini file
- Close CCleaner & right click the just created INI file & select properties
- Change this to read only
Congratulations, now CCleaner should automatically run for all user accounts. The settings are stored in the program file INI, so it should be global for all users when you select run when computer starts. Marking it read only prevents other user accounts from being able to change CCleaner settings.
This is simple, easy, & you only have to do it 1 time.
I am surprised no-one else up here thought about this!
Did you realize that the question is not scanning all folders on a boot sequence?
Since I had the same problem here, but I have no access to this sequence. But I have access to other user credentials.
The option 'Run As' worked out for me, thx all!












