Get rid of Quicktime icon.

RVN

Golden Member
Dec 1, 2000
1,154
1
81
I didn't look in msconfig first, but removed the startup entry with jv16 powertools.
 

VBboy

Diamond Member
Nov 12, 2000
5,793
0
0
Either delete the executable or right-click on that icon and select "Disable".
 

RVN

Golden Member
Dec 1, 2000
1,154
1
81
It keeps coming back. Very annoying!

Like VBboy said delete the executable. Or, rename it.
(typically located here - C:\Program Files\QuickTime\qttask.exe,

or, delete the key [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]
"QuickTime Task"="\"C:\\Program Files\\QuickTime\\qttask.exe\" -atboottime"

 

ApacheXMD

Platinum Member
Oct 9, 1999
2,765
0
0
if you look in the quicktime directory you'll see the qttask.exe and an ocx file (forgot the name of it). What I did was right clicked the icon in the tray. Then I unregistered the ocx file (it's an ActiveX control thingymabob) using regsrv32 /u in the command line. Then I deleted the quicktime folder. It never came back

at command prompt:
regsvr32 /u "C:\Program Files\Quicktime\blahblah.ocx"

-patchy