Hey guys,
i have the same problem. i want to use ccleaner to clean up all profiles on my computer.
I know, for this i need adminrights and i have it.
I wrote a litte batch-file, that generates a list of desired folders in every lokal profile-folder.
Here my code:
CODE
@for /F %%I in ('dir "c:\dokumente und einstellungen" /ad /b') do @echo "c:\dokumente und einstellungen\%%I\lokale Einstellungen\temp" >>info.txt
@for /F %%I in ('dir "c:\dokumente und einstellungen" /ad /b') do @echo "c:\dokumente und einstellungen\%%I\lokale Einstellungen\Temporary Internet Files" >>info.txt
- Copy the code and paste it in a new blank textfile.
- Replace "c:\dokumente und einstellungen" with your foldername
- Replace "c:\dokumente und einstellungen\%%I\lokale Einstellungen\temp" with your foldernames
- Safe this file as temp-profiles.bat and safe it in your root-directory
- now run it
- after this you have a new files "info.txt" in your root
- within is a list of all your folders.
The result is this (example from my german XP)
CODE
c:\dokumente und einstellungen\Administrator\lokale Einstellungen\temp
c:\dokumente und einstellungen\All\lokale Einstellungen\temp
c:\dokumente und einstellungen\Default\lokale Einstellungen\temp
c:\dokumente und einstellungen\LocalService\lokale Einstellungen\temp
c:\dokumente und einstellungen\NetworkService\lokale Einstellungen\temp
c:\dokumente und einstellungen\Roland\lokale Einstellungen\temp
It is simply possible to expand this batch, it you want other folders too like "temporary internetfiles".
Now the question:
How can i manually add this list of folders to my "Custom files an folders"-List in CCLEANER??bye
SkAvEnGeR