Jump to content


How to start CCleaner in taskbar


  • You cannot reply to this topic
No replies to this topic

#1 OFFLINE   demu

    Newbie

  • Members
  • Pip
  • 7 posts

Posted 09 November 2008 - 09:18 AM

Hello Forum,

please help me.

I want to start CCleaner at PC-Start in Taskbar (near Clock).

In CCleaner options menu,minimize to tray don`t work on my system

I made a vbs data but CCleaner starts allways maximized:

Option Explicit
Dim objShell
Dim intWarten
intWarten = 2000 ' Millisekunden
WScript.Sleep intWarten
Set objShell = Wscript.CreateObject("Wscript.Shell")
objShell.Exec ("C:\Program Files\CCleaner\CCleaner.exe /bt")

Maybe another extension behind CCleaner.exe can help.

My System is Vista and runs as Admin.

Many thanks in advance