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


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 »

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 »

Here's how you can find the text of a particular TextBox witnin an ASP.NET GridView row and then Select and Copy the text to Clipboard with Javascript. First put the following javascript in the HTML of your page (either in HEAD of your html page or...  more »

To force long text lines to wrap in an HTML <pre> tag, you can use CSS code to wrap the text. The word-wrapping CSS code below should work to wrap long lines of text within the <pre> tag, in IE, Firefox and Safari... you may want to test the...  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 »

Learn how to get the latest security updates and service packs for your Microsoft Windows computer.  more »

When developing websites or applications in Visual Studio.NET, you sometimes need to have Visual Studio run as an administrator. For instance, if you are developing a Web Application Project that uses IIS7 as the local development server for testing,...  more »

The following is a step-by-step example of how you can easily import delimited text files into Microsoft Excel. You can use the Excel Text Import Wizard to quickly import files delimited by Tab, Semicolon, Comma (also known as Comma Separated Value (CSV) file format), Space or Other (you choose), or divided by fixed width columns.  more »

The Windows Task Manager can be used to start programs, to end running applications, to start or to end processes, as well as to view a dynamic display of your computer's performance. To be able to start the Windows Task Manager, you can use any one of...  more »

You may need to have an image refreshed automatically on a web page in ASP.NET to get the latest image. One instance where you might want the fresh image is if you upload an image that has the same file name as an already existing image file on the...  more »

Windows Live Messenger can be pretty annoying if you have it installed on your computer, but don't actually use it. Messenger will by default load during start-up of Windows, and also pop-up when opening Internet Explorer or using the Bing search bar,...  more »

When using SQL Server 2008, you may receive a Save (Not Permitted Dialog) box pop-up when trying to save changes to an existing table. The dailog box reads: "Saving changes is not permitted. The changes you have made require the following tables to be...  more »