How to Change File Association in Windows

(1 vote, average 5.00 out of 5)

This guide is valid for Windows XP, Windows Vista, and Windows 7.  Windows holds a default program that should be used to open each type of file on your computer.  Many times, installing a new program (such as iTunes)  that handles certain file types will automatically change what file types it will open by default and often this is configurable after installation as well.  However, you can manually change the program Windows uses with the following steps.

  1. Click on Start >> My Computer, and navigate to a file of the type you'd like to change.
  2. Right click on the file, and hover over the "Open With..." option.  Click on the "Choose Program..." option at the bottom of the dropdown.

    openwith_choosedefault


  3. Choose the program from the list you'd like to open the file by default.  If it is not listed in the window, click the "Browse" button and find the program on your machine.
  4. Check the "Always use the selected program to open this kind of file" option, and press OK.

alwayschooseselectedfile


And that's it!  From now on, the file type you chose will be opened with the program of your choice.  If you'd like an easy way to change a lot of file types at once, try opening the program you want to use to open the file, and finding an option within that program.

Partner Links:
Last Updated on Monday, 28 June 2010 21:25  
Related Articles

» Redirect all output in shell script to a file

Redirecting a single command in a script to a file is straight-forward using the > syntax. For example, to redirect all STDERR output:1echo "hello, world" 2>> /tmp/filename.logTo redirect all lines of a Bash script to a file, add a scope around all of the lines and then redirect the scope to a file. For example:123456(echo "this is line 1 of my script"cat /proc/cpuinfodmesgecho "this is the end of my script") 2>> /tmp/filename.logThis allows you to capture all output of a script...

» How to Configure iTunes to Import in MP3 Format

iTunes is a widely used media program, but often times users become frustrated that the default encoding for ripping a new CD is Apple's proprietary format.  A more widely used format such as MP3 is more convenient.  Here is how to configure iTunes to rip in MP3:Open iTunes and navigate to Edit -> Preferences.  On Mac this is under iTunes->Preferences.On the General tab, click the "Import Settings" button.In the "Import Using" dropdown, select "MP3 Encoder".  Now...

» How to Install an Updated Driver For NVIDIA Graphics Cards

Whether you are putting a new graphics card into your computer or just want to update the driver, it is recommended that you visit the Manufacturers website. Here you will receive the latest update that will include many enhancements and improvements. Follow these steps to install the latest driver on your computer:Make sure your graphics card is installed or recognized by the system.Open up a web browser, like Internet Explorer, Mozilla Firefox, or Google Chrome, and visit...