How to Set or Change File Associations in Windows Vista

by Updated April 26, 2009

Windows operating systems (such as Windows Vista), every file extention is associated with a default program.  When you open a file, the program that is associated to the file extension will open the file by default.  However, you can change or set the association of each extension to any program manually. To do this follow these steps:

  1. Open 'Control Panel' and then click on 'Programs'.  Note: if you use the Classic View of Control Panel, select 'Default Programs'.
  2. Under the Default Programs section, click on "Make a file type always open in a specific program" option. See: Figure 1.
  3. To change or set the default program, locate the file extension and select it, then click  on the 'Change program...' button located on the top right corner. See: Figure 2.
  4. In the pop-up box choose the program you want to use to open this file with and click OK.  Note: If you don't see the program that you'd like to use click on the 'Browse..." button and find the program's application file (typically it's a .exe file).  
  5. Once you change the program to use for a file type, you should now see the updated Current Default program in the Set Associations file type list.
  6. Click the Close button to exit the Set Asoociations window.

If you just need to change one particular file, so that file is opened by a different program you can simply use the following quick solution:

  1. Right-click on the file you want to change and select Properties.
  2. In the General tab, click on the Change... button.
  3. Now select the program you would like to use and click OK.

 

 

 


0
0

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’re running your own dedicated Windows server, then you may need to know how to setup FTP Sites in Windows Server 2003. In this how-to article I will go through the basics of setting up a windows FTP user account, and an FTP Site, which will allow a user to connect to a website using an FTP program.  more »

Here's how you can UrlEncode the plus sign (+) in a URL querystring in ASP.NET and then retrieve the plus symbol after UrlDecoding the string. In this example, I will do a postback and redirect the Server.UrlEncoded string to another page. First we will...  more »

Copying text from the command prompt is pretty easy, but it's not all that straightforward if you've never done it before. Knowing how to copy text from the command prompt can come in handy, especially if you need to show someone else (like a forum user)...  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 »

The default settings in Visual Studio 2010 Professional do not automatically show the Solution file by default in the Solution Explorer sidebar. This can be a bit of a problem if you are trying to add another project to your existing solution. To get the...  more »

So you just got a new computer... now it's time to get your entire iTunes library of music, podcasts, playlists, apps, and purchased files from your old computer to your new computer. The following step-by-step will show you how you can move all of your...  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 »

Learn how to manually initiate the transferring of pictures to your computer with Kodak's EasyShare software.  more »

Taking the cover off of a Dell XPS 8000 computer can be a bit of a mystery if you have never removed it before. Here's how to open the case of a Dell XPS 8000 for the first time: At the back of the Dell XPS 8000 case, remove the screw just below the hand...  more »

Windows Vista comes with a little known tool called the "Snipping Tool" that allows you to take screenshots of your computer screen. The Snipping Tool has the ability to take 4 different types of screenshots. You can choose from Free-form Snip,...  more »

Find out how-to take a snapshot of what’s on your computer screen and turn the screenshot into an image using graphic software. You'll learn how to take a screenshot of your entire computer screen or just a selected window.  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 »