Can't change "Open with" for multiple files

For some reason, all swfs on my computer won't open in the Flash player that came with Flash 9. If I select 1 swf and set it to open with the player, it will work, however, if I select multiple ones, get info and try to set them all to open in the player (or "Change All") I get a dialogue saying I don't "have privileges to change the application for these documents only. Do you want to change all similar documents to open with the application Flash Player.app?" This is rediculous because I could so this in Tiger just fine. Also, I'm the admin and i'm in MY account, so I should be able to do anything I want, right?
Any insights? I've repaired disk permissions by the way.
Dan P.

This is sometimes a problem with the launchservices database. You can try the following to fix it:
Rebuild LaunchServices Database
For Tiger users
Open the Terminal application in your Utilities folder. At the prompt paste in the following command in its entirety:
/System/Library/Frameworks/ApplicationServices.framework/Frameworks/LaunchServic es.framework/Support/lsregister -kill -r -domain local -domain system -domain user
Press RETURN.
For Leopard users
Open the Terminal application in your Utilities folder. At the prompt paste in the following command in its entirety:
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchSe rvices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user
Press RETURN.
If this isn't successful then there may be other problems involved. You can try this:
Repairing the Hard Drive and Permissions
Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger and Leopard.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally.
If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger, and 4.1 for Leopard) and/or TechTool Pro (4.6.1 for Leopard) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
You can install the freeware preference pane, RCDefaultApp - VersionTracker or MacUpdate - which is useful for extensive control over various file associations.

Similar Messages

  • Change Open With for all files with a specific extension

    Hi, I've been using OS X for quite some time, but more recently cannot see how you do the following which is proving frustrating:
    * Open Get Info for a file,
    * Use the drop down under Open With to choose Other,
    * Select an appropriate application that wasn't on the drop down list (in this case Smultron text editor for CSV files),
    * Press the Change All button and the drop down turns back to Excel which was the previous default.
    So basically, how do I change all files with CSV extension to Smultron when Smultron wasn't in the list of Open With items and I have to use Other from the list. This is repeatable for any file type with any application that isn't listed and is on both my iMac and my work's MacBook. Try it yourself and you'll see what I mean!!
    Thanks

    Stuart Mchattie wrote:
    Thanks NeroWolf,
    Your solution does work for that single file, but doesn't change the system wide association of that file extension with a particular application. It is because this works that I believe the problem I am having is uncircumventable and is in fact a bug in the OS. Could anyone else confirm this?
    Cheers,
    Stuart
    It might be a bug. What I found is that the icon does not change unless I log out/in or reboot, even when the app normally puts an icon on the file.
    For example if I change an audio file to always open with VLC, it does even though the icon remains as before. However, even though clicking plays the audio with VLC, if I right click the file and select "Open With" it still says iTunes (app) default which is incorrect.
    Message was edited by: nerowolfe

  • Can't change sort settings for multiple items in iTunes 7.1

    iTunes 7.1 introduces a great feature—the ability to set a separate Sort Name, Sort Artist, Sort Album, etc. This means that "Weird Al" Yankovic songs can finally appear down among the Y's instead of up at the top of every list, by changing the Sort Artist to Yankovic, Weird Al.
    Unfortunately, this feature is fatally crippled in 7.1. As far as I can tell, you can only change the Sorting information on individual tracks. When you change the information for multiple tracks, the Sorting tab doesn't show up. This renders the feature all but useless.
    Let's say (hypothetically) that your friend is an enormous nerd (in theory) and your friend has 139 "Weird Al" Yankovic tracks (for the purposes of this example only, of course). Instead of just selecting all these tracks at once and changing the Sort Artist to Yankovic, "Weird Al", I (I mean, he) has to retype this information for each individual track. That's crazy! Surely this must be a bug.
    Core 2 Duo 20" iMac   Mac OS X (10.4.8)  

    I just found the solution to this myself.
    In a very un-Apple way, this is an undocumented feature only accessible by right- (or control-) clicking.
    1. Change one track to your desired sort settings (for instance, set the Sort Artist to Yankovic, Weird Al.
    2. Right-click on that track. In the contextual menu that appears, there is a new submenu called "Apply Sort Field." If you choose "Same Artist," it will apply your new sorting information to all your other tracks by "Weird Al" Yankovic (or, if you are not a huge nerd, any other artist you substitute).

  • How to set a default open with, for all files

    I would simply like to make all my .avi files to open with VLC, rather than Quicktime. I have done the "change default open with", but it's only for that file.
    Any way to make all avi's open with VLC?
    Thanks!

    Right-click any .AVI file and select Get Info. Under the "Open with" section, select the app you want, and then press the "Change All" button.

  • How to open user system "select program to open with" for given file?

    Hi,
    I'm trying to make file management application in Java.
    I already know how to open file in system preferred application. It's quite easy.
    The other issue I thinking about now is that I need to implement "Open With" functionality (like in Ubuntu: you right press on the file -> select "Open With" -> "Other" and system's default application selection window starts.
    I tried to manage that with some Java default classes, but I didn't found one.
    So, I'm working on solution, based on Runtime.getRuntime().exec("something");
    I already know what commands i should write in Mac and Windows to open "application selection" for file:
    1) Windows: RUNDLL32.EXE SHELL32.DLL,OpenAs_RunDLL <file.ext>
    2) Mac: open <file.ext>
    How to do same on linux (Gnome/KDE)? I still not found easy solution for that.
    Or maybe I am digging in wrong direction? If so - prease correct me.
    P.S. I tried Desktop.getDesktop() and Java Desktop Integration Components (JDIC), but it seems, that both of them don't have a function for functionality i need.
    Thank you for your replies.

    Never seen that one before. Maybe a Linux forum can help with that.
    Anyway. since ps seems to be working, you might try the following:
    before opening the dialog
    ps -auxww | grep <username> | grep -v grep | awk '{print $2}' | sort > beforeafter opeing the dialog (and while it is still open)
    ps -auxww | grep <username> | grep -v grep | awk '{print $2}' | sort > after
    diff before after
    ps -auxww <pidfromabove>

  • ITunes cannot change video kind for multiple files

    i put many video files to library, and then i want to change each video kind into music video, but unfortunately i can't find an easy to change those files at once.
    i have to change them one by one.
    my question is: is it possible to change "video kind" of many files at itunes library at once? how?
    thx

    No, it's not possible to batch-edit the fields on the Video tab. This seems like an outright oversight and will probably be corrected in a future version soon. What's worse, after you take the time to change the Video settings on your files one at a time, iTunes won't bother saving all the changes in the file itself. The Video Kind setting will change to the default "Movie" when the file is removed and added back to the library. For instance, all the "TV Show" files you back up to disk become "Movie" when added back to the library later. You have to edit the Video tab one by one again! It's maddening.

  • Can you change "Open With" List TITLES?

    When I right-click on a photo or something, then go down to "Open With" to choose which app to open it with, CS4 has made an obscenely long title somehow taking up the whole desktop. It looks like nonsense after it says CS4. All I need it to say at the most is Adobe CS4, or just be like CS2.
    Anyone know how to change this mess?
    Thanks!

    Yay! I fixed it!
    This is what I did: I went into Finder>Apps> Adobe CS4 (folder)> Right-Click on CS4.app> Show Package Contents> Contents> Open info.plist
    Then 6-lines down it stated what was in the "open with" string, so I removed it, restarted, and Voilá!
    Nice and clean.

  • Can I set "open with" for files - associate file types with a 3rd party app

    I have PDF file attachments inside my OmniFocus application. When I double-tap them, they get opened in the standard Apple PDF viewer. But I have a better 3rd-party app which opens PDFs and allows me to edit them (mark them up) - I'd like the attachments to open in this app instead of the normal PDF viewer. I don't want to have to switch to the 3rd party app to open it - it's important to me that I can place comments on many, many PDFs inside of OmniFocus. So:
    1) is it possible to ask the iPad to have all PDFs to open in this 3rd party app?
    2) if not, is it possible to name the attachments some other extension (e.g., .xyz) and tell it to open all .xyz files with the 3rd-party PDF viewer?
    thanks in advance,
    Mike

    Michael Levin wrote:
    just out of curiosity: how did you see this without buying the app - is there some general way to get a trial from the App Store?
    When You view the features of the app in the app store, there are pictures of some of the different screens under the main description of the app. I swiped through the pictures and the fourth photo shows a screen - An image in the black box pointing to the image name - roots.jpg. In the window to the right - it says -Action - at the top - in the grey border. I wouldn't have known that the arrow didn't give the same functionality as it does when you open the PDF in Mail. But I was able to see the trash can, the curved arrow and the blue done button on the right. I never heard of the app until we started to posting. Unless the app specifies that there is a free trial period, there is no way that I know to try an app for free.
    The thing that I find odd is that you say the arrow is greyed out making that feature unavailable. That arrow icon on the iPad in Safari or Mail is what directs you to the options for - open in, print, email, etc features on the iPad. I assume that arrow must have some functionality somewhere in the app. Not sure why it is greyed out. But I stress, I know nothing about the features of the app or what it is designed to do.
    Message was edited by: Demo

  • Can't change "Open With" option

    I'm trying to change the opening of all jpeg.and jpg's from the default "Perview" to "Goldberg". I think Its a better and a much faster "Viewer" than "Perview" but when I hit the "Change All" option after choosing "Goldberg", it jumps back to "Preview". Can anyone explain, I used to work but I can't remember when it stoped.

    ..."used to work but I can't remember when it stoped."...
    I don't know if this is the cause in your case, but if it worked previously, sometimes this can happen if you have more than one copy of the app on your computer, for example if you installed a new version, but kept the old one around. Even if the apps are named differently, they may still share the same identifier code that the system recognizes.
    Otherwise, clearing out any plist files or cache files associated with "launch services" from your user's "~/Library/Caches" and "~/Library/Preferences", or those owned by you in the computer's main "/Library/Caches" and "/Library/Preferences" folders might help. Note that this will require you to go and recreate any previous file type - application associations you may have established previously.

  • How Can I Change the Ports for WebDAV file shares.

    Title says it all. I have another piece of software using port 80 and 443, I'd like to create iOS shares using WebDAV but I can't find anywhere in the GUI to change the port numbers and I can't work out whether I need to do something involving Apache virtual hosts and if so which config files are relevant to the WebDAV server.
    Someone must have done this by now, anyone know how its done???!!!!
    Thanks in advance.

    OK, so I worked out which files to edit and I actually managed to change the Apache/WebDAV ports on a clean 10.8 Server.
    By clean I mean I installed 10.8.0, updated to 10.8.3 via the combo updater, then installed the latest version of Server app and configured the services.
    Having done that I was able to make the required changes and all is working well. I then replicated the process on my live server but it throws up an error when I try to start up the WebDAV sharing.
    This thread outlines the same issue:
    https://discussions.apple.com/thread/4199421?start=0&tstart=0
    I am getting this exact problem, in that any manual change at all to the 0000_any_443_.conf file will cause WebDAV to fail to start. This is annoying because I need to change that file. Its also annoying because the problem isnt there on my 'clean' server.
    I deleted the entire /Library/Server/ folder and the Server.app and reinstalled Server.app from the App Store, recreating the /Library/Server folder from scratch. This cleared out the apache config files which I tried to re-modify, but all the file sharing settings were retained. Does anyone think it would be worth deleting all the sharepoints? Any other ideas?

  • Can we create single External Table for multiple files?

    HI,
    Can we create External table for multiple files? Could anyone please explain it.
    Thanks and regards
    Gowtham Sen.

    to merge 16 files having same structureWell, if files have the same structure, as per the reading of the example from the following documentation, you can create one external table for all your files :
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14231/tables.htm#i1007480
    Nicolas.

  • Changing the owner to multiples files...

    Hello, How Can I change the owner to multiples files.
    Now I am doing this one by one with properties option (webui).
    Win2000
    iFS 9.0.1
    Thanks a lot,
    Sandra

    The JAVA API would be a good start. Simploy construct a search for the appropriate documents, then recurse through the SearchResults and apply your changes.
    Matt.

  • Can't use"Open With" multiple files Bridge to Premiere

    I'm running Vista 32 bit CS3 Bridge and Premiere.
    According to the Video workshop
    http://www.adobe.com/designcenter-archive/video_workshop/
    under Premiere > all 19 topics > Managing Media in Adobe Premiere Pro > at 02:46 it shows group selecting a bunch of quicktime files using Edit > Select all, then File > Open With ...the drop down shows Premiere.
    Mine only show Premiere if a single file is selected. If I multiple select, it only shows Quicktime Player 7.6.
    I've checked the file type association in preferences of Bridge to open these files in Premiere but it still only sees Premiere if a single file is selected.
    I've upgraded Bridge to 2.1.1.9 and set to run as Administrator but to no avail.
    Any ideas?

    The files are .mov quicktime. Rightclicking gives the same error.
    I've got the latest update (2.1.1.9)
    Not yet tried to reset Preferences but will do that tomorrow. (will let you know)
    However.....
    I have now changed the file association in Vista, re-started Premiere and Bridge and then after having started just Premiere chose File > Browse and the selected all the .mov files and selected Open With. Hurrah! Premiere is now listed!
    However, If I continue the focus changes to Premiere but a warning appears "This file path does not exist on disk at this location".
    Nothing is imported. Unlike the video workshop mentioned above.
    If however, I chose Open and not Open with then the files are imported.
    Seems to be a bug with Open with with more than one file chosen. If a single file is chosen and Open With is applied then the focus changes to Premiere but no file is imported.
    I have seen the exact same problem in another discusion "Re: Bridge CS3: Not importing clips into Premiere CS3" (see the More Like This panel on the rightside of this window)

  • I have Adobe Design and Web Premium CS6. If I buy adobe CC, can I easily open my for example indesign CS6 files with no complications?

    I have Adobe Design and Web Premium CS6. If I buy adobe CC, can I easily open my for example indesign CS6 files with no complications?

    I cannot imagine any problems in doing so, but you can keep your cs6 installation anyway.

  • I can't change shortcuts editing the shortcut file in preferences (mac) with After Effects CC. I Edi

    I can't change shortcuts editing the shortcut file in preferences (mac) with After Effects CC. I Edit the file, but when i open AE, it still the old same keys.
    How to have this working? And why until now, we don't have a GUI for shortcuts?
    I use the Apple Wireless Keyboard, and need to change the preview keys to a suitable ones, because this keyboard don't have the num pad.
    Until CS6, i was using ? and Shift+?, in the place of some kind of Zoom.
    But this time, i edit the file, in a sort of way i tried, and non of then change at all.
    WE NEED A GUI in AE Preferences to CHANGE THE SHORTCUTS!
    Thank You!

    The best way to add a +1 would be for everyone to file a feature request. Those are officially tracked by Adobe (unlike this user-to-user forum) and the more people that ask for something, the more likely it is to be implemented.

Maybe you are looking for

  • Manual creation of planned order in REM

    Hi,  Can we manually create a planned order in repetitive manufacturing? I know that in case we run MRP , then planned order for finished is created with order type 'PE' due to which it cannot be converted to production order. I dont want to run MRP

  • JS[CS3] Create Pattern/Swatch

    I am new to JS in AI. I know pretty well JS in ID but the object is totally different. So I am creating a layer, naming it, Creating a box, Importing an EPS as a groupItem. NOW the tricky part. The imported EPS is my Stamp so I need to create a patte

  • Ultra 60 with a Hercules VGA Card wont show me anything

    Hi there, i just have a Ultra 60 on my desk, and unfortunately I am not getting anything on my screen. Is there anything special I should look after to get the U60 with the Hercules PCI Card to work? The Model of the hercules VGA Card is: Terminator

  • Pre - Low battery alarm and battery status don't match.....

    I am a Volunteer here, not employed by HP. You too can become an HP Expert! Details HERE! If my post has helped you, click the Kudos Thumbs up! If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you

  • Can I change the location of the TOC file?

    Hi, In Robohelp (I have RH HTML v.8.02.208), it is easy enough to add a table of contents to a project; however, it seems that a RH TOC can only exist in the root directory. Is there a way around this? My motivation stems from some autogenerated mate