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


This computer tip will help you quickly increase or decrease the size of text on a web page or in an email message for better viewing using a mouse click wheel.  more »

If you do any sort of ASP.NET programming there usually comes a time when you need to get a websites Base URL. The following shows two examples, the first example shows how to get the Base Site Url using C#, which can be used for getting both the...  more »

Recently, I decided to begin converting my Visual Studio.net Web Site Projects (WSP) to Web Application Projects (WAP) to take advantage of some of the new Web Deployment features in Visual Studio.net 2010 (see Vishal Joshi's blog for a run through of WSP...  more »

To display line numbers in a Visual Studio.net 2008 code window do the following: Open Visual Studio.net On the Menu bar, Select 'Tools' -> 'Options' In the Options pop-up window, Select 'Text Editor' -> 'All Languages' > 'General'. Note: If you...  more »

For the longest time, I've had a problem of not being able to see all the folders in my Pictures folder when using the Browse button on websites to upload a picture (or file) in Internet Explorer 11 (or in IE10). For whatever reason, some of the folders...  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 »

Here's a couple quick SQL database tips for finding and deleting duplicate values in a SQL Server table.To find duplicates in a Column use the following SQL: SELECT ColName1, COUNT(*) TotalCountFROM TableName GROUP BY ColName1 HAVING (COUNT(ColName1) >...  more »

Learn how to make back up copies of your favorite DVDs with the freeware utility called DVD Shrink. You'll be able to back up your copy protected DVD movies to your hard drive, or burn them to disc.  more »

SQL Server Reporting Services can be a pain in the arse to set up correctly for the first time. Even after you've got things running correctly, you can sometimes run into issues, which is exactly what happened to me recently. I had setup my local...  more »

Here's how to install Internet Information Services (IIS7) on a Windows 7 (or Vista) computer so that ASP.NET websites will run on the IIS7 web server. First, you will want to make sure that you are signed into an account with Administrator access on your...  more »

If you've been using Windows Mail on a Windows Vista computer, and upgraded to a Windows 7 computer you may want to copy over your email information from Windows Mail to the newer Windows Live Mail email client on Windows 7. As it stands now Windows Mail...  more »

To change directories while in the windows command prompt use "cd" (cd stands for change directory in DOS)To go to a specific directory type the full path, such as: cd c:\ or cd c:\program files\ To go up one level type: cd ..To see what's in the current...  more »