How To Turn off QuickTime from Startup Menu

Stop QuickTime from loading when Windows starts up.
by Updated January 29, 2009

If you're like me and sick of having the QuickTime icon show up in your system tray every time you turn your computer on, try this for QuickTime version 7:

  1. Start Quicktime and click on the Edit menu.
  2. Go to Preferences, and then select QuickTime Preferences.
  3. No go to the Advanced tab, and uncheck the checkbox that says "Install QuickTime icon in system tray."

For computers with an older version of QuickTime try this:

  1. Right click on the Q icon in the startup task bar.
  2. Select QuickTime Preferences, then select Browser Plug-in.
  3. Then uncheck the checkbox that says QuickTime system tray icon.

That should prevent QuickTime from loading the QuickTime icon in your system tray when your Windows computer starts up.

To completely stop the QuickTime Task Tray from loading on startup, and to free up system resources used by the qttask.exe program following these steps:

  1. Click Start from Windows XP
  2. Now click on 'Run..'
  3. In the Run dialog pop up box, type: msconfig
  4. Click 'OK'
  5. In the System Configuration Utility pop up box, click on the 'Startup' tab.
  6. Now in the Startup Item column, scroll down until you find qttask, and uncheck the checkbox next to it. (The qttask.exe file is what loads the system tray icon)
  7. Click 'OK'
  8. Click 'Restart', to restart your computer, so that the System Configuration changes take effect.
  9. After your computer starts up, a System Configuration Utility box will pop up, make sure you check the checkbox that says "Don't show this message or launch the System Configuration Utility when Windows start:"
  10. Then click 'OK' to finish.

 

 

 


0
1

1 Comment

anonymous by trevor harrison on 2/5/2007
Thanks for your help on removing the annoying quicktime program from loading at windows startup

Add your comment

by Anonymous - Already have an account? Login now!
Your Name:

Comment:
Enter the text you see in the image below
What do you see?
Can't read the image? View a new one.
Your comment will appear after being approved.

Related Posts


OpenOffice Calc lets users import data from various other systems. It is able to open up files of many other applications and convert them. A. You can check what types of files OpenOffice Calc is able to convert in the File > Open menu. Go to the File...  more »

The ScanDisk utility that was in previous versions of Windows is no longer available in Windows XP. Not to worry because you can now use the Error-Checking tool to check the integrity of your hard disk.  more »

By default, the Quick Launch bar is not enabled on the Taskbar in Windows 7, as it was in Vista and XP. Instead, you're able to drag and pin programs to the Taskbar in Windows 7 for quick access to programs. However, if you want to bring back the Quick...  more »

Today I got a new laptop battery for my Dell Inspiron laptop. The old battery that came with the laptop was completely dead, so I wanted to find out if there was an easy way to recycle the old battery instead of throwing it way. Ever since watching...  more »

Subscribing to a Podcast using iTunes can be accomplished in a couple of different ways. One of the simplest ways is to open iTunes and go to the iTunes Store. From there you can either search for your favorite podcasts using the search box or find...  more »

Here's a step by step process to enable a remote connection to your SQL Server 2008 Express database that is configured on Windows Server 2008 using an assigned port #. 1) First make sure the SQL Server Authentication is enabled and the User name that...  more »

I recently installed SQL Server 2008 database on my local computer and forgot to enable the common language runtime (CLR). Because I had forgotten to turn it on, some portions of my sites were not fuctioning properly due SQL Server not being able to...  more »

Are you backing up your SQL Server 2008 databases daily? You should be, especially if you don't want to lose any of your precious data that you're storing. It's incredibly easy to setup a maintenance plan in SQL Server 2008 to automatically back up one or...  more »

Here's a quick SQL tip on how to get records beginning with numbers only. Use the query string LIKE '[0-9]%' For example: SELECT u.UserId, u.UserName FROM dbo.aspnet_Users u WHERE u.UserName LIKE '[0-9]%' ORDER BY u.UserName Keep in mind, If you are using...  more »

How to implement a StopWords filter in C# that will filter out certain woulds from a query.  more »

Here's one quick fix for the ASP.NET error System.FormatException: Input string was not in a correct format. when you are using a DataList with an asp:Button control and are trying to get the CommandArgument using the DataList_RowCommand. Keep in mind...  more »

Setting up Gmail on your Apple device can involve a few steps. Here's how to get Gmail setup on an iPhone that uses Apple's Mail app: 1.) Tap the "Settings" app on your iPhone. Then select "Calendar, Contacts and Mail" from the populated list. 2.) Tap on...  more »