You are here

CCleaner

6 posts / 0 new
Last post
Anonymous (not verified)
CCleaner

CCleaner is already pretty simple (im my opinion), so I don't think that making it portable would cause some major problems. Browsing on a USB stick with Firefox is already pretty portable, but any leftover temp file/registry entries won't get deleted, so porting CCleaner could help clear those out.

Ashes for Tears
Offline
Last seen: 16 years 5 months ago
Joined: 2006-01-11 08:41
~Sigh~ No good. "Runtime

~Sigh~ No good. "Runtime Error". Though it would be just lovely...

Rob Loach
Rob Loach's picture
Offline
Last seen: 15 years 7 months ago
Developer
Joined: 2005-12-09 17:29
BAT Files

Someone posted a handy little bat file a while ago which registers and deregisters the ActiveX components:

@Echo Off
TITLE CCleaner startup
Echo Registering ActiveX components
start /WAIT regsvr32.exe /s cchelper.ocx
start /WAIT regsvr32.exe /s CCListView.ocx
start /WAIT regsvr32.exe /s CCSubTimer.dll
start /WAIT regsvr32.exe /s CCTab.ocx
start /WAIT regsvr32.exe /s CCTreeView.ocx
Echo Starting application
start /WAIT ccleaner.exe
Echo Unregistering ActiveX components
start /WAIT regsvr32.exe /u /s cchelper.ocx
start /WAIT regsvr32.exe /u /s CCListView.ocx
start /WAIT regsvr32.exe /u /s CCSubTimer.dll
start /WAIT regsvr32.exe /u /s CCTab.ocx
start /WAIT regsvr32.exe /u /s CCTreeView.ocx
Exit

Rob Loach [Website] [Projects]

Ashes for Tears
Offline
Last seen: 16 years 5 months ago
Joined: 2006-01-11 08:41
Awesome, Rob. Thank you.

Awesome, Rob. Thank you. Smile

ddcc (not verified)
I just want to add that the

I just want to add that the bat file doesn't work in some circumstances. If your account doesn't have enough priviliges, it prevents the registering of the dll.

SHADOW-XIII
SHADOW-XIII's picture
Offline
Last seen: 15 years 3 weeks ago
Joined: 2005-12-22 11:19
Well I have limited account

Well I have limited account at work but the BAT file is working fine

Embrace your dreams

Topic locked