How do you load CCleaner onto an external hard drive? I am using it with great success on the main drive but also want to use it on the external where I keep a copy of everything thats on my main drive. Help appreciated.
How do you load CCleaner onto an external hard drive? I am using it with great success on the main drive but also want to use it on the external where I keep a copy of everything thats on my main drive. Help appreciated.
Is there actually anything on the external hard drive that CCleaner could clean?
Is there actually anything on the external hard drive that CCleaner could clean?
Fragmented itune files.
Fragmented itune files.
CCleaner does not defragment files.
CCleaner does not defragment files.
I think they just want to be able to run it from a usb drive without having to install it.
It would clean drive C: but from the thumbdrive, & without install.
Is this what he is looking for? You can run it from a USB drive, but only if the main PC doesn't have it installed already.
AJ
Hi all, or you could use this batch file that I made a while ago - the cool part is that it will 'auto-detect' if CCleaner is already installed on the 'Target' PC and if it is then simply run it. However, if it does not find a previous installation it then installs it in the background, runs then uninstalls itself without any user interaction
@ECHO OFFECHO %date% - %time%: CCleaner InitializingIF EXIST "%systemdrive%\program files\CCleaner" GOTO RUNLOCALCCgoto RUNTUNEUPCC:RUNTUNEUPCCCALL ".\Tools\Applications\CCSetup.exe" /SCALL "%systemdrive%\program files\CCleaner\CCleaner.exe"CALL "%systemdrive%\Program Files\CCleaner\uninst.exe" /SECHO %date% - %time%: FinishedECHO.GOTO END:RUNLOCALCCCALL "%systemdrive%\program files\CCleaner\CCleaner.exe"ECHO %date% - %time%: FinishedECHO.:END
Simply update the paths as required to where your .exe is located on your USB pen drive etc...
Hope this helps