A2oz

How Do I Change How Files Are Opened?

Published in Computer & Internet 2 mins read

You can change how files are opened by associating file extensions with specific programs. This means that whenever you double-click a file with a certain extension, the chosen program will automatically open it.

Here's how you can change file associations:

Windows

  1. Right-click on a file with the extension you want to change.
  2. Select "Open with" and then "Choose another app".
  3. Select the desired program from the list or browse for it.
  4. Check the "Always use this app to open .[extension]" box if you want to make this change permanent.
  5. Click "OK".

macOS

  1. Right-click on a file with the extension you want to change.
  2. Select "Get Info".
  3. Under "Open with", click the "Change All..." button.
  4. Select the desired program from the list.
  5. Click "Change".

Linux

  1. Right-click on a file with the extension you want to change.
  2. Select "Properties".
  3. Go to the "Open With" tab.
  4. Select the desired program from the list or browse for it.
  5. Click "Apply".

Example:

If you want to open .txt files with Notepad++, you can associate the .txt extension with Notepad++. After doing this, every time you double-click a .txt file, Notepad++ will open it.

Note:

  • The specific steps may vary slightly depending on your operating system and version.
  • You can also change file associations through your operating system's settings.

Related Articles