How To Reset A Default Program For A Specific File Type Mac
- How To Make Excel A Default Program For Mac
- How To Set A Default Program For Email
- How To Reset A Default Program For A Specific File Type Macromedia
- How To Reset A Default Program For A Specific File Type Mac
I somehow have set the default file type association for a file type in Windows 7. It doesn't appear to be possible to delete it from the 'Change the file type associated with a file extension' options screen. Is it possible to remove it?
A default program is the program that Windows uses when you open a particular type of file, such as a music file, an image, or a webpage. For example, if you have more than one web browser installed on your computer, you can choose one of them to be the default browser. Change default programs (file associations) to open Outlook attachments in Control Pane You can also associate the specified file type of Outlook attachments to a program in Control Panel to change the default programs of opening specific kind of Outlook attachments. Changing a Single File's Default Application. To change the default Application associated with a single file, you can right click on the file and select Get Info, or you can select the file and hit the keyboard shortcut Command+I, and the info window will open for that file. Many times there is the need to change the already associated program or app for a specific type of file(s), so I write this tutorial which contains detailed instructions on how you can specify a different program or application to handle a specific file type on a Windows 10, Windows 8 & 8.1 and Windows 7 OS.
pulsarjune11 Answers
Find the file extension in question under this key in the registry:
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerFileExts
Deleting the sub-key with the same name as the extension you want to un-associate will delete the default program association. In older Windows versions, you'll have to kill and restart
explorer.exe
for this to take effect (the change is instant as of Windows 10 64-bit).In most cases, you will also need to remove the same sub key from HKEY_CLASSES_ROOT as well.
Even easier method that I found, it just requires the command line.
- Open a command prompt with Administrator privileges (right click > Run as Administrator).
- Run the command
assoc .<file_extension>
in the prompt. This will give the file type which is associated with the extension. If this command returnsFile association not found for extension .<file_extension>
, it means the extension is not associated with any file type. If it returns an association value in format.<file_extension>=<Some Value>
, then go to Step 3. - Run the command
ftype [FileType]=
, where FileType is the file type returned in Step 2.
Special thanks go to My Digital Life for the instructions that I used to figure this one out. They also included a step that disassociates the extension from the file type, but based on what you are looking for, that isn't strictly necessary.
In Explorer, go to Tools Folder Options File Types, find the extension you're looking for, and click Delete.
Or, if Delete is grayed out, click Restore (to set it back to the defaults), then Delete.
Why not use this method here:
How To Make Excel A Default Program For Mac
Follow these very easy steps for changing the program that starts when you open a particular kind of file in Windows 7.
Here's How:
Click on Start and then Control Panel.
FREE Appointment Scheduling Software trusted by 37,000+ businesses worldwide. Automate your client bookings, cancellations, reminders & payments using the worlds friendliest online scheduling software. If you need to reduce no-shows, increase capacity and boost repeat custom, 10to8 is the solution. It includes: Automated SMS & email reminders, free online booking page, online payment, 2-way calendar sync, group booking, live reports, integration with 500+ apps, access on any device & the possibility to see & track client messages, private notes & appointment history from a single place. On line texting program single or group for mac.
Tip: In a hurry? Type associations in the search box after clicking the start button. Choose __Make a file type always open in a specific program_ from the list of results and then skip to Step 4.
Click on the Programs link.
Note: If you're viewing the Small icons or Large icons view of Control Panel, you won't see this link. Click on the Default Programs icon and then click on the Associate a file type or protocol with a program link. Then proceed to Step 4.
Click on the Make a file type always open in a specific program link under the Default Programs heading.
In the Set Associations window, scroll down the list until you see the file extension that you want to change the default program for.
Click on the file extension to highlight it, once you've found the one you're looking for.
Click the Change program.. button above the scroll bar.
The Open With dialog box should appear.
Look through the options in the Recommended Programs area and choose the application that you want to open the file extension with when you double-click on the particular kind of file on your computer.
Note: Chances are, the applications listed under Recommended Programs will contain the most applicable programs for this file type but be sure to look at the applications under Other Programs. You may need to click the v to expand the list of these programs.
Note: Click Browse.. to search through your computer for any program not listed that you'd like to use.
Click the OK button on the Open With window. Windows 7 will refresh the list of file associations to show the new default program to open this type of file.
Click the Close button at the bottom of the Set Associations window. You may also close the Control Panel window if it's still open.
From this point forward, when you double-click on any file with this particular file extension, the program you associated it with in Step 7 will launch and load the particular file.
Important: Whatever program used to automatically open when these types of files were launched will still open these types of files. To use another program, you'll just need to start the program manually and then browse your computer for the particular file.
I could not find the correct Windows Registry line, so I used a work around. On my desktop, I created a text file named 'deleteable.txt'. I changed the extension to .exe. Next, I used the control panel to change the default program assigned to the desired file extension to the new 'deleteable.exe'. I then closed the control panel, and finally deleted the desktop file.
Peter MortensenSimilar to the top answer, but I find it best to only delete the UserChoice sub-key because you don't need to kill all of the info about the file extension (like the open with list), just the 'choice the user selected' (aka-UserChoice). I use a REG file to make it fast to repeat for testing. You can copy paste this, including the version line, and save as a REG file. Just change .ics and .vcs to whatever extensions you want (or just remove one line if you only want to reset one):
If you aren't familiar with REG files, the above lines that start with '-' simply delete those keys from the registry.
Also, and the main reason I posted this answer, with this solution I don't have to restart explorer.exe. Maybe something specific to my setup, but I've used on Win7 and Win8 and never had to restart explorer.exe for the change to take effect.
Creative Element Power Tools is a collection of productivity tools for Microsoft Windows Vista, Windows XP, Windows Server 2003, Windows 2000, and Windows Me. One of the file utility is File Type Doctor which allows user right-click any file and select Edit File Type to modify the applications used to open files of that type. Use File Type Doctor to choose default programs, add or remove file types from Explorer’s New menu, and customize files’ context menus.
More utilities here: Windows Vista File Associations Advanced Editing Management Tools
GaffHow To Set A Default Program For Email
How To Reset A Default Program For A Specific File Type Macromedia
My Solutions:
- Use this method of this question..but for some user it not work
- Another Solution:
Search forphp_auto_file
in registry and delete entry. after explorer restart .it's work - Best Solution:
Download nirsoft file type man(Description Link) , then open it ,click refresh icon,wait for refresh complete , find for example :.php
extension ..and double click on this row..and now you see a dialog window..now checkshow this file type in the 'New' menu of Explorer
I did the brute-force ignorant method. Delete all registry keys that have the extension mentioned in them, as well as delete all the registry keys that have the previous application (bar.exe) mentioned in them.
Assuming the extension is .foo
and the application is bar.exe
, I think I found stuff here
as well as some other stuff that did not seem helpful to delete (a lot of MRU lists)
And I may have had to logout/login as well, although I'm not sure if that was 100% necessary.
Mark LakataMark LakataHow To Reset A Default Program For A Specific File Type Mac
Open a New Text File .txt
and save it in desktop by give any name and extension as .exe
and close it, open properties of the file which you want to change open with and in general tab click change in open with column click Browse and select your created .exe
file and click ok it will change to your new created program and then delete your exe file that's it then when you open your file it will ask for open with.
Safe brute-force method
None of the other answers' methods worked on their own for me when trying to delete the file association for something like .htaccess
. This combined method worked (Windows 10):
Create a new empty file called something like
foo.exe
.Go to a file with the extension you want to reset and
Open with..
. Make sureAlways use this app to open .<extension> files
is ticked. ThenLook for another app on this PC
and choose thefoo.exe
you just created.Delete
foo.exe
.Double click the file again and dismiss the Open with box (this might not be necessary).
Now open regedit and delete the following keys:
Log off and in again.
protected by Community♦Apr 12 '16 at 13:49
Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?