answersLogoWhite

0

All you have to do is right click on the file to be opened, go down to properties and under open it with, click the change button and find a program i.e. photoshop, paint, etc, select the program you would like scroll down and click apply and then ok. When this is done properly, you will be able to open a tmp file. This also works for other situations. An easy fix.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Tmp extension refers usually to what kind of file?

Temporary File


How do you open .tmp video files?

To open .tmp video files, you can first try renaming the file extension to a more common video format, such as .mp4 or .avi, and then attempt to play it with a media player like VLC or Windows Media Player. If that doesn't work, you can use a file recovery tool or video repair software, as .tmp files are often temporary files created by video editing software. Additionally, check if the original program that created the .tmp file can recover or convert it into a usable format.


What does tmp extension mean in computer files?

The .tmp extension is a TEMPORARY file.Often these files are created during the installation process or during cleanup procedures.Sometimes by changing the extension you can open them in some program or other.If they are old they can safely be removed.


In computers the 'TMP' extension refers usually to what kind of file?

TMP and TEMP files are temporary and can be safely deleted. They are usually dumped on the hard drive and forgotten about by some programs if they crashed and were meant to delete them.


Error C4D219.tmp Linage II anyone know how to fix?

how to fix file C4D219.tmp ??


Is there any software to open tmp files?

.tmp files are used by your web browser to store information relevant to downloads. There is no way to open them, nor is there any reason why you would want to.


What are the name of UNIX file system?

Consult any reference on Unix for this information. Although they can vary and this is not a complete list, but most systems will have the following file systems: /bin /etc /tmp /usr /boot /etc /lib /opt /var /


How do you retrieve unsaved Word Perfect documents?

To retrieve unsaved WordPerfect documents, first check the temporary file directory where WordPerfect may save backups. Look for files with a .wpd or .tmp extension in the default directory, which is often located in the C:\Users[Your Username]\AppData\Local\Temp folder. Additionally, you can try using the "File" menu and selecting "Open" to see if there are any autosave or recovery files available. If none of these methods work, consider using file recovery software as a last resort.


How do you put pictures on a webpage?

HTML for photosthe name has to include the location of the picture and also the file extension such as"images/myphoto.jpg" or "myfiles/pictures/myphoto.jpg"Then you can add things like border="1" (inside the brackets) for a border around it and also alt="picture description" so people who can't see the photo will know what its about.There is much more you can learn about presenting photos. You can find info on this tag and more athttp://htmlhelp.com/reference/html40/special/img.htmlfile:///var/folders/k2/k2G5ki1IHw42u0C8LDbhVU+0KqQ/-Tmp-/com.apple.PhotoBooth-T0xa0f760.tmp.5rYVfo/Photo%20834.jpgfile:///var/folders/k2/k2G5ki1IHw42u0C8LDbhVU+0KqQ/-Tmp-/com.apple.PhotoBooth-T0xa0f760.tmp.uW0aXB/Photo%20834.jpg


Algo of deletion of 1st node from a single linked list?

if (listfirst) { tmp= listfirst; flistfirst= tmp->next; free (tmp); }


Write a unix shell program to accept a user name and check whether the user logged in or not?

#!/bin/sh echo "Please enter the name of a user:" read USER who|grep $USER > /tmp/usertest & sleep 5 if [ -s /tmp/usertest ] then echo "User is logged in" else echo "User is not logged in" fi rm /tmp/usertest


What is the difference between etc and tmp in unix file system?

These two directories are used for different purposes. The /tmp file system is for creating/using temporary files and directories and may be cleaned as a result of a reboot. Scratch files created by utilities and compilers are placed here, and the directory is readable and writable by anyone. The /etc directory is only writeable by an administrator, and contains most of the system configuration file information in multiple directories and files.