• Home

Mac Os X Default Program For Extension

 
Mac Os X Default Program For Extension 9,9/10 8566 reviews

OS X will now alter the file association for all other files of the same type on your Mac to the new default application, so that whenever you double-click a similar file in future it will open within that program. OS X will now alter the file association for all other files of the same type on your Mac to the new default application, so that whenever you double-click a similar file in future it will open within that program. Set default app for opening files with no extension on Mac - Set the default software for opening files without file extension with RCDefaultApp. Enhance OS X desktop with live wallpapers - Custom your Mac destkop theme with live widgets and beautiful animated backgrounds. Reassign default program used for file extension on mac os.

  • In Microsoft Outlook 2016 for Mac running on Mac OS X Yosemite (10.10) or later versions, you cannot set Outlook as the default application. In Outlook Preferences, under General, you enable the Make Outlook the default application for e-mail, calendar, and contacts option.
  • Hello, I am looking for an option to automatically start files with a special extension always with the same program. For example, if I want to open a.avi video file, macos by default does it with quicktime.

Uninstalling software under Mac OS X is generally a straightforward procedure — just delete the program from the Applications folder. Few vendors offer uninstallers on the Mac, and generally they’re not necessary. Most programs don’t run background components or alter system settings files (like the Registry on Windows), and leaving old preferences and support files on the hard drive generally doesn’t do much harm.

But if you are trying to remove an old or corrupt component, reinstall software to change a serial number, or just free up disk space, removing all components of the old application can be important. These components include the application itself, preferences and support items, and sometimes hidden files or kernel extensions. Anyone who’s had problems installing an Adobe CS application or removing Symantec AntiVirus will appreciate how hard it can be to fully remove old software.

Speed up your Mac with a few clicks

Mac Os Set Default Application

You can do it the easy way or the hard way. In this post you will find detailed information on how to speed up your Mac. You can do all these steps on your own. Or you can save yourself some time and some headaches by downloading a free trial of CleanMyMac. The software offers “all the tools to optimize your Mac, in one app.”

This post is sponsored by MacPaw, maker of CleanMyMac.

Applications

Be default, Mac OS X software is stored in the Applications folder on your hard drive. Most programs are single icons (iTunes, Firefox), while others contain one or more folders full of items (Adobe Acrobat, Microsoft Office). You can also occasionally find applications on the desktop, if dragged there during installation or moved from the Applications folder.

Drag the program’s icon or folder to the Trash to begin the uninstall process. If you are not the user who originally installed the software, or your are not an admin user on your Macintosh, you will need to enter an administrator’s name and password to continue.

Note: the icon for most programs is actually a bit of an illusion. What you’re seeing on the hard drive is an application package, a folder full of items including the executable program code and supporting files. When a package is labelled with the .app extension, it appears as a single, launchable icon in the Finder. If you’re curious whats inside, right-click (or control-click) on the icon and select Show Package Contents.

Preferences and Application Support Files

There are two locations on your hard drive, both named Library, where programs store their preferences and supporting files. The first Library is at the top level of your hard drive, the second is inside your Home Folder. Removing items from both these locations is necessary to completely uninstall software.

Start with the Top Level Library on your hard drive /Library. You are looking to remove any files or folders which contain the name of the program (Acrobat, Word) or the vendor (Adobe, Microsoft) in their names. Search the following locations:

  • /Library
  • /Library/Application Support

    In these two locations you’re looking for non-Apple folders full of items: Adobe, Microsoft, etc.

  • /Library/Preferences

    Inside Preferences you may find single files, folders full of items – Adobe, Microsoft – along with .plist documents usually starting with com – com.Adobe.Acrobat.plist, com.microsoft.Word.plist

  • /Library/LaunchAgents
  • /Library/LaunchDaemons
  • /Library/PreferencePanes
  • /Library/StartupItems

    Most software does not use LaunchAgents, Preference Panes or Startup Items, but some things do, particularly items which control system behavior or keep background processes running

Next, remove any similarly named items you find inside the User Library inside your Home Folder ~/Library in the same set of folders:

Mac Os 9 Extensions

  • ~/Library
  • ~/Library/Application Support
  • ~/Library/LaunchAgents
  • ~/Library/Preferences
  • ~/Library/PreferencePanes
  • ~/Library/StartupItems

For the vast majority of applications that’s all you need to remove. Empty the Trash to complete the process. If you get a message that an item is “in use and can’t be deleted” reboot the Mac, then try again.

Kernel Extensions and Hidden Files

If you’ve deleted everything from the Applications and Library folders and some vestiges of old software still remain, you may be dealing with a kernel extension or hidden file. These items will not be obvious to find, doing a Google search about the components for your specific software situation is highly recommended.

Software that uses background processing – anti-virus and security programs, printers, device sync software – often install one or more kernel extensions. If your old installation of Symantec Utilities keeps telling you it’s out of date six years after you’ve deleted the program, chances are there’s still an old kernel extension loading up.

Warning: kernel extensions are necessary for correct operation of your system. Do not move or delete any items unless you have the ability to redo changes made by booting from a second Macintosh or drive and restoring changes made to the first hard drive.

Kernel extensions are located in /System/Library/Extensions and end with the extension .kext. Again you are looking for items with the name of the program or vendor in the name. For example, with old copies of troublesome Symantec software you might find SymEvent.kext and SymOSXKernelUtilities.kext lurking on your system.

Drag any probable items to the desktop first to make a copy, then move the original to the trash. Don’t empty the trash yet – reboot and see if the issue is fixed. If not, restore the item and try another.

Hidden files are items whose name starts with a period (.) They don’t display in the Finder by default. Programs sometimes use hidden files for authentication purposes, many are located in your home folder. You can use Terminal (inside Applications/Utilities) to list the contents of the directory in question and delete the offending item.

Remove Extensions Mac Os X

For example, the following set of commands will navigate to the home folder (~), list all contents, then delete a hidden file named .parallels_settings:

%> cd ~
%> ls -al
%> sudo rm .parallels_settings

Mac Os X Default Administrator Password

Using sudo to do the deletion will require you to enter an admin password when prompted.

Mac Os File Extensions


Updated April 2014:
added info about LaunchAgents and LaunchDaemons