How do I insure that Firefox is my full-time browser -- I was using Internet Explorer prior to downloading Firefox. Shud I delete Internet Explorer?

I want to only use Firefox as my full-time browser. I do not want to use Internet Explorer because it doesn't work on a web site I want to use, but Firefox does work. All I want to know is how do I insure that Firefox will be my full-time browser?

Please do the following:<br><br>
#Start Internet Explorer.<br><br>
#Click Tools | Internet Options and then click the Programs tab.<br><br>
#Remove the checkmark from: "''Tell me if Internet Explorer is not the default browser''.<br><br>
#Click Apply/OK and then close Internet Explorer.<br><br>
#Start Firefox, click the orange Firefox button, go to Options | Options | Advanced.<br><br>
#In the General tab, menu at the bottom, checkmark "'''Always check to see if Firefox is the default browser on startup'''" and then click the "''Check Now''" button.<br><br>
#Click OK.
That's all there is to it.

Similar Messages

  • How can i insure that job finished and good  and send mail to the user  ?

    how can i insure that job finished and good  ,
    and how can i send mail to the user "ok"   ?

    Hi Dakota.  We do something simular with our nightly MRP job.  Our MRP job runs around midnight,  then we kick off another job about 4am which checks to see if any of the jobs in question have abended, if so,  then it sends an email to the email addresses specify in the report variant.  Of course, this could be modified to check for successfully complete jobs, if that is your requirement.
    REPORT ZBCJOBMONITOR .
    TABLES: SOMLREC90,
            TBTCO.
    DATA: MAILDATA   LIKE SODOCCHGI1.
    DATA: MAILTXT    LIKE SOLISTI1 OCCURS 10 WITH HEADER LINE.
    DATA: MAILREC    LIKE SOMLREC90 OCCURS 0  WITH HEADER LINE.
    DATA: I_TBTCO    LIKE TBTCO OCCURS 0 WITH HEADER LINE.
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001 .
    SELECT-OPTIONS: S_JOB FOR TBTCO-JOBNAME.
    SELECT-OPTIONS: S_JOBC FOR TBTCO-JOBClass.
    SELECT-OPTIONS: S_REC FOR SOMLREC90-RECEIVER.
    SELECTION-SCREEN END OF BLOCK B1.
    START-OF-SELECTION.
      CLEAR:    MAILDATA, MAILTXT, MAILREC, I_TBTCO.
      REFRESH:  MAILTXT, MAILREC, I_TBTCO.
      PERFORM GET_ABENDED_JOBS.
      PERFORM BUILD_RECEIVERS.
      LOOP AT I_TBTCO.
        PERFORM BUILD_TEXT_MESSAGE.
        PERFORM SEND_MAIL_NODIALOG..
      ENDLOOP.
    *      Form  BUILD_TEXT_MESSAGE
    FORM GET_ABENDED_JOBS.
      SELECT * FROM TBTCO
              INTO CORRESPONDING FIELDS OF TABLE I_TBTCO
                         WHERE JOBNAME IN S_JOB
                           AND STATUS = 'A'
                           AND JOBCLASS IN S_JOBC
                           AND SDLSTRTDT = SY-DATUM.
    ENDFORM.
    *      Form  BUILD_TEXT_MESSAGE
    FORM BUILD_TEXT_MESSAGE.
      DATA: DATE(10) TYPE C.
      DATA: TIME(10) TYPE C.
      MAILDATA-OBJ_NAME = 'MONITOR'.
      MAILDATA-OBJ_DESCR = 'Batch Job Monitor'.
      MAILDATA-OBJ_LANGU = SY-LANGU.
      CONCATENATE 'Job Name:' I_TBTCO-JOBNAME
                  INTO MAILTXT-LINE SEPARATED BY SPACE.
      APPEND MAILTXT.
      PERFORM FORMAT_DATE USING I_TBTCO-SDLSTRTDT
                                DATE.
      CONCATENATE I_TBTCO-SDLSTRTTM+0(2) ':'
                  I_TBTCO-SDLSTRTTM+2(2) ':'
                  I_TBTCO-SDLSTRTTM+4(2)
                     INTO TIME.
      CONCATENATE 'Start Date/Time:' DATE TIME
                INTO MAILTXT-LINE SEPARATED BY SPACE.
      APPEND MAILTXT.
      CONCATENATE 'Job Class:' I_TBTCO-JOBCLASS
                INTO MAILTXT-LINE SEPARATED BY SPACE.
      APPEND MAILTXT.
      MAILTXT-LINE = 'Job has terminated abnormally'.
      APPEND MAILTXT.
    ENDFORM.
    *      Form  BUILD_RECEIVERS
    FORM BUILD_RECEIVERS.
      LOOP AT S_REC.
        CLEAR MAILREC.
        MAILREC-RECEIVER = S_REC-LOW.
        MAILREC-REC_TYPE  = 'U'.
        APPEND MAILREC.
      ENDLOOP.
    ENDFORM.
    *      Form  SEND_MAIL_NODIALOG
    FORM SEND_MAIL_NODIALOG.
      CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
           EXPORTING
                DOCUMENT_DATA              = MAILDATA
                DOCUMENT_TYPE              = 'RAW'
                PUT_IN_OUTBOX              = 'X'
           TABLES
                OBJECT_HEADER              = MAILTXT
                OBJECT_CONTENT             = MAILTXT
                RECEIVERS                  = MAILREC
           EXCEPTIONS
                TOO_MANY_RECEIVERS         = 1
                DOCUMENT_NOT_SENT          = 2
                DOCUMENT_TYPE_NOT_EXIST    = 3
                OPERATION_NO_AUTHORIZATION = 4
                PARAMETER_ERROR            = 5
                X_ERROR                    = 6
                ENQUEUE_ERROR              = 7
                OTHERS                     = 8.
      IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.
    *      Form FORMAT_DATE
    FORM FORMAT_DATE USING IN
                           OUT.
      CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL'
           EXPORTING
                DATE_INTERNAL            = IN
           IMPORTING
                DATE_EXTERNAL            = OUT
           EXCEPTIONS
                DATE_INTERNAL_IS_INVALID = 1
                OTHERS                   = 2.
    ENDFORM.
    Regards,
    Rich Heilman

  • Norton Internet Security cannot scan emails the use SSL. How do I insure that I do not get a virus or malware by opening an email in Thunderbird?

    Norton Internet Security cannot scan emails the use SSL. How do I insure that I do not get a virus or malware by opening an email in Thunderbird? I have read that you don't have to click on a link to get malware but that some email can trigger malware just by opening and reading. Any suggestions to keep my emails from triggering malware? AOL Desktop software has it's own built-in email scanner but I'm trying to get away from using their software and rely just on TB.
    Thanks

    There are many aspects to this question.
    First, using SSL or TLS to send and receive email is important because it prevents others from sniffing your email login. Particularly if you are using a device over wi-fi or on untrusted networks, this is critical because if others obtain your email login, bad things can happen.
    Of course, using SSL or TLS with your mail server also protects the content of your email from being captured by others, so that's good too.
    Second, you are correct that there can be security threats in email other than the attachments, although the attachments generally are the most dangerous. Your antivirus should protect you from bad attachments because in order to open them, they need to be written to disk in a temporary folder, and your AV software leaps into action whenever a new file is added to disk. You also can hedge your bets by using a two-step approach: first save the attachment to disk and only after it survives the real-time AV scan then launch it in the appropriate application.
    Sometimes content in the message body can trigger a vulnerability in your email software or a plugin. As these vulnerabilities become known, Mozilla updates its software, but there seem to always be new issues discovered and there will never be perfect security. I'm not sure how helpful email scanning is for this problem.

  • I recently had some repairs done to my ATT U-verse connection, and now my Safari doesn't open in a full screen.  How do I reset that to open in full screen?

    I recently had some repairs done to my ATT U-verse connection, and now my Safari doesn't open in a full screen.  How do I reset that to open in full screen?

    Mountain Lion is set up to close windows when you quit a program instead of saving them. To change this, put Safari in full-screen mode, move the cursor to the top, open Safari menu while holding Option key and close Safari from the menu.
    If you want to do it automatically with all programmes, open System Preferences > General, and deactivate "Close windows when quitting an application"

  • How is it possible that when I do have a Wifi connection, I cannot connect to Safari or Google Chrome or anything else internet-related?

    How is it possible that when I do have a Wifi connection, I cannot connect to Safari or Google Chrome or anything else internet-related? Sometimes it does all work, but after a while Wifi is still there and I am not able to go to any website whatsoever.

    Your network preferences file may be damaged, that would explain why you can configure the computer and get online but then when the computer wakes from sleep and needs to restore the setting it cannot.
    Open the Library folder of your computer (not the Library in your user directory) and then find the Preferences folder. Now the problem for me is that I've not used Leopard forever so I'm not sure exactly where the file you want is or what it is called. In Mountain Lion it is called:
    com.apple.airport.preferences.plist
    and it is inside a folder called SystemConfiguration. But I can't remember if this has changed along the way or not. The easy thing to do is to go back to the Network Preferences pane again and make the change I directed above. Then you can look in the Preferences folder and sort by date modified to find the network preferences file that was just now modified. Move it to the desktop, restart your computer, reconfigure the WiFi again and see what happens.

  • How do i know that my macbook is full of charged?

    I am a new user for Macbook pro.
    When i charge my Mac for the first time, how do i know that it is already full of charged?

    charging light will turn from amber to green.
    If you have your battery set to show the menulet in upper right corner, you can click it to see percentage.

  • After I installed iOS 7.0 for iPad update I noticed that I can't close apps like I was used to do till now. Does any one know how to close apps now.

    After I installed iOS 7.0 for iPad update I noticed that I can't close apps like I was used to do till now. Does any one know how to close apps now.

    Close Apps
    1. Double tap the home button to bring up the multi-tasking view
    2. Swipe up on the screenshot of the app you want to exit.
    3. The app will fly off the screen

  • How can we get a alert message in  the current browser we are using the mom

    how can we get a alert message in the current browser we are using the moment we have entered some data in
    the table...
    I need a popup alert the moment a new record is added in a table... in apex database is 11g xe..
    The idea is I am using a apex application. .The moment new data is added in the table ..I am alerted by a message window..that a new record has been added...
    Thanks
    Edited by: pauljohny on Jun 11, 2012 10:23 AM

    pauljohny wrote:
    how can we get a alert message in the current browser we are using the moment we have entered some data in the table...
    "Current browser"? When viewing anything, or just when using an APEX app?
    Ans .. Just when using apex app....even if the apex app is minimised ..The current browser will be the one where I am using apex app...
    What i am looking for some scheduler .. to check ..in the table every 5 minute for change if there is a change..then a popup alert be shown...
    Split it into [at least] 2 components, database and browser. I'd expect someone calling themself a "DBA Architect" to have some ideas about the database side of things, even if not clued up on JavaScript and AJAX?
    I dont think its a database isssue... When i say to check every 5 minutes ..it could be easily done via dbms_scheduler ...I am having issue in getting the popup alert message...
    in apex... Dont know wether there is a plugin like modal window(available from skill builder) which shall help in this scenario,.Or might be have to use java scripting and ajax ..
    and if it is that (Java scripting and Ajax) .....then shall have to be familiar with java scripting and Ajax...and this shall be a bit time consuming..
    Had a feeling this could be accomplished via java scripting and ajax.. ...but still looking for some easy way..

  • Determinng how many times an index was used

    DB Version:10gR2
    Is there a way i could determine how many times an index was used? i couldn't find any related columns in user_indexes.

    I don't think you can count how many times it's been used. However, you can check whether the index is used or not over a given period by looking at v$object_usage view.
    However, you do have to monitor the index usage by issuing
    alter index index_name monitoring usage;
    However, there is a problem with this view in that the username is always the user who set monitoring on the index.
    Solution from metalink is:
    select
    io.name, t.name,
    decode(bitand(i.flags, 65536), 0, 'NO', 'YES'),
    decode(bitand(ou.flags, 1), 0, 'NO', 'YES'),
    u.start_monitoring,
    ou.end_monitoring
    from
    sys.obj$ io,
    sys.obj$ t,
    sys.ind$ i,
    sys.object_usage ou
    where
    io.owner# = userenv('SCHEMAID')
    and
    i.obj# = ou.obj#
    and
    io.obj# = ou.obj#
    and
    t.obj# = i.bo#;

  • After closing Firefox, at times I have to use task manger to shut down firefox.exe*32 at times,

    As my title says, after closing Firefox, at times I have to use task manger to shut down firefox.exe*32 at times. I've left it running for up to 5 minutes to see if it shuts down/closes and it doesn't. I've also reloaded Firefox. My system is a Lenovo H210 with 3 gig of Ram and no added video card, the OS is Windows 7 Ultimate 64 bit SP1. I realize the memory is on the small side. I did try to update VLC player this morning to V 2.1.2 but it fails to run after instal due to file errors.
    Bill

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • If Firefox is not the default browser is there anyway to create an "Open with Firefox" right click option for internet icons on the desktop??

    When internet icons on the desktop are right clicked and Firefox is not the default browser, is there anyway to create an "Open with Firefox" option in the right click menu? If not you should create one in future versions.

    You will have to create a copy of the Firefox desktop shortcut and add the URL to the target line if you want to open such an internet shortcut with Firefox.
    A normal internet shortcut will always open in the default browser.

  • How do I insure that Time Machine will give me back all my stuff after I clear my Macbook

    Unfotunately i bought a macbook pro from Best Buy and insured it with GeekSquad. Ive had it for a while so there are normal tear and wear problems with the keyboard and battery and such so it looks like im going to have to send it into them for about 4-6 weeks. i have all my stuff backed up with time machine but is there anyway that all my stuff on my macbook is erased ill be able to get back the all of my software with my settings? If i were to have to reinstall OSX is there anyway i can use time machine to have, for example, my iTunes with all of my music and information like the times a song was played and such? Also I am using Leopard and there are other programs i have on here that would be difficult to get back, is there anyway i could get them back if i had to install Snow Leopard?

    That is one of the features of Time Machine.  You can either restore file by file; or at the end of a reinstallation of OS X you are given the opportunity to install data from other sources, such as another Mac or from a Time Machine backup.

  • I have an iPod Touch and am going on a cruise where I have been told that I won't be able to use Safari so I should download Firefox.  I found "Mercury Web Browser" Firefox at the app store.  Is this what I need? I'm leaving on Sept. 3rd.

    I have an iPod Touch and am going on a cruise where I have been told that Safari won't work on the ship so I need to download Firefox. My iPod said that Safari cna't download it from the Firefox website.  I found "Mercury Web Browser" Firefox, in the app store (free) and am wondering if that is what I need?  Help, I'm leaving on Sept. 3/12.  Thanks.

    - I never heard that but it may be true. It could be that for some reason Safari can't be used to log into the network. Once logged in, Safari should work fine
    - However, I see nothing that say the Mercury Web Browser is Firefox. I would contact the cruise line and ask if and how you use the ship's['s wifi for an iPhone or iPad (it will apply to iPod touch)

  • TA20551 How to recover application that had an x on it after it was deleted from the dock

    How to recover application that had an x on it. it was deleted from my dock

    Hi katana,
    Go into your Finder under Applications:
    Click on iPhoto to open it - it will go to your Dock. Click and hold down on the icon on the Dock, and you will see "Options". Click on that, and then select "Keep in Dock". Do the same with PhotoBooth. You should be all set!
    Cheers,
    GB

  • How to enter events that will occur in another time zone?

    I want to enter an event in another time zone so when in that time zone the correct time is displayed on my iCal.

    Hey twc2629,
    Thanks for the question. If I understand correctly, you want to change the time zone of an event. I would recommend that you read this article, it may be able to help the issue.
    Calendar: Change an event’s time zone
    Thanks for using Apple Support Communities.
    Have a good one,
    Mario

Maybe you are looking for

  • Amount in local currency for GRs

    Hello gurus, can anyone please explain to me this phenomenon: We have got a PO for 10 pieces of a material. The price is $7,40 per 10 pieces, so $7,40 total. Someone posted a goods receipt for 7 pieces. For whatever reason the amount in local currenc

  • Xml string  to internal table = change  utf-8 to utf-16

    Hello Experts, I have a requirement to convert XML String to abap intrnal table . I have to get an xml file from application server using opendataset as ?<?xml version="1.0" encoding="utf-16" standalone= "yes"?><WPUBON01>## <IDOC BEGIN="1">## <EDI_DC

  • ERROR in  XSLT transaction

    HI,exports ,When I use the xslt transaction to export internal table to XML file,some unexpected result apprears. In the abap program i define the internal table as this: DATA: BEGIN OF WA_FINAL_XML,         COMP_CODE  TYPE STRING,         AC_DOC_TYP

  • Leave for non working day

    Hi, We have a project called as capita for whom our employees are sheeting on their office, and their holiday calendar and our holiday calendar is different some of our employee who are in capita they applied leave on 10th sep which was a holiday in

  • LUN masking on or off?

    Hello, may be this is stupid question. Since yesterday, I used only one disk array on the right side of XServe Raid. I created raid5 array on left side, but this array is not visible on my xserve. New array is online and I have last firmware on both