Changing default open with for file type for all users

hello
can I change the default app to open a specific file type for all users and not juist for my user?
i am admin for my mac mini.
tnx
gil

What applications are offered for open with depends on the application itself informing the system it can open certain files, plus your own custom selections for opening files. Evidently the alternate app you want to use does not claim to be able to open the files you are assigning it. If you have a plist editor and know how to use it you could edit the info.plist file inside the application itself to add the file type you want to the application's declaration of file types it will open. Then restart so the system will read that declaration. I think it would be far easier to simply launch the application and then drop a file you want it to open onto its icon in the Dock.
Francine
Francine
Schwieder

Similar Messages

  • Need to find a scripts for changing default "Open with" iTunes app to Quick

    Hello all...
    I'm new to scripting but need a script really quickly...
    I was wondering if anyone knew where I could find a script that will change the default "Open with" of audio files placed within a certain folder on my desktop...
    I'm making sound clips with WireTap and dumping them in a folder called WireTapExports as .mp3. I then need to play them without using iTunes (and importing them by default) but going into the "Get Info" and manualy changing the "Open With" settings for each file is taking ages...and it's very irratating...
    Is there a way I can make all audio file put in that folder automaticaly open with Quicktime instead.
    I know this is quite easy to most but I've only just started looking at Applescript (i.e. a few days ago) and but I need this to work now...
    Many thanks in advance...
    PigeonCake...

    Not what you want, but if you hold the control key while getting info it changes to summary info which then lets you change the preferred application on a batch of files in one go.

  • Change Default 'Open With'

    Folks,
    I changed something, but don't know what. I want ACR to open for RAW or JPEGs. I believe my prefs are set correctly in both ACR and Bridge. DblClk in Bridge should open ACR; it opens photoshop.  I've gone to Finder and a file Get Info > Open all files with Adobe Bridge. This isn't working. How can I change the Right Clik >Photoshop CS4 (Default) to either ACR or Bridge?
    Frustrated,
    Regards to all,
    Charles

    How do you use JPEGs? Seems to me the easiest way to make minor JPEG
    adjustmentisACR! Dclk > Adjust >Done.
    I don't make adjustments to jpegs
    Only work in Raw and save as PSD files. Those files can be resized and saved
    as jpeg to customers needs. Once you have saved a jpeg you should not make
    changes to them because that will cause loss of quality, you don't have that
    whit PSD or Tiff files.
    When you have good reasons to shoot in jpeg you should do so but the changes
    that you can make with them in ACR are very limited compared to use of Raw
    files.
    My importing from camera  continues to be a mixed bag. I shoot raw 90% and
    make JPGs via ACR (after importing) as I need them. It''s the copying to
    folder, subfolder, other drive, convert to DNG, Add meta data, Keyword...ALL
    on Import seems overwhelming; and it is. I just import to a folder and decide
    then, almost one by one.
    I use Adobe Photodownloader for that, in Bridge choose Get files from camera
    and explore the advanced setting, you can do a lot in one click.
    Thanks for the input on 'Open With'. I've been having some problems with
    Expression Media 2 and I've been trying different methods to get that right.
    One of the things I tried was to Repair Permissions in Disk Utility. I think,
    but I'm not certain, that that may have corrected the Open With situation.
    It is always good to use system maintenance every now and then
    Here's a question about Replying to this forum. How do you include the partial
    reply? Do you 'Copy & Paste' a selected text? For example, How did you add
    "Still can not change the 'Open With' etc., etc." comment in your reply?
    On the forum site you can do so when you use the reply button and then use
    the tool bar above to quote.  But I use my email application (Office for Mac
    2008) and simply select the text I want to quote and then choose reply.

  • How to Change Default 'Open with' Program

    Right now my default pdf viewer is epdfview. When I click on a downloaded file in the 'Downloads' it opens using epdfview. How can I make AcrobatReader default for this action?
    What I am NOT writing about: I don't want to change the Action what happens, when I click on a pdf file, because this Action is 'preview in Firefox' right now. I would like to change the associated DEAFULT program, which opens a DOWNLOADED file.
    I know how to choose 'Other...' programs in the 'Open with...' dialogue, I want to see AcrobatReader as a DEAFULT in the 'Open with...' dialogue.

    This will not affect media embedded in a web page - only links to the files themselves.
    # Click the menu button [[Image:New Fx Menu]] and choose '''Preferences'''.
    # Select the {menu Applications} panel.
    # The Applications panel will display. Select the type of file for which you want to change the default action. '''Multiple entries for the same [http://en.wikipedia.org/wiki/File_format file format or extension]?''' Some file types can include more than one Internet Media type.
    # The Action column will give you a drop-down menu, with options on action to take, whenever you click that type of file.
    #;[[Image: ApplicationsDropPDFWin]]
    #*'''Always ask''': will prompt you to select what action you want Firefox to take when you click on that type of file. This can be useful if Firefox is automatically saving a file type or is always opening it with a certain program and you want to be asked what to do.
    #*'''Save File''': will always save the file to your computer using the [[Find and manage downloaded files|Downloads window]], whenever you click that type of file.
    #* Open the file with an application or plugin of your choosing.
    # Click '''Close''' to close the Preferences window.
    See also: https://support.mozilla.org/en-US/kb/change-firefox-behavior-when-open-file

  • 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 set default file type for Open dialog

    Dear my friends,
    I am using "At selection-screen ON VALUE-REQUEST FOR filepath" to display open dialog and i want to set default file type for open dialog = *.txt.
    Thank your times !

    Hello,
    U can make use of this code:
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR SP_FILE.
      PERFORM SAVE_DIALOG CHANGING SP_FILE G_F_RC.
    FORM SAVE_DIALOG CHANGING PO_FILE PO_RC.
      DATA: L_VA_BOXTITLE     TYPE STRING,
            L_VA_DEFAULTFILE  TYPE STRING,
            L_VA_DEFAULTNAME  TYPE STRING,
            L_VA_DEFAULTPATH  TYPE STRING,
            L_VA_DEFAULTFULL  TYPE STRING,
            L_VA_FILTERTEXT   TYPE STRING,
            L_VA_CODE         TYPE I.
      CLEAR: PO_RC, G_F_CONF.
      L_VA_BOXTITLE   = TEXT-B01.
      L_VA_FILTERTEXT = TEXT-B02.
      IF PO_FILE IS INITIAL.
        CLEAR L_VA_DEFAULTFILE.
      ELSE.
        L_VA_DEFAULTFILE = PO_FILE.
      ENDIF.
      CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_SAVE_DIALOG
        EXPORTING
          WINDOW_TITLE            = L_VA_BOXTITLE
          DEFAULT_EXTENSION       = 'TXT'
          DEFAULT_FILE_NAME       = L_VA_DEFAULTFILE
          FILE_FILTER             = L_VA_FILTERTEXT
          INITIAL_DIRECTORY       = 'C:SAPWorkdir'
        CHANGING
          FILENAME                = L_VA_DEFAULTNAME
          PATH                    = L_VA_DEFAULTPATH
          FULLPATH                = L_VA_DEFAULTFULL
          USER_ACTION             = L_VA_CODE
        EXCEPTIONS
          CNTL_ERROR              = 1
          ERROR_NO_GUI            = 2
          OTHERS                  = 3.
      IF SY-SUBRC <> 0.
        PERFORM CHECK_ERRORTYPE(Z48M_MATDATA_UP) CHANGING SY-MSGTY.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                   WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        CLEAR PO_FILE.
        EXIT.
      ENDIF.
      IF L_VA_CODE NE 0.
        MESSAGE S818(3F) WITH TEXT-011.
        CLEAR: PO_FILE, PO_RC.
        EXIT.
      ELSE.
        WRITE L_VA_DEFAULTFULL TO PO_FILE.
        G_F_CONF = G_C_XFELD.
      ENDIF.
    ENDFORM.                    " save_dialog
    If useful reward.
    Vasanth

  • Since yesterday all my usual .xls files will not open (Office for Mac 2011). Can open .xlxs files. Default 'open with' is Microsoft Excel.app. No software updates done. Have repaired disc permissions. What next?

    Since yesterday all my usual .xls files will not open (Office for Mac 2011). CAN open .xlxs files. Default 'open with' is Microsoft Excel.app. No software updates done yesterday or the day before (or maybe a Silverlight or an Acrobat one by accident?). Have repaired disc permissions. HHD name is still same as it always was. What next? Thanks
    PS I'm not a great techie so assume I don't know what you're talking about!

    You may need to rebuild permissions on your user account. To do this,boot to your Recovery partition (holding down the Command and R keys while booting) and open Terminal from the Utilities menu. In Terminal, type:  ‘resetpassword’ (without the ’s), hit return, and select the admin user. You are not going to reset your password. Click on the icon for your Macs hard drive at the top. From the drop down below it select the user account which is having issues. At the bottom of the window, you'll see an area labeled Restore Home Directory Permissions and ACLs. Click the reset button there. The process takes a few minutes. When complete, restart.   
    Repair User Permissions

  • Can I change the default 'File Type' for PL/SQL Source File to '*.prc' ?

    Want to change the 'default' extension for PL/SQL source to '*.prc'
    When navigating 'File' / 'Save As', and selecting the 'File Type' list box,
    The default 'File Type' for PL/SQL Source File is '*.pls'.
    Can I change the default 'File Type' for PL/SQL Source File to '*.prc' ?
    I have followed , 'Tools', 'Preferences' , 'File Types' and added '.prc' as 'Sql Script' file type, because (PL/SQL Source) is not present in the list.

    You can certainly overwrite the 'Save As' extension as you are saving the file. I have added an ER for more control over this functionality.
    sue

  • Default File Type for New Forms - How to change?

    Hi,
    How can I change propperty: Default File Type for New Forms?
    It is enabled! Do I have to be Administrator to change it? I have SAP ALL..
    SFP -> Layout -> Tools --> Options -> Document Handling
    tnx, Adibo.

    There is no authorisation required for changing the file type. You are saying its enabled, then you can change it.
    Edited by: Nikhil Poojari on Aug 28, 2009 6:50 AM

  • Group Policy For 2008 Terminal Server Users Default Open With Not Working

    I'm trying to change the default open with behavior for jpg files on my terminal server. I created a Group Policy that changed it to MS Paint to Office 2010 Picture Manager. The policy appears to apply correctly but jpg files still open in
    Paint. When a user is logged on, if they look at the properties of a jpg, it shows Photo Gallery as the program to open it but when opened, it opens in Paint.
    Has anyone seen this behavior before?
    Orange County District Attorney

    > did. It would be helpful to know where the changes actually go in the
    > registry to see if they did or now.
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Unable to change File Type for specific file extensions

    Under Preferences->File Types different file extensions are assigned a file type e.g. The file extension .pkb is assigned the file type of PL/SQL. The file type of PL/SQL then opens the Code editor.
    I have a user who would prefer to open .pkb files in the SQL Worksheet editor but I am unable to change the file type to SQL Script as the option is greyed out.
    How do I change the File Type for these extensions? Is there a preferences file I need to change?
    Version: 3.2.20.09
    Thanks for your help.

    Hi,
    There is no preference but it turns out you can manually edit one of the preferences.xml files to force PL/SQL types to use the SQL worksheet editor. For SQL Developer 3.2.20.09.87 that file is system3.2.20.09.87\o.sqldeveloper.11.2.0.9.87\preferences.xml and will be located (on Windows 7, for example) in directory C:\Users\<userid>\AppData\Roaming\SQL Developer
    No guarantee this will work in future versions of the product, but for now you can add the following two xml blocks...
    For example, for .pls, add to <extensionToContentTypeMap ...>
                <Item>
                   <Key>.pls</Key>
                   <Value>TEXT</Value>
                </Item>
    and <userExtensionList>
                <Item>
                   <docClassName>oracle.ide.db.model.SqlNode</docClassName>
                   <userExtensions class="java.util.ArrayList">
                      <Item class="oracle.ide.config.DocumentExtensions$ExtInfo">
                         <extension>.pls</extension>
                         <locked>false</locked>
                      </Item>
                   </userExtensions>
                </Item> I researched this a while back after reading through some forum thread where someone claimed the PL/SQL file extensions got opened in the SQL editor in his environment, but without stating any specific release information. Possibly it worked for him then due to different product behavior (whether intentional or a bug), or perhaps even due to the technique described above.
    Regards,
    Gary
    SQL Developer Team

  • Testing for applications associated with a file type

    Dear contributors,
    while trying to open a simple *.txt file via java.awt.Desktop.open(File)
    the IOException is thrown. According to Javadoc there is "no associated
    application or the associated application fails to be launched" in this
    case. Interestingly the Desktop class does not provide methods to test
    for particular file type registration, just for the "support" of a generic
    Desctop.Action. Colud you please illuminate how to check, whether a file
    extension / file type / mime type has an associated application in a platform
    (in)dependent way at least for "opening" ?
    OS: Linux, 2.6.24-22-generic, x86_64
    JDK: 1.6.0_07, 64 bit
    Many thanks
    Jaro Pullmann

    If you make the call and an exception is thrown, then there is not application associated with the file type--otherwise I believe you need to do some registry work if you do not want a pretest.

  • Using X11 application as default for file type?

    Hello,
    I wanted to know if it's possible to set an X11 application as default application to open a certain file type.
    I tried the "open with" option on a file type, but the X11 application I wanted to associate to was unavailable (impossible to select) in the file explorer window.
    Thanks.
    -- Paolo

    Unix executables are not usually "visible." "Standard" OS X applications use the ".app" extension, but Unix executables do not. I suspect that's why you are having the problem. Making the association through OS X may not be possible.

  • Changing The Preview Image for File Types

    Is there any way for me to change the image that shows up as the preview for file types? For example, I use OpenOffice and all my .doc files show up as blank pages of paper, which I don't like. I've tried to change this to no avail, from using the "Get Info" window to within the program itself. Any help?

    If you have an image that you want to use, do a Get Info on it, select the image at the top of the box and then copy from the Edit menu. Then on your OpenOffice document do a Get Info and paste the image into the little image icon at the top of the Get Info box.

  • "Problem: Unable to play file type for...". Moderator please help

    When using the spotlfy app from squeeze box I get this message every time: "Problem: Unable to play file type for" then list the song name. I can pick the music and see the art but no play. This is when I am attempting to stream from spotlfy on squeeze box. Logitech customer service told me spotlfy has not been running on squeezebox for weeks. Please help or I'll have to cancel subscription.

    The 3rd party plug-in solved this problem for me, but only after I'd figured out a few other things, so I'm sharing them here: a) You have to have BOTH plug-ins running, both the v 1.0 "official Spotify plug-in "  *and*  the third party plug-in, which is on v2.3.8 as I write this. b) after you have activated the third party plug-in (and re-started the Squuezebox server)  You have to open up the settings for the plug-in ( link in the far right colum)  I don't think it matters how you choose to set these (I didn't mess with them.) The critical thing is that you must log into your Spotify account from within the this plug-in settings screen in order for the 3rd party plug-in to do its job.  (And maybe you'll have to re-start the Squeezebox server yet again.  I just do that without even thinking when trying to sort out these problems.) What makes this all challenging is that the symptoms change at each step:  At first, with just the official plug-in activated, I got the "can't read file format" error message.  After activating the 3rd party plug in (but before logging in from inside it)  Spotify appeared to be working perfectly on the screen of my Squeezbox controller, indicating that a song was playing (even the bright white light  that shows something is streaming was lit.) However. no sound was actually coming through.  After I logged in as above, I finally got music to match all the on-screen indications. No logic to this that I can figure out.  It just seems typical of life with Squeezebox.

Maybe you are looking for

  • Problem with ping

    I am using isReachable method of InetAddress class for checking if the host is alive or not. This method returns false. But if i invoke ping using Runtime class I get response from that host ....also if i try to do ping from command line even then I

  • Some advise on 'WHERE EXISTS' in OWB.

    Hello :-) me again. I have read a number of topics regarding 'WHERE EXISTS' statment and OWB... got confused so i thought i ask your option. OWB 10 r2.0.1.31 paris/windows I need to tune one of my maps - nothing fancy, just a simple delete: I need to

  • IDoc Meta data Error at XI server

    hai all, I triggered IDoc from R/3 System and after observing XI server, it shows the following Adapter Meta data Error .RFC destination and ports are correct. Please can any one comment on this. <?xml version="1.0" encoding="UTF-8" standalone="yes"

  • FGA, module name and SET_MODULE

    RDBMS: Release 10.1.0.5.0 I would like to audit a table column using an audit condition on the module name. The code to do that is: begin    DBMS_FGA.DROP_POLICY(object_schema=>'XXXX', object_name=>'TAB', policy_name=>'FGA_SELECT_TAB' );    dbms_fga.

  • How to deploy ODI package?

    hi, I have ODI package.How to deploy it ?