Enabling the ability to uncheck QT file associations in Default Programs

I have Windows 7 here, and it comes with this nice little utility that lets you set the default programs for various file types (Control Panel\All Control Panel Items\Default Programs\Set Default Programs\Set Program Associations). When I select Quicktime, there are various boxes that I can check, but there are also various boxes that are pre-checked. I would like to uncheck them, but they are greyed out. How can I uncheck them?
I hope Apple engineers understand the absurdity of having a specific tool for setting file type associations, and them making that tool unable to set file type associations. It sort of defeats the purpose doesn't it?
For the record, I am administrator and UAC is disabled.

File associations are a mess right now. Many programs (Opera included) handle them their own way. There's a project underway to handle associations in a standard way (see MIME actions, shared MIME info, desktop entries, all at freedesktop.org), but not all software uses it; KDE is a notable holdout (3 at least, not sure about 4).
Note that that first spec link, MIME actions, is currently "in the requirements-gathering / early-planning stages." That means there is no spec for that. As I said, a mess.
Most likely, Opera and Thunderbird detected you were running KDE and special-cased their association-finder to ask KDE instead. Now that you aren't, they're falling back to their normal behavior: use the first .desktop file to claim the MIME type. As I recall, both applications offer ways to specify associations in their preferences; you might just want to stick to that for now. Or use a desktop environment.
The kernel-level MIME support is designed to allow execution of strange files using interpreters. For example, you could directly execute Windows applications (as in "./notepad.exe") by setting the kernel to "interpret" application/exe files using wine. No applications use it for opening files.

Similar Messages

  • Photoshop CS6 updated and lost the ability to open DICOM files

    My photoshop CS6 updated and I lost the ability to pen DICOM files (dcm file extension). any help on how to get it back? or should I just uninstall and re-install the entire program?

    Oliver Sparrow wrote:
    I note that teh Dreamweaver product is not listed on my registered product list here on line, and when I tried to register it, the system refused, saying that it was registered as a part of a 'systems purchase', or some such. I bought it as a download from an on-line retailer.
    That certainly sounds like bogus software. I'd get rid of it (and do a clean reformat/reinstall of everything in case it has planted some malware in your system).

  • How can I enable the ability to create links when editing site text in BC?

    I am about to launch my first BC site for a client. I built the site using Muse. The client needs to update text and pics on their own using BC, which is fine, but when editing text, they are unable to create a link to another page. How can I enable the ability to create links when editing site text in BC? I can apparently do this in this post, but I don't see a way to do this for their site.

    Grid control should be used if you have multiple dbs to manage.
    But if you still want to install dbconsole, you can use dbca as already mentioned. it's much easier to do that using dbca.
    With the manual method, you create the repository via emca -repos create.
    Then you configure it using emca -config dbcontrol db. This will ask for sys passwords, ports setting etc...

  • I purchased the ability to convert PDF files to Word.  Site still asking me to pay.

    I purchased the ability to convert PDF files to Word for $23.88 a year through the on-line site.  Confirmation was given, but site does not allow me to begin. I am still being told to buy the package.
    CarlaCathy

    Did you sign in with the Adobe ID you used for the subscription?
    [topic moved to ExportPDF forum]

  • I lost the ability to drag & drop files from the finder to dreamweaver

    I recently upgraded to OSX Maverick and I lost the ability to drag and drop files to dreamweaver.
    Is there a setting that I am unaware that restores this functionality?
    Thanks

    Hi All,
    This bug has been fixed in the latest version of Dreamweaver CC 2014, which is now available for download.
    Download it from https://creative.adobe.com/ or directly through the Creative Cloud desktop app.
    We’re excited to hear back from you. Please share your feedback.

  • Gnome: mime types, file associations and defaults.list

    I installed the new Gnome 2.8 during the weekend and now my file type associations is completely bloated. The mime system is intact - Nautilus recognises files properly. However, Nautilus doesn't know which applications to open a specific file with. I have read other posts and found useful information, but not the solution.
    This post in FedoraForum gave me a hint to what's causing the problem:
    http://fedoraforum.org/forum/showthread … post127530
    It seems that the file defaults.list is missing from /usr/share/mime/applications. Apparently this file contains the associations  between applications and mime types. I have not be able to find out which package should provide this file or how to recreate it. Can anyone help - maybe provide the name of the package that provides this file?
    Thanks,

    Yeah, I got tired of Evolution not knowing about opening *.docs in openoffice.  After several hours of research, the key is the /usr/share/applications/mimeinfo.cache,  /opt/gnome/share/applications/mimeinfo.cache, and the MimeType fields in the *.desktop files.  The mimeinfo.cache in /usr was empty and the /opt one had gthumb and other apps but no OO:
    [MIME Cache]
    application/x-gnome-stones=gnome-stones.desktop
    image/jpeg=gthumb.desktop
    application/postscript=ggv.desktop
    ...snip...
    That's a lot of blather to say that the fix for Evolution/OpenOffice was to add the proper MimeType entry to /usr/share/applications/ooo645writer.desktop:
    MimeType=application/vnd.ms-word;application/msword
    and then run "update-desktop-database".  Problem solved.
    Another problem is that within Evolution it says an attached doc is a "application/msword" and not a "Microsoft Word Document".  Unfortunately this is because freedesktop.org decided to use application/vnd.ms-word instead of application/msword like the rest of the world.  If you check the vnd.ms-word entry in /usr/share/mime/packages/freedesktop.org.xml it defines an alias msword but the new mime system doesn't appear to recognize aliases yet.  The solution I used was to rename the entry to msword.  Another possible solution might be to remove the msword alias from the vnd.ms-word entry and create a new msword entry based on the vnd.ms-word one.  Then run "update-mime-database /usr/share/mime".  Hope that made sense.
    I think the defaults.list is part of the previous GNOME MIME setup cause I don't have one and I'm not experiencing any problems.  For other apps check for the associations in the mimeinfo.cache's and if missing add the MimeType's to the app's *.desktop.

  • Finding the exact path of a file using a Java program

    Can anyone tell me how to find the exact path of a file which is saved in a directory other than the one in which the main file is saved? I know there is a class called File which has many methods like isAbsolutePath() and isPath() but they return the path in which the main class is located

    actually i m trying to write a program which will
    take a name of a file or a directory from the console
    and it should give the entire path of that file or
    directory and this file need not be stored in the
    path of the main class.....It can be stored in any
    drives of my PC....Ok, then the console input needs to be an absolute path or a path relative to some given directory (usually the one from which the application is started). Java cannot magically guess absolute paths if you just provide a file name. E.g. if I'd use your program and would provide as input "build.xml", how should the program know which file by that name I mean (there are lots of build.xml files in different locations on my machine)?

  • I get keep getting this when I get emails ( dosen't know how to open this address because the protocal(blocked http) isn't associated with any program

    I get keep getting this when I get emails ( dosen't know how to open this address because the protocal(blocked http) isn't associated with any program

    That is the current AKO policy, see [/questions/747157]
    *http://usacac.army.mil/CAC2/MilitaryReview/EmailAnnouncementNotification.pdf

  • Cant open file directly on default program

    hi!
    I´m trying to open a .RVT file in a program called Revit, wich is the default program for those files, and now its not working, it says the default program is Revit, but when I try to open the file it opens revit, not the file in revit, so I´ve got to go
    to open/file...etc... and after a while it gets hard finding every file... 
    can you tell me what do I do, I´m assuming I will have to go to *reddit* but after that I dont know...
    thanks!!!

    Hi,
    S.Sengupta's suggestion is worth a try. Also you could try to reset the default program for test:
    Change the program that opens a type of file
    http://windows.microsoft.com/en-in/windows/change-file-open-program#1TC=windows-7
    Karen Hu
    TechNet Community Support

  • View files with a default program

    how do you make a type of file open with a default program. for example i make a file in photshop save it as a .jpg file. but when i want to show that file to someone it doesnt open in preview (like other files) it opens in photoshop which is freaking annoying.
    so how do i do it?
    macbook pro   Mac OS X (10.4.6)  

    Select the file, use Get Info (Command-I), choose the application you want to open the file, then click "Change All..."

  • Why have I lost the ability to print pdf files?

    All of a sudden I can't print pdf files.  The print screen shows a blank file and it prints blank, of course.

    This doesn't sound like it is a FornsCentral issue unless you have this problem only with PDF generated from FormsCentral.
    Let me know if that is the case. Otherwise you should ask your question on the Acrobat or Reader forum
    Acrobat Forum: http://forums.adobe.com/community/acrobat
    Reader Forum: http://forums.adobe.com/community/adobe_reader_forums
    Gen

  • Need the ability to export rule file field mappings

    Hi. I have a number of rule files that have a large number of field mappings (i.e. the Replace -> With options on the Global Properties tab). I was just wondering if anyone has found a way to export these to excel or similar.
    Thanks
    Sean
    Edited by: SeanO on 8/03/2010 15:38

    "The reason is due to bad print when having a view is shaded" Could you please explain?
    What are you planning to resolve? Which format has the printing issue?
    What other print options you want to use in addition to the forcetoblack?
    Please provide samples and steps to reproduce the problem. Thx
    Edited by: AutoVueAU_2 on Oct 27, 2012 9:43 PM

  • Every time Photoshop CS6 is updated it loses the ability to process RAW files

    I have had no trouble with PHotoshop CS6 for several years. Then I bought a copy of Dreamweaver CS6, which on installation destroyed all records of every other Adobe product that I have. It also stopped Photoshop CS6 from handling RAW files. So I reinstalled them. All of them. And then they could see and process RAW files again.
    The Adobe Updater got to work after the next log on, downloaded a huge bolus of software and now Photoshop cannot handle RAW once again. This is truly annoying and becoming expensive. Has anyone had a similar experience?
    I note that teh Dreamweaver product is not listed on my registered product list here on line, and when I tried to register it, the system refused, saying that it was registered as a part of a 'systems purchase', or some such. I bought it as a download from an on-line retailer.
    Widgets: Win7 64 bit, 16 GB, dozen processors, NVIDIA2000W, top end screen.

    Oliver Sparrow wrote:
    I note that teh Dreamweaver product is not listed on my registered product list here on line, and when I tried to register it, the system refused, saying that it was registered as a part of a 'systems purchase', or some such. I bought it as a download from an on-line retailer.
    That certainly sounds like bogus software. I'd get rid of it (and do a clean reformat/reinstall of everything in case it has planted some malware in your system).

  • Deleting files associated with deleted programs

    Long story short, I briefly used Thunderbird to handle my wife's Verizon e-mail account. She decided she didn't like the Mac and continued to use our old PC laptop, so I deleted Thunderbird from the Mac; I thought everything associated with it was deleted too. Now when I type a word associated with that old e-mail address in the spotlight search, e-mails show up and can be opened. Any ideas how to get rid of those?
    In the same vein, I downloaded the dropbox application but later deleted it. Now I have a drop box folder that doesn't go away. Any suggestions are appreciated.
    Thanks,
    JJ

    Uninstalling Software: The Basics
    Most OS X applications are completely self-contained "packages" that can be uninstalled by simply dragging the application to the Trash.  Applications may create preference files that are stored in the /Home/Library/Preferences/ folder.  Although they do nothing once you delete the associated application, they do take up some disk space.  If you want you can look for them in the above location and delete them, too.
    Some applications may install an uninstaller program that can be used to remove the application.  In some cases the uninstaller may be part of the application's installer, and is invoked by clicking on a Customize button that will appear during the install process.
    Some applications may install components in the /Home/Library/Applications Support/ folder.  You can also check there to see if the application has created a folder.  You can also delete the folder that's in the Applications Support folder.  Again, they don't do anything but take up disk space once the application is trashed.
    Some applications may install a startupitem or a Log In item.  Startupitems are usually installed in the /Library/StartupItems/ folder and less often in the /Home/Library/StartupItems/ folder.  Log In Items are set in the Accounts preferences.  Open System Preferences, click on the Accounts icon, then click on the LogIn Items tab.  Locate the item in the list for the application you want to remove and click on the "-" button to delete it from the list.
    Some software use startup daemons or agents that are a new feature of the OS.  Look for them in /Library/LaunchAgents/ and /Library/LaunchDaemons/ or in /Home/Library/LaunchAgents/.
    If an application installs any other files the best way to track them down is to do a Finder search using the application name or the developer name as the search term.  Unfortunately Spotlight will not look in certain folders by default.  You can modify Spotlight's behavior or use a third-party search utility, Easy Find, instead.  Download Easy Find at VersionTracker or MacUpdate.
    Some applications install a receipt in the /Library/Receipts/ folder.  Usually with the same name as the program or the developer.  The item generally has a ".pkg" extension.  Be sure you also delete this item as some programs use it to determine if it's already installed.
    There are many utilities that can uninstall applications.  Here is a selection:
    AppZapper
    Automaton
    Hazel
    CleanApp
    Yank
    SuperPop
    Uninstaller
    Spring Cleaning
    Look for them at VersionTracker or MacUpdate.
    For more information visit The XLab FAQs and read the FAQ on removing software.

  • What does this mean, and how can I stop this message from coming up constantly in my e-mail program? "Alert: Firefox doesn't know how to open this address, because the protocol (htpixel.adsafeprotectedtp) isn't associated with any program."

    This just started last night, and it seems to be affecting the functioning of my e-mail program (Yahoo mail). How can I stop it?

    Perform the suggestions mentioned in the following articles:
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache/ Clear Cookies & Cache]
    * [[Troubleshooting extensions and themes]]
    Check and tell if its working.
    May not be related to your problem but some of your Firefox Plugins are out-dated
    * Update All your Firefox Plugins -> https://www.mozilla.org/en-US/plugincheck/
    * '''NOTE: When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''

Maybe you are looking for

  • Mapped Folders Stay

    Good Day, I am a little perplexed about something.  I have a MS 2008R2 domain, with windows 7 clients and we are switching from log-in scripts to using the GPO preference to map folders.  The GPO is build with multiple OU's and different GPO's per OU

  • Drop Caps PDF export problem

    When I export the document I'm working on, all of my drop caps change slightly. I've attached an image showing the IND (CS5) layout, and on the right the exported PDF change to the drop caps. They have been set up using styles with drop caps that use

  • Is it possible to upgrade to Master Collection CS6 - student version

    The only option I see is to buy the full version as a student. Is there an option just to ugrade to CS6? What options do I have?

  • No chat with IChat?

    Greetings fellow IChat users or should I say non users. I too have the same insufficient bandwidth message 95 percent of the time. Since May I have probably only achieved 10 successful chats. Not only have I invested approximately $3000 into new comp

  • On a flash game how do you create something to let you switch vehicle

    I know how i can create a button but how do i make it activate different vehicles before the race starts.