What is the proper program used to open files like add-ons etc?

I think I messed something up in Firefox.I was in the process of backing up some files like bookmarks.I had done the following-clicked on Firefox,troubleshooting and show folder.I found and back up bookmarks but had trouble when it came to trying to do places etc. and now some of the files are showing Acrobat to open them. What is the default for these files and how do I switch back?
Thanks

If you want to change the application that opens .pdf files, change that in Options > Applications and look for Portable Document Format.

Similar Messages

  • What is the Upgrade program used to upgrade NW04 to NW04s

    Hi,
    What is the Upgrade program used to upgrade NW04 to NW04s?
    Thanks Sri

    <b>SAPup</b> - Program to upgrade Web AS ABAP and related components BW,XI
    <b>SAPJup</b>- Program to upgrade WebAS Java and related components EP.
    Vijay Kothapalli

  • What is the default app used to open ZIP files in OS X?

    What is the default app used to open ZIP and PDF's files in OS X?

    The Archive Utility and Preview.
    (105905)

  • Will there be an update to v29 that fixes the problem of not closing? Reset, disabling add-ons, etc, did not fix it.

    After upgrading to v 29 four days ago, Firefox will not close 9 out of 10 times...get the error message that says Firefox is still running, close it or restart. The only way I have been to fully close Firefox is to force it to close by running CCLeaner or computer restart. I have tried disabling add-ons, safe mode, etc. I do not want nor should I have to lose settings by a reset. Given the other posts re: this same problem, this appears to be a Firefox v29 problem and not a user/customer problem. This is on a Win 7 machine running AVG Free.

    I have the same problems.
    Tried version 30beta without success
    Have to unload the Firefox process with Taskmanager
    I like the new version 29 but have gone back to trouble free version 28.
    Unless the problem can be fixed I will regretfully go to Chrome.
    My system is Win 7 (64Bit) with SP1 and all updates.
    Extensions are ADBlock, Better Privacy, Disconnect, Self-Dectructing Cookies, Foxflag, Colorful Tabs, HTTPS-Everywhere

  • What is the proper method for embedding image files in a documentDB model?

    I'm working on some standard CMS functionality to produce simple service articles for a website. I'm looking at two possible options but I'm not sure which way to go.
    Example 1:
    I really want to create a value object to represent the image such as 
    class ImageFile
    public byte[] fileData { get; set;}
    public string contentType { get; set;}
    class WebArticle
    public ImageFile {get; set}
    public string someContent { get; set; }
    Or am I stuck with storing the image seperately w/ Azure Storage and just simply using my documentDB object to reference it's url via something like this:
    class WebArticle
    public string imageUrl { get; set; }
    public string someContent { get; set; }
    I see that there is some way to add "Attachments" but I'm not really clear on what the attachments are for. I don't think that I am reading the correct documentation. Is there a webpage out there that clarifies this. A kindle book on Amazon maybe?
    I'm looking forward to using this new technology. Ryan's Channel 9 presentation on the subject really caught my attention.
    Thank,
    Dan Jerome

    Ryan C:
    https://code.msdn.microsoft.com/Azure-DocumentDB-NET-Code-6b3da8af
    Mimi G:
    http://azure.microsoft.com/en-us/documentation/articles/documentdb-resources/

  • Question: What is the best platform to run exe files? Wine,Cedega,etc.

    I've tryed Wine it takes alot of configuration that I'm not to familiar with. I would love to order a commercial version but my credit is shot for ordering software threw the internet. I wish there was a software store in my mall besides the usual stores. There's not enough support out there for Linux. Is there any good websites that describe the best way to run wine or cause I want to utilize my programs and not just my games.

    I've tried both CX office and Cedega, but I don't like that much GUI help...
    I prefer the raw wine configuration via regedit and winecfg, also wine is getting better and the configuration method are not that hard.
    BTW the apps mentioned by thayer also work flawless under wine
    Also if I need application, for which I have no linux alternative, and there is no way to run it with wine (like blizzard torrent file downloader, that Blizzard use when they release something new free for download and didn't run well on 0.9.45 (fixed now, though) I use Vbox)
    Last edited by Dheart (2007-12-18 20:33:19)

  • Just updated to the newest version of Firefox and it keeps crashing when I open the browser. I tried opening it with add-ons disabled and it still keeps crashing. Crash ID: bp-03b36d11-304e-4f80-ab9e-79b7f2111223

    I just updated to the newest version of firefox for my mac laptop. It keeps crashing when I open the browser and does so even in safe mode. Laptop is about two years old. Might it be an issue with the OS? I have not updated to Leopard yet.

    It seems that the problem is related to fonts.
    (1) How were you updating your operating system ?
    If you use *_Software Update_*, hurry up, download and apply the combo updater available from :
    http://support.apple.com/kb/DL1361
    but CAUTION, this update introduce a serious problem with some fonts. At this time the only workaround available is to reinstall 10.6 tyhen apply the combo updater 10.6.6 available from :
    http://support.apple.com/kb/dl1349
    (2) if you didn't used *_Software Update_*, run a maintenance tool like the free MAINTENANCE available from :
    http://www.titanium.free.fr/index_us.html
    Apply it to clear caches files, mainly those dedicated to fonts.
    It would be also a good idea to check the health of your fonts with FontBook.
    Yvan KOENIG (VALLAURIS, France) vendredi 1 avril 2011 21:25:39

  • HT1338 what is the best program for printing labels, business cards for a Mac book pro ?

    What is the best program or app for printing lables,business cards etc. for my Mac book pro ?

    I use Pages with the template from the manufacturer of the labels and cards. Works great for me.
    Allan

  • What is the proper way to close all open sessions of a NI PXI-4110 for a given Device alias?

    I've found that, when programming the NI PXI-4110 that, if a the VI "niDCPower Initialize With Channels VI" (NI-DCPower pallette) is called with a device
    alias that all ready has one or more sessions open (due to an abort or other programming error) a device reference results from the reference out that has a (*) where "*" is post-fixed to the device reference where and is an integer starting that increments with each initialize call. In my clean up, I would like to close all open sessions. For example, let's said the device alias is "NIPower_1" in NI Max, and there are 5 open sessions; NIPower_1, NIPower_1 (1), NIPower_1 (2), NIPower_1 (3), and NIPower_1 (4). A simple initialize or reset (using niDCPower Initialize With Channels VI, or, niDCPower Initialize With Channels VI, etc.) What is the proper way to close all open sessions?
    Thanks in advance. Been struggleing with this for days!

    When you Initialize a session to a device that already has a session open, NI-DCPower closes the previous session and returns a new one. You can verify this very easily: try to use the first session after the second session was opened.
    Unfortunately, there is a small leak and that is what you encountered: the previous session remains registered with LabVIEW, since we unregister inside the Close VI and this was never called. So the name of the session still shows in the control like you noted: NIPower_1, NIPower_1 (1), NIPower_1 (2), NIPower_1 (3), and NIPower_1 (4), etc.
    There may be a way to iterate over the registered sessions, but I couldn't find it. However, you can unregister them by calling "IVI Delete Session". Look for it inside "niDCPower Close.vi". If you don't have the list of open sessions, but you have the device name, then you can just append (1), (2) and so forth and call "IVI Delete Session" in a loop. There's no problem calling it on sessions that were never added.
    However - I consider all this a hack. What you should do is write code that does not leak sessions. Anything you open, you should close. If you find yourself in a situation where there are a lot of leaked sessions during development, relaunching LabVIEW will clear it out. If relaunching LabVIEW is too much of an annoyance, then write a VI that does what I described above and run it when needed. You can even make it "smarter" by getting the names of all the NI-DCPower devices in your system using the System Configuration or niModInst APIs.
    Hope this helps.
    Marcos Kirsch
    Principal Software Engineer
    Core Modular Instruments Software
    National Instruments

  • Firefox keeps asking me what program to use to open file types even though I have selected one and checked "do this for all files of this type" going foward

    I am working in Windows and every time I open an attachment, Firefox asks what program to use to open files of this type. I always select the proper program and then check the box that says use this program for all future files of this type. In spite of that, the program continues to ask for every file. How do I turn off this feature and just have the program remember the correct program to use for each type of file extension?

    Regardless of your download preferences, web servers can trigger a download prompt by sending either the ''Content-Type: application/octet-stream'' or the ''Content-Disposition: attachment'' header. You can check if that's the case by examining the server response headers in the [https://developer.mozilla.org/docs/Tools/Web_Console Web Console].
    For the latter problem install the InlineDisposition add-on and see if it helps.
    * https://addons.mozilla.org/firefox/addon/inlinedisposition/
    If the problem persists, post back here with either an example link or a screenshot of the relevant response headers in the Web Console.
    * [[How do I create a screenshot of my problem?]]

  • How can I use 2 Apple IDs in Itunes? I have 2 IOS Devices. They each have there own AppleID. What is the proper way to sync both of them to Itunes?

    How can I use 2 Apple IDs in Itunes? I have 2 IOS Devices. They each have there own AppleID. What is the proper way to sync both of them to Itunes? I wanted my teenager's AppleID to be different from mine so that she couldn't charge stuff to my AppleID, therefore I created me another one. Now when I go to Sync either device, it tells me that this IOS device can only be synced with one AppleID. Then I get a message to erase it, not going to do that, lol. If I logout as one ID and login as the other, will it still retain all synced information on the PC from the first IOS device? If I can just log in out of the AppleID, then I have no problem doing that as long as the synced apps, music, etc stays there for both. I am not trying to copy from one to the other, just want to make sure I have a backup for the UhOh times. If logging in and out on the same PC of multiple AppleIDs is acceptible then I need to be able to authorize the PC for both devices. Thanks for the help. I am new to the iOS world.

    "Method Three
    Create a separate iTunes library for each device. Note:It is important that you make a new iTunes Library file. Do not justmake a copy of your existing iTunes Library file. If iTunes is open,quit it.
    This one may work. I searched and searched on the website for something like this, I guess I just didn't search correctly, lol. I will give this a try later. My daughter is not be back for a few weekends, therefore I will have to try the Method 3 when she comes back for the weekend again. "
    I forgot to mention that she has a PC at her house that she also syncs to. Would this cause a problem. I am already getting that pop up saying that the iPod is synced to another library (even though she is signed in with her Apple ID to iTunes) and gives the pop up to Cancel, Erase & Sync, or Transfer Purchases. My question arose because she clicked on "Erase & Sync" by mistake when she plugged the iPod to her PC the first time. When the iPod was purchased and setup, it was synced to my PC first. When she went home, she hooked it up to her PC and then she erased it by accident. I was able to restore all the missing stuff yesterday using my PC. However, even after doing that it still told me the next time I hooked it up last night that the iPod was currently synced with a different library. Hopefully, you can help me understand all this. She wants to sync her iPod and also backup her iPod at both places. Both PCs have been authorised. Thanks

  • Register Applications photoshop CC   Lightroom 300 baht per month Creative Cloud desktop install and load the program into Lightroom down normally open normally, but the work load photoshop program installed. Open access Like we use it to fill a 30-day tr

    Register Applications photoshop CC   Lightroom 300 baht per month Creative Cloud desktop install and load the program into Lightroom down normally open normally, but the work load photoshop program installed. Open access Like we use it to fill a 30-day trial version, serial no.

    1) WHAT if I juse JUST ONE Adobe program pretty often? 
    They have a single use subscription for $20/mo.  Similar to upgrading extended version every 1.5 years.
    2)  WHAT if I created projects like 2 months ago and I didn't use Photoshop for a full month.  Who assures us that with the CC series the projects are opened with the old CS ones?Or don't use it every day?
    Same problem if you own it.  If upgrade price is $400 every 1.5 year that is same as $16/month.  You can choose not to update and version will be same as when you last used it.
    3) WHAT if I don't use Adobe 24/7?  and 5) Making an day-based subscription??  Same problem if you own it.  If upgrade price is $400 every 1.5 year that is same as $16/month.
    4) Adobe, do you think to be the only one making these softwares?
    Competition is always a factor in market.
    6) After all this mess, you discriminate Europeans, too?
    Taxes charged by Governments and municipalities are not controlled by Adobe.

  • What IS the best program to use to create an animation, that needs to be viewed in Powerpoint?

    What IS the best program to use to create an animation, that needs to be viewed in powerpoint?  Essentially i want to output a Movie File, so i'm guessing that Edge Animate is out of the question and it's not photoshop, more likely Flash?

    So it sounds like you want to create a form. There are really two approaches, either Acrobat (AcroForm) or LiveCycle Designer (XFA form). LiveCycle Designer comes with Acrobat Pro, but it's an entirely separate application.
    For an AcroForm, you'd create the underlying document in a page layout program (e.g., InDesign), word processor, or some other software and convert to PDF. Then in Acrobat you;d add the interactive form fields and any scripting you want. You can also add other types of interactive elements such as links, bookmarks, multimedia, etc. You can add a button which when clicked initiates an email with the filled-in form attached of submits to a web server.
    For an XFA form, you'd normally create the entire document in LiveCycle Designer, particularly for a dynamic forms. There's a lot that PDF has to offer that's not available with XFA forms, but XFA forms can do things AcroForms can't. For a good discussion of the important differences between the two types of forms, see the following article: http://acrobatusers.com/blogs/thomp/so-what-difference-between-acroforms-and-xfa
    For a form that needs to be saved with Adobe Reader, the document needs to be Reader-enabled. When such a document is opened in Reader, it will unlock certain functionality that Reader does not have otherwise, such as commenting, signing digital signature fields, and most important saving. But when a document has been extended this way with Acrobat, there are licesning restrictions. In short, if you distribute an enabled document to more than 500 recipients, you are allowed to use data from no more than 500 forms that have been returned to you, including hard copied. If fewer than 500 recipients, there is no such limit.

  • What is the best program to use to create an interactive pdf?

    what is the best program to use to create an interactive pdf?

    So it sounds like you want to create a form. There are really two approaches, either Acrobat (AcroForm) or LiveCycle Designer (XFA form). LiveCycle Designer comes with Acrobat Pro, but it's an entirely separate application.
    For an AcroForm, you'd create the underlying document in a page layout program (e.g., InDesign), word processor, or some other software and convert to PDF. Then in Acrobat you;d add the interactive form fields and any scripting you want. You can also add other types of interactive elements such as links, bookmarks, multimedia, etc. You can add a button which when clicked initiates an email with the filled-in form attached of submits to a web server.
    For an XFA form, you'd normally create the entire document in LiveCycle Designer, particularly for a dynamic forms. There's a lot that PDF has to offer that's not available with XFA forms, but XFA forms can do things AcroForms can't. For a good discussion of the important differences between the two types of forms, see the following article: http://acrobatusers.com/blogs/thomp/so-what-difference-between-acroforms-and-xfa
    For a form that needs to be saved with Adobe Reader, the document needs to be Reader-enabled. When such a document is opened in Reader, it will unlock certain functionality that Reader does not have otherwise, such as commenting, signing digital signature fields, and most important saving. But when a document has been extended this way with Acrobat, there are licesning restrictions. In short, if you distribute an enabled document to more than 500 recipients, you are allowed to use data from no more than 500 forms that have been returned to you, including hard copied. If fewer than 500 recipients, there is no such limit.

  • What are the 5 Most Useful Shareware programs you've come across?

    I wanted to lighten the mood on the forum with all of the complaints about the MBP with something potentially useful to current users as well as potential users like myself. I was just wondering what were the 5 most useful shareware programs people have come across for their MBP? It can range from security add ons, or networking tricks, really anything that saves you a few minutes of your day that you think sets your MBP apart from other MBPs and other portables in general.
    Oh, and please try not to include the macsaber....yes it was funny...the first 10 threads....

    1. Radio widget from WU: http://radiotuner.wuersch.net/
    you can just add any radion stream (url), they also have a list on their website (needs real player)
    2. Transmit (very user friendly FTP)
    3. Macjanitor (keeps the system tidy)
    4. VLC player (plays most media extensions)
    5. Skype (Phone any lan or mobile in the world from you mac/pc for a fraction of the cost, as well as normal chat)
    Actually i think most of that lot is freeware apart from Transmit; bargain!
    honorable mention for Appzapper, SuperDuper, google earth and firefox.
    hehe, mactheripper made me giggle - great name..

Maybe you are looking for

  • AirPort Extreme Issues

    I am having the hardest time getting my new Airport Extreme to work properly. Or at least me to work properly with it. It was working initially then I configured it the way I like it and started having issues. I reset it to default settings and my co

  • Special Characters not being imported from standard text(SO10) to form

    Hello Experts, I have created a standard text in SO10 and tried importing it to the adobe form, i created.  I have maintained some sentences as highlighted and underlined.  Text got imported perfectly on to the form, but the formatting is not being e

  • Archive Access with CO line item reports

    Experts, A warning message is presented each time I try to access data archived through archive object CO_ITEM that states "Report XXXX is not planned for archiving object CO_ITEM". I have tried this for reports KSB1 KSBP KKCS KOB1 CPB1 KVBI KSB5 KAB

  • Great news for Novation Remote SL / Automap iPhone users

    http://uk.novationmusic.com/news/article=23 At last..! I've checked it out, and it's all there. Now you can access all parameters and plugins. Cheers. Bryan

  • Number of messages shows up but doesn't come through

    please help! on the left side where the inbox, send, trash, etc is it will show how many unread messages and also at the dock the same. but when i try to get the message it won't scroll down any further and let me see the messages. i have to close ou