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


If you’ve experienced as many problems as I have while trying to Import/Export my Sql Server 2005 database to a hosting provider for the first time, then hopefully this how-to will be of some assistance to you.  more »

By default the Quick Launch bar is no longer enabled in Windows 7, which is where the Show Desktop shortcut icon button resided in previous version of Windows. Don't worry, the Show Desktop feature is still included in Windows 7, it's just been redesigned...  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 »

This article shows the way of converting a movie DVD to Kindle Fire tablet. DVD to Kindle Fire Converter is a professional DVD to Kindle Fire converting tool to help you rip/convert DVD movie to H.264/MPEG-4 video which are compatible with Kindle Fire....  more »

After running a ASP.NET website on IIS 7.5 for the first time on a Windows 7 computer, I was faced with the following error message: Login failed for user 'IIS APPPOOL\ASP.NET v4.0'. Description: An unhandled exception occurred during the execution of the...  more »

While using my new Windows 7 64-bit computer, with Visual Studio 2010 running as Administrator, I began getting the following error while trying to open up individual c# files or asp.net files in VS2010: "There was a problem sending the command to the...  more »

I just installed the latest version on AOL's Instant Messenger (AIM) version 7.3. The first time after rebooting my computer, I was instantly hit with AIM starting up as well as the AIM Welcome Page popping-up much to my surprise. To say the least, this...  more »

In this tutorial you will learn how to backup the Registry on a Windows computer. Having a backup of your registry is extremely important if you plan to make any manual settings changes to the Registry, because if you make a mistake while messing around...  more »

The new Routing features in ASP.NET 4.0 are pretty awesome. However, one issue I ran into recently was trying to get the fully qualified urls from Page.GetRouteUrl as string urls to be used in emails messages. Unfortunately, I wanted something that worked...  more »

There's a good chance that if you're database driven application is running into the following sql error message that says "String or binary data would be truncated", that the error is being caused by an issue in a SQL statement or in the SQL code of a...  more »

Here's how you can add "nofollow" tags to links generated by a Sitemap file that is bound to an ASP.NET Repeater control using a SiteMapDataSource. I'm currently using this technique for the footer links of GotKnowHow.com, so if you View Source of the...  more »

Here's a tip on how to create a Regular Expression to validate a positive number that can optionally have a decimal with decimal places. The Regular Expression will also be valid if there are any whitespace before or after the number. I'm using this Regex...  more »