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