How Firefox knows what tabs/windows you had open when click you on "restore session"? If it is a temporary file or something, where it is preserved?

My computer crashed and will not back to zero (I think it's because of a bad repair of Windows XP after a virus has passed my security). Before it crashed, I was easily 20 tabs open in Firefox, some of them being very important, but I don't remember what some of them were called or how I found them. I was wondering how Firefox knows what tabs/windows to open when you click on 'Restore Session', if it is stored in a file of all kinds, so that I could start on Linux, download the file and somehow use it once I have installed my new buy Win7. It is not a Firefox problem, but I didn't know where it is best to ask this question.

See also http://kb.mozillazine.org/Session_Restore

Tags: Firefox

Similar Questions

  • I use 37 GB of my memory to documents on my Iphone. I don't know what it is or how even know what it is

    I use 37 GB of my memory to documents on my Iphone. I don't know what it is or how even know what it is

    There are several ways that you can potentially solve this problem. Restore the phone via iTunes would probably be easier, use iTunes to restore the iPhone, iPad or iPod to factory settings - Apple Support

    This article will show you how to restore through iTunes.

    How to back up your device using iCloud or iTunes - Apple Support

    I would use the link above to save your phone before you restore it so that you don't lose all your data and then restore the backup to the phone to see if the space is always taken to the top.

    I hope this helps.

  • How to know what sub query returns multiple rows

    Hi all

    Someone can give me hints, how to know what sub query returns many rows in the following query.
    /* Formatted on 2011/05/17 19:22 (Formatter Plus v4.8.8) */
    SELECT a.*, ROWNUM AS rnm
      FROM (SELECT DISTINCT '1' AS "Page View", ou.org_unit_name AS "Org",
                            prxm.mbr_idntfr AS "Beneficiary ID",
                               md.last_name
                            || ', '
                            || md.first_name AS "Beneficiary Name",
                            pci.idntfr AS "Tracking No.",
                            TO_CHAR (TRUNC (req.pa_rqst_date),
                                     'MM/dd/yyyy'
                                    ) AS "Request Date",
                            sts.status_name AS "Status",
                            req.pa_rqst_sid AS "Request #",
                            prxm.mbr_sid AS "Mbr_sid",
                            TO_CHAR
                                  (TRUNC (req.pa_revision_date),
                                   'MM/dd/yyyy'
                                  ) AS "Last Updated",
                            TO_CHAR (psd.TO_DATE, 'MM/dd/yyyy') AS "TO_DATE",
                            prxpl.prvdr_lctn_iid AS "PRVDR_LCTN_IID",
                            pd.prvdr_sid AS "PRVDR_SID", 'Y' AS "State View",
                            DECODE
                               ((SELECT DISTINCT pd.national_prvdr_idntfr
                                            FROM pa_request_x_provider_location prxplo
                                           WHERE prxplo.pa_rqst_sid =
                                                                   req.pa_rqst_sid
                                             AND prxplo.oprtnl_flag = 'A'
                                             AND prxplo.pa_prvdr_type_lkpcd = 'RR'),
                                0, (SELECT prxplo.prvdr_lctn_idntfr
                                      FROM pa_request_x_provider_location prxplo
                                     WHERE prxplo.pa_rqst_sid = req.pa_rqst_sid
                                       AND prxplo.oprtnl_flag = 'A'
                                       AND prxplo.pa_prvdr_type_lkpcd = 'RR'),
                                NULL, (SELECT prxplo.prvdr_lctn_idntfr
                                         FROM pa_request_x_provider_location prxplo
                                        WHERE prxplo.pa_rqst_sid = req.pa_rqst_sid
                                          AND prxplo.oprtnl_flag = 'A'
                                          AND prxplo.pa_prvdr_type_lkpcd = 'RR'),
                                (SELECT DISTINCT pd.national_prvdr_idntfr
                                            FROM pa_request_x_provider_location prxplo
                                           WHERE prxplo.pa_rqst_sid =
                                                                   req.pa_rqst_sid
                                             AND prxplo.oprtnl_flag = 'A'
                                             AND prxplo.pa_prvdr_type_lkpcd = 'RR')
                               ) AS "NPI/ID",
                            DECODE
                               ((SELECT pd.org_bsns_name
                                   FROM pa_request_x_provider_location prxplo
                                  WHERE prxplo.pa_rqst_sid = req.pa_rqst_sid
                                    AND prxplo.oprtnl_flag = 'A'
                                    AND prxplo.pa_prvdr_type_lkpcd = 'RR'),
                                NULL, (SELECT    pd.last_name
                                              || ', '
                                              || pd.first_name
                                              || ' '
                                              || pd.middle_name
                                         FROM pa_request_x_provider_location prxplo
                                        WHERE prxplo.pa_rqst_sid = req.pa_rqst_sid
                                          AND prxplo.oprtnl_flag = 'A'
                                          AND prxplo.pa_prvdr_type_lkpcd = 'RR'),
                                (SELECT pd.org_bsns_name
                                   FROM pa_request_x_provider_location prxplo
                                  WHERE prxplo.pa_rqst_sid = req.pa_rqst_sid
                                    AND prxplo.oprtnl_flag = 'A'
                                    AND prxplo.pa_prvdr_type_lkpcd = 'RR')
                               ) AS "Prvdr Name",
                            TO_CHAR (psd.from_date,
                                     'MM/dd/yyyy'
                                    ) AS "Srvc From Date",
                            TO_CHAR (req.validity_start_date,
                                     'MM/DD/YYYY'
                                    ) AS "Due Date",
                            (fn_get_busniess_days (TRUNC (req.validity_start_date))
                            ) AS "Days<br>Left",
                            req.pa_mode_type_lkpcd AS "Source",
                            TO_CHAR (TRUNC (wmdtl.rtng_date),
                                     'MM/dd/yyyy'
                                    ) AS "Assigned On",
                            NVL (wmdtl.assigned_to_user_name,
                                 'Not Assigned'
                                ) AS "Assigned To",
                            req.org_unit_sid AS "OrgUnitSid",
                            TO_CHAR
                                 (wmdtl.modified_date,
                                  'MM/dd/yyyy hh24:mi:ss'
                                 ) AS "WTRD_MODIFIED_DATE",
                            TO_CHAR (wmdtl.rtng_date,
                                     'MM/dd/yyyy'
                                    ) AS "WTRD_RTNG_DATE",
                            req.status_cid AS "PA_STATUS_CID",
                            TO_CHAR (req.modified_date,
                                     'MM/dd/yyyy'
                                    ) AS "PA_REQ_MODIFIED_DATE",
                            prs.state_pa_srvc_type_code
                                                     AS "STATE_PA_SRVC_TYPE_CODE",
                            wmdtl.wm_pa_task_rtng_dtl_sid
                                                        AS "WM_TASK_RTNG_DTL_SID",
                            wmdtl.assigned_to_user_acct_sid
                                              AS "WTRD_Assigned_to_user_acct_sid",
                            (fn_get_busniess_days (TRUNC (req.validity_start_date))
                            ) AS "Days<br>LeftSort",
                            wmdtl.assigned_to_org_unit_sid
                                                  AS "WTRD_Assigned_to_OrgUntSid",
                            DECODE
                               ((SELECT COUNT (*)
                                   FROM pa_request_status prs
                                  WHERE prs.pa_rqst_sid = req.pa_rqst_sid
                                    AND prs.status_cid = 5
                                    AND prs.oprtnl_flag = 'I'),
                                0, 'N',
                                'Y'
                               ) AS "SHOW_UTILIZATION"
                       FROM   pa_request req,
                             pa_certification_identifier pci,
                             status sts,
                             pa_request_x_member prxm,
                             wm_pa_task_routing_detail wmdtl,
                             pa_service_date psd,
                             org_unit ou,
                             pa_request_service prs,
                             pa_request_x_provider_location prxpl,
                             provider_location pl,
                             provider_detail pd,
                             provider p,
                             mbr_dmgrphc md
                      WHERE req.oprtnl_flag = 'A'
                        AND req.status_cid NOT IN
                                     (20, 30, 70, 25, 80, 96, 85, 5, 97, 98, 101)
                        AND req.org_unit_sid IN
                               (3057, 3142, 3058, 3143, 3059, 3144, 3060, 3145,
                                3061, 3146, 3062, 3147, 3063, 3148, 3064, 3149,
                                3065, 3150, 3066, 3151, 3067, 3152, 3068, 3153,
                                3069, 3154, 3070, 3155, 3071, 3156, 3072, 3157,
                                3073, 3158, 3074, 3159, 3075, 3160, 3076, 3161,
                                3077, 3162, 3078, 3163, 3079, 3164, 3080, 3165,
                                3081, 3166, 3082, 3167, 3083, 3168, 3084, 3169,
                                3085, 3170, 3086, 3171, 3087, 3172, 3088, 3173,
                                3089, 3174, 3090, 3175, 3091, 3176, 3092, 3177,
                                3093, 3178, 3094, 3179, 3095, 3180, 3096, 3181,
                                3097, 3182, 3098, 3183, 3099, 3184, 3100, 3185,
                                3101, 3186, 3102, 3187, 3103, 3003, 75000104,
                                75000108, 2006, 75000103, 75000102, 75000113,
                                75000111, 75000109, 2001, 2009, 75000105,
                                75000107, 2004, 2010, 2013, 2014, 2005, 2011,
                                75000112, 2002, 1001, 2012, 75000106, 2007,
                                75000101, 2003, 75000110, 2008, 3001, 3002, 3019,
                                3104, 3020, 3105, 3021, 3106, 3022, 3107, 3023,
                                3108, 3024, 3109, 3025, 3110, 3026, 3111, 3027,
                                3112, 3028, 3113, 3029, 3114, 3030, 3115, 3031,
                                3116, 3032, 3117, 3033, 3118, 3034, 3119, 3035,
                                3120, 3036, 3121, 3037, 3122, 3038, 3123, 3039,
                                3124, 3040, 3125, 3041, 3126, 3042, 3127, 3043,
                                3128, 3044, 3129, 3045, 3130, 3046, 3131, 3047,
                                3132, 3048, 3133, 3049, 3134, 3050, 3135, 3051,
                                3136, 3052, 3137, 3053, 3138, 3054, 3139, 3055,
                                3140, 3056, 3141)
                        AND req.pa_rqst_sid = prs.pa_rqst_sid
                        AND prs.oprtnl_flag = 'A'
                        AND prs.pa_rqst_srvc_sid = psd.pa_rqst_srvc_sid
                        AND psd.oprtnl_flag = 'A'
                        AND req.pa_rqst_sid = pci.pa_rqst_sid
                        AND pci.oprtnl_flag = 'A'
                        AND req.pa_rqst_sid = prxm.pa_rqst_sid
                        AND prxm.oprtnl_flag = 'A'
                        AND md.oprtnl_flag = 'A'
                        AND md.status_cid = 2
                        AND TRUNC (SYSDATE) BETWEEN md.from_date AND md.TO_DATE
                        AND prxm.mbr_sid = md.mbr_sid
                        AND ou.org_unit_sid = req.org_unit_sid
                        AND ou.oprtnl_flag = 'A'
                        AND req.pa_rqst_sid = prxpl.pa_rqst_sid
                        AND prxm.pa_rqst_sid = prxpl.pa_rqst_sid
                        AND pci.pa_rqst_sid = prxm.pa_rqst_sid
                        AND pci.pa_rqst_sid = wmdtl.subsystem_task_sid
                        AND pci.pa_rqst_sid = prxpl.pa_rqst_sid
                        AND prxpl.pa_prvdr_type_lkpcd = 'RR'
                        AND prxpl.oprtnl_flag = 'A'
                        AND req.status_cid = sts.status_cid
                        AND sts.status_type_cid = 3
                        AND sts.oprtnl_flag = 'A'
                        AND prxpl.prvdr_lctn_iid = pl.prvdr_lctn_iid
                        AND p.prvdr_sid = pd.prvdr_sid
                        AND p.prvdr_sid = pl.prvdr_sid
                        AND pd.oprtnl_flag = 'A'
                        AND pd.status_cid = 2
                        AND TRUNC (SYSDATE) BETWEEN pd.from_date AND pd.TO_DATE
                        AND wmdtl.subsystem_task_sid = req.pa_rqst_sid
                        AND wmdtl.subsystem_lkpcd = 'PA'
                        AND wmdtl.oprtnl_flag = 'A'
                        AND req.pa_rqst_date > (SYSDATE - 365)
                                       ORDER BY TO_DATE ("Request Date", 'MM/dd/yyyy hh24:mi:ss') DESC,
                            "Beneficiary Name" ASC) a
     WHERE ROWNUM < 102;
    Kind regards
    Prakash P

    Published by: BluShadow on May 17, 2011 15:01
    addition of {noformat}
    {noformat} tags around the code                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                

    3360 wrote:
    See point 9 of this section of the FAQ on how to format the code.

    SQL and PL/SQL FAQ

    I see that you did.

    No, I did. It's pretty easy to change if the code seems formatted anyway below. It's when I go to edit the message and find no sense because it is not formatted in all cases, I despair. {noformat} :) {noformat}

  • Is someone can you please tell me how I would get my Windows Vista calendar opens automatically when starting my computer to the top? Thank you!

    Is someone can you please tell me how I can get my windows vista calendar opens automatically when starting my cpu to the top? Thank you

    Put a shortcut to the calendar program in your startup folder:

    1. Click the Start button.
    2. Click Open .
    3. Double-click programs .
    4. Double-click Startup .
    5. Click the Start button.
    6. Click on all programs .
    7. Right-click Windows Calendar , hold down the button, drag it in theStart window and let go.
    8. Click copy here .

    Boulder computer Maven
    Most Microsoft Valuable Professional

  • The lateset, 2015.5 edition, does not transfer data from the metadata, only the focal length objective. Disappointment when you want to know what that lens you used. (It allows to rename the files but after you create a second copy. "It's an improvement.)

    The last edition, 2015.5, does not transfer data from the metadata, only the focal length objective. Disappointment when you want to know what that lens you used. (It allows to rename the files but after you create a second copy. "It's an improvement.)

    Yes, copied files from Nikon NEF, DNG.

  • Windows Media Player opens when I type any key. This started 2 days ago and did the computer virtually unusable. The mouse is however immune to this phenomenon, so I can still use it. No idea how to solve this problem?

    Windows Media Player opens when I type any key. This started 2 days ago and did the computer virtually unusable. The mouse is however immune to this phenomenon, so I can still use it.

    No idea how to solve this problem?

    Ideas:

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    Do a system restore. Choose at least 3 days ago when you did not have this problem as your restore point.

    Start button > Search box, type system restore > press the Enter key > uac prompt > click on choose a different restore point > next > select dates as your restore point, until the click > next > finish
    To sit and wait. The machine restarts when it's done.

    For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • I want to know what I need to look at when buying a router for 50 concurrent users, 1 server connection information

    Original title: router Question.

    Hi all

    not sure if this is the right place to post but I was looking for some information about routers. specifically, I want to know what I need to look at when buying a router for 50 concurrent users, 1 server connection information. specifications, etc.

    Thanks :)

    Some routers will define a limited number of simultaneous connections. Domestic routers rarely do because the assumption is that the environment will not include such a high number.

    Ideally in a commercial environment you would separate on the hardware connection since the hardware firewall. It depends on the type of connection (ADSL?).

  • Don't forget the files I had open when Dreamweaver reopening

    One of the annoying features in dreamweaver is that it seems not to remember the files that I had opened when I close and then reopen dreamweaver. Is there a setting I'm missing or an extension that does this?

    Thank you!

    Chris

    It's a setting preferences:

    Change | Preferences | General | Document options: reopen documents on startup

    --

    E. Michael Brandt

    www.divahtml.comwww.divahtml.com/products/scripts_dreamweaver_extensions.phpStandards-compliant scripts and Dreamweaver Extensions
    
    www.valleywebdesigns.com/vwd_Vdw.aspJustSo PictureWindowJustSo PhotoAlbum, et alia
    
    --
    
  • How to reboot can I configure Firefox to re - automatically load the tabs I had open when I stopped?

    Every morning when I do a soft start to clear the cobwebs out of my brain of the PC I have my boot settings automatically load 6 apps. Firefox is a. Then I go on a toolbar start tab and click Open all tabs and it loads 4 tabs for me.

    I am trying to automate the loading of the tabs

    I use Firefox 4.0. The previous version was a function that was asked, when you closed Firefox, if you wanted the tabs you have open at that time to arrange the next time you open Firefox.

    It's kind of way to jack-leg to get the tabs open on the re-start, although it was still irritation...

    This issue does not seem has happened in 4.0.

    Is there a setting to always call the question?

    Better yet, is there a setting to always have the tabs / a group of tabs always open at startup?

    Example-in my case I load Vonage Sharefile, then 2 home page tabs.

    This allows me to keep my poor brain organized during the day because I'm multitasking in Firefox and other applications, and telephone and other.

    I thank in advance.

    Kris

    "Example-in my case I load Vonage Sharefile, then 2 home page tabs."

    See: http://support.mozilla.com/en-US/kb/How+to+set+the+home+page

    "The previous version was a function that was asked, when you closed Firefox, if you wanted the tabs you have open at that time to arrange the next time you open Firefox. ...... This issue does not seem has happened in 4.0. ..... Is there a setting to always call the question? "

    One of the changes in Firefox 4: by default Firefox 4 does not display the warning "Save tabs and exit" then to the closure of several tabs, but it can be turned on again by changing some preferences.

    • Record of the tabs was not removed from Firefox 4, but it works a little differently.

      • By default, Firefox 4 will not ask to save tabs, but instead it will always save your tabs in the output. You can restore the next time by selecting "Restore previous Session" in the history menu, or by pressing the button restore Firefox's default homepage.
      • Note: This was a decision by the developers. On this forum, we are all volunteers without compensation here to help other users. Develop them and employees of Mozilla/Firefox rarely, if ever visit here.

    Also, make sure that you do not erase "Browsing history" when you use clear recent history:

    To display the message "save tabs and exit" when closing multiple tabs, you can do the following:

    1. Type of topic: config in the URL/address bar and press the Enter key
    2. Accept the warning message (promise to be careful)
    3. Open the preferences/list page
    4. Filter = browser.tabs.warnOnClose
    5. If its value is set to false, double-click top (in the lower panel) to toggle its value to true
    6. Repeat steps 4 and 5 for the 3 following preferences also:
      • browser.warnOnQuit
      • browser.warnOnRestart
      • browser.showQuitWarning
    7. See:

    You must update the following plugins:

    • Adobe Shockwave for Director Netscape plug-in, version 11.5.9.615
    • Adobe PDF plugin for Firefox and Netscape 10.0.0
    • Shockwave Flash 10.2 r152
    1. Check your plugin versions on one of the following links:

  • Update to Shockwave for Director
    • NOTE: this is not the same thing as Shockwave Flash; This installs the Shockwave Player.
    • Use Firefox to download and SAVE the installer to your hard drive from the link in the article below (Desktop is a good place, so you can find it).
    • When the download is complete, exit Firefox (file > exit)
    • Locate and double-click it in the installer that you just downloaded, let the complete installation.
    • Restart Firefox, and look at your plugins.
    • Download link and more information: http://support.mozilla.com/en-US/kb/Using+the+Shockwave+plugin+with+Firefox
  • Update of Adobe Reader (PDF plugin):
    • Within your existing Adobe (If you have already installed) drive:

      • Open the Adobe Reader program in your list of programs
      • Click Help > check for updates
      • Follow the instructions to update
      • If this method works for you, go to the section "download full installer ' below and go to"after the installation"below
    • Download the full installer (If you have NOT installed Adobe Reader):
    • After installation, launch Firefox and recheck your version.
  • Update the Flash plugin to the latest version.
    • Download and SAVE to your desktop, so you can find the Setup program later
    • If you do not have the current version, click on the "Player Download Center" link on the 'download and information' or 'Download manual installers' below
    • Once the download is complete, exit Firefox
    • Click on the installer, you just download and install
      • Windows 7 and Vista: will need to right click on the installer and choose 'run as administrator '.
    • Launch Firefox and recheck your version or up to the download link below to test the installation
    • Download and information: http://www.adobe.com/software/flash/about/
      • Use Firefox to go to the site above to update the Firefox plugin (will also install the plugin for most other browsers, except IE)
      • Use IE to go to the site above to update the ActiveX to IE
    • Download manual installers.
  • HP 2000: How do I know what hp 2000 I had?

    Hello

    I am trying to install the drivers and I need to download the correct one on the site. He's like 20 hp 2000 on the list and the only thing I see on this laptop is hp 2000.

    So how do you know which hp 2000 I had?

    Thanks for the help.

    Go into the BIOS and the system information window, it must be a product number or model number full of your laptop.

  • Tecra M4: How to know what graphics card I have (6200, 6600)?

    Hello
    I buyed a Tecra M4 and don't know what graphics card I have...
    The shop said, it's a gforce go 6600 with 64 MB, but now I've read, that there is only one with 64 MB 6200 and 6600 with 128 MB...
    Windows and analyse the tools to say, it is "NVIDIA GeForce GO 6200 TE 64 MB / 6600 128 MB TE...»
    So, how can I know which one I have?

    Hello

    Have you checked the Device Manager? I think that here you can find a s information on your subject of an integrated graphics card.
    The second possibility is the use of the DirectX tool. Please enter in the window RUN the dxdiag command. Then the directx should appear, and you will find the detailed description on the graphics card and the properties.

    But as far as I know that the Tecra M4 has been delivered with nVIDIA GeForce FX Go6200 64 MB or 128 MB card nVIDIA GeForce Go6600 FX.

  • How can I find what I need at startup of the computer programs, I went to the System Configuration, but do not know what to uncheck to stop running when the computer is started

    I ran a report on my computer, in case of problems.  It detected that I needed to verify in the Configuration of the system on the programs that were running at the start of the computer.  I have several here I will list who is here, and maybe someone can tell me that I don't need at start-up.

    1 Microsoft Security by Microsoft

    2 updater Java (TM) Platform SE Auto by Sun Microsystems

    3 Localnet Express 3.0 - propel Software Corp. (Localnet is my provider and this express is supposed to help my computer go to websites faster)

    4 Roc_Roc_NT_unknown-AVG safe search (I was told I didn't need AVG antivirus, so I deleted it out)

    5. default manager by Microsoft

    6 adobe Acrobat from Adobe Systems

    7 adobe Reader by Adobe Systems

    8 AVG Tray-unknown

    I hope someone can help me with this takes 15 min for a loading site approx. 30 to load the game after I finally get it, then the game is frozen and won't do anything.  Even for all other sites, I'm at my wits end and don't know what to do.  I have dial up and Windows 7.  Just started having problems after getting this new service provider.

    Hello Wanda.

    One command, but lets see what we can do to whittle the list down. First, dial-up internet connection is slow, so keep that in mind that we work here.

    Second, almost all your startup programs are valid and advised to load at startup of Windows. Some possible changes:

    (1) If you need not a specific to Java, such as might have the game that you are trying to play, so you don't need to have it is launched at startup.

    (2) regarding the Adobe programs, why do you have Acrobat on your computer? Do you need to create PDF files? Adobe Reader which has many freeware alternatives that are faster, used to read PDF files. So if you need only to read PDF files, you can stop Acrobat from loading at startup.

    (3) other startup programs are all legitimate. And remember, just because you do not start a program at startup, does not mean that you cannot start later if you find that you don't need it.

    (4) the problems you encounter to "all sites that you visit" could be a function of malware. You don't have AVG Antivirus running on your computer just? I recommend do you a scan in depth and then put in quarantine and remove any infections it finds.

    (5) after you run the virus scan, I suggest that you try to download and run these two scanners. First MalwareBytes' Antimalware, here: http://download.cnet.com/Malwarebytes-Anti-Malware/3000-8022_4-10804572.html.  Secondly, SUPERAntiSpyware, here: http://download.cnet.com/SuperAntiSpyware-Free-Edition/3000-8022_4-10523889.html. Quarantine and remove all infections they find.

    (6) after doing this, restart your computer and see how it works. Please post your results here, and if you have any questions during this process, post here and I'll help you. Let me know how you fare.

    Kind regards

    BearPup

  • How to pass the tabbed window in Acrobat Pro ms?

    Hi all

    I was hoping that someone could tell me - how do you spend a view of a display tabbed window in Acrobat Pro ms?

    Currently, Acrobat opens all PDFs again in a completely separate window; I would give as Acrobat only give a single window, but with several tabs - one for each PDF.

    I searched long enough and have found solutions that seem as if they had some work for other versions - but if you follow the same instructions, I find myself in a menu with various selection options. I'll provide a screenshot and a link to the instructions I found (they're all pretty similar).

    I checked each of the categories and can't seem to find the option anywhere. I've also looked through the Adobe Acrobat DC helps PDFand can't seem to find the answer.

    Does anyone have an idea how can I change a window to display tabs?

    Thank you in advance for your help!

    Operating instructions: the -keeping tabs on your Documents. Adobe Document Cloud

    Screenshot of the menu - missing of the relevant selection box:

    Menu - no option for tabbed view.png

    Maybe you don't have the subscription - only subscription feature. Permanent licence holders will be able to upgrade someday, we imagine.

  • How to know what are the applications requested?

    I get notifications that my child asks permission to use specific applications.  But when I click on it, and on the page of queries - it doesn't tell me what are the applications, or lead me to a link so I can check.  I would like to know how can I know what are the apps on so I can decide whether to block or allow it.

    Thanks for your help.

    Hi Islandhomeschooler,

    We will do our best to help you with your concern about how you can give your child safely to the family's application.  To view and respond to requests, we recommend you follow these steps:

    1. On any computer, sign in to the Family Safety website with your Microsoft account.

    2. On the summary page of the family, under requests, click queries (number).

    3. To display all comments your child added, click the arrow next to the web address.

    4. Click the arrow next to Select a response, and then click approve for this account only, approve for all accountsor refuse.

    5. When you're done in response to requests, click Save.

    Let us know if you need additional assistance.

    Thank you.

  • How to know what are the patterns use in our db instance.

    Hi all

    Can someone tell me please... How we come to know, what are the patterns use in our database instance.
    means in our database, we have 10 users... out of 10 users, how many users is saved in.

    Thanks in advance,
    Sanjeev.

    user13483989 wrote:
    Hi all

    Can someone tell me please... How we come to know, what are the patterns use in our database instance.
    means in our database, we have 10 users... out of 10 users, how many users is saved in.

    Thanks in advance,
    Sanjeev.

    Select distinct username in the version of v$.

Maybe you are looking for

  • How to download images in photoshop

    I have OS X 10.10.5 Photos downloaded from my camera now go in the Apple Photos just released I can't put photos anywhere else. I have one already image editing program.  I have no pictures. How can I get around this, please?  It's an annoying unwant

  • Bug in the BIOS in G570

    The Insyde H20 BIOS the G570 and other models, has a bug that prevents the hard disk is encrypted. As I understand it, there is an error in the code for ACPI. It is possible to work around this problem by using the hard disk via an IDE connection, bu

  • my computer has not updated in over a month

    I run windows XP. I had problems with my computer so I decided to check my system and realized even if it is intended for automatic, my computer has not updated for more than a month. Whenever I try to see what updates are required, after a few minut

  • HP1100: Windows Update 10 12/2015 kills HP1100,

    I have 4 reliable HP1100 Laserjet printers in my doctor's office. As of this week, they are unnecessary recognition after the last automatic update of Windows 10. Now when the test page is attempted, get the print error message. Other drivers, HP 105

  • The PowerEdge 2900 server RAID

    Hello everyone and good day I have a PowerEdge 2900 which was erased and raid configured with 2 discs and ready for os install. However when you try to use the Server Wizard, I get an error that his stats can not detect readers or they are not initia