6008 record of operating parameters

Hi all

I have a problem with our device USB DAQ 6008.

The question is; nothing happens when you set the outputs of the device, leaving the software to operate blindly assuming that the outputs have been fixed.

To overcome the problem, the appliance Max, test panel open and set the I/O settings to exit. But these settings are lost whenever the USB is removed from the computer, the process of re-openeing MAX etc is required.

Is there a method in which I could automatically configure the device (i.e., by creating a small executable) that could automatically load when the device is recognized? Or y at - it a simpler solution.

Your help is much appreciated, Andy.

What you do through Max test panels is feasible through the DAQmx library in LabVIEW.

I initialize all exits in the right of VI, after creating the task. In this way, everything is in a known state (which may or may not be the default) when it comes out of my VI init. It's also a good idea in case your software stop unexpectedly and the outputs are not in the initialized or the default of the conditions.

Tags: NI Hardware

Similar Questions

  • OSB - access to the operational parameters within the Proxy Service

    Anyone know if it is possible to access the parameters of functioning within a Proxy Service?

    Use instead of logging case, we realize audit by inserting into a database. In some circles, we want to turn this option off. I would like to reuse the fair to decide or not to audit logging logs.

    If the flow of messages would have if (auditLevel = "Warning") then BusinessService legend for the audit.

    Doing it this way allows operations choose whether or not an audit, rather than make changes to the code in different environments to choose or not to audit.

    A few months back I was also working on a similar requirement where the customer would not have to go to the configuration for OSB change (and even update) to change the log level or beginning of audit. After searching for a bit, we have implemented the legend of java to read a property file and provide the value of the flag during the conduct of the audit. We have also created a java utility that allows to clear the cache of the server (because the server load & updates cache the file after each reboot). So whenever we need to make a change in the check indicator, we just change the value in the properties file and clear the cache of the server. This makes the new copy of the file of properties available in the cache server and java OSB legend takes up the same.

    It was quite complex, but the only one best solution we could find. Please let us know if you get something better.

    Kind regards
    Anuj

  • DW CS3 - Record set with parameters

    Hello

    has anyone ever seen this screenshot ? In the window 'record set', I see all the parameter differently on the right. But in the source code, I see just '? ' and 'settings' with automatic numbering.

    Yet is this work correct? I think that the parameters must be in the same order as in the stored procedure (MS - SQL)?

    Another question: is it true that I have to set the size of a parameter in the source code? (When I use the function 'command' rather than the licence feature has I can add size in the window also developing.) Is this works is not in the folder defined in the window?

    (BTW: I tried to use the "order server behav." but I did not return the recordset - so opt for the 'Recordset behav', but here I can not change the size...)

    thx for any help in this
    Sebastian

    resolved in this forum

  • How to find a record of development parameters

    An issue for users of bridge, but this forum is probably pretty useless, and it relates to Camera Raw, so I ask here...

    In Bridge, you can search for files by some EXIF metadata or file and filter the content of more some statistics, such as orientation or aspect ratio. However, I never found a way of selection of files with specific raw development settings, like exposure = 0.00 or clarity = 20.

    I could use the search for operating system instead of XMP sidecars for search text strings, but then there is no way to work on files in the form of batches, quickly and easily that I can see.

    Any suggestions?

    I couldn't get this to work at first, but be very specific with the syntax.

    If I search all the metadata for crs:Exposure2012 0.00, it will search for all images with a 0.00 exposure adjustment.

    This will be really useful for batch operations. Bravo!

  • CreateInsert and in ADFTable Delete operation

    We are an af:table component to manage the operation CreateInsert and Delete (in Jdev 12.1.3).

    We create insert a blank record in the table. After that when you really want to remove this record (undo operation), many validation error product.

    We have implemented = true and add resetActionListener ADF to force a refresh of the form (as suggested in http://andrejusb.blogspot.com.tr/2013/05/new-row-delete-for-adf-form-adf-webinar.html).

    But it does not work in the table.

    The wrong record (the empty record subsequently) is deleted. train is going

    even we pageDef skipvalidation set to true, but it's not our problem.

    Thanks for your help.

    You can try setting partialSubmit = false in af:button.

    Dario

  • ORA-23621: Operation corresponding to the A054C12CF4BE8ECFE040A8C005022F script

    Hello

    I'm currently implementing an upgrade online from 32-bit/10r2.0.4-a 64-Bit/11R2.0.2.0-Environment on Redhat 5.4.


    The 32-Bit/10R2.0.4 database is named STRM with strmadmin_src STREAMADMINISTRATOR

    The 62-Bit/11R2.0.2 database is named STRM11 with the STREAMADMINISTRATOR strmadmin_tgt


    According to the document in [url http://download.oracle.com/docs/cd/E11882_01/server.112/e17069/ap_strmnt.htm#CIHGICAA] deciding if configure Oracle Streams directly or generate a Script

    I always get the following error message:
    /home/oracle>sqlplus strmadmin_tgt/STRMADMIN@STRM11
    
    SQL*Plus: Release 11.2.0.2.0 Production on Thu Apr 7 16:00:54 2011
    
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options
    
    SQL> DECLARE
      2    empty_tbs  DBMS_STREAMS_TABLESPACE_ADM.TABLESPACE_SET;
      3  BEGIN
      4    DBMS_STREAMS_ADM.PRE_INSTANTIATION_SETUP(
      5      maintain_mode           => 'GLOBAL',
      6      tablespace_names        => empty_tbs,
      7      source_database         => 'STRM',
      8      destination_database    => 'STRM11',
      9      perform_actions         => TRUE,
     10      script_name             => NULL,
     11      script_directory_object => NULL,
     12      capture_name            => 'capture_strm11',
     13      capture_queue_table     => 'strmadmin_tgt.strm11_cqt',
     14      capture_queue_name      => 'strmadmin_tgt.strm11_cq',
     15      apply_name              => 'apply_strm11',
     16      apply_queue_table       => 'strmadmin_tgt.strm11_aqt',
     17      apply_queue_name        => 'strmadmin_tgt.strm11_aq',
     18      bi_directional          => FALSE,
     19      include_ddl             => TRUE,
     20      start_processes         => FALSE,
     21      exclude_schemas         => '*',
     22      exclude_flags           => DBMS_STREAMS_ADM.EXCLUDE_FLAGS_UNSUPPORTED +
     23                              DBMS_STREAMS_ADM.EXCLUDE_FLAGS_DML +
     24                              DBMS_STREAMS_ADM.EXCLUDE_FLAGS_DDL);
     25  END;
     26  /
    
    DECLARE
    *
    ERROR at line 1:
    ORA-23621: Operation corresponding to script A054C12CF4BE8ECFE040A8C005022F2A
    is in progress.
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.DBMS_STREAMS_MT", line 2607
    ORA-06512: at "SYS.DBMS_STREAMS_MT", line 8163
    ORA-06512: at "SYS.DBMS_STREAMS_ADM", line 2876
    ORA-06512: at line 4
    where
    create public database link STRM   connect to STRMADMIN_SRC   using 'STRM';
    
    and 
    
    -- Create the user 
    create user STRMADMIN_TGT
      identified by ""
      default tablespace STRM_TS
      temporary tablespace TMP_STRM_TS
      profile DEFAULT
      password expire
      quota unlimited on strm_ts;
    -- Grant/Revoke object privileges 
    grant execute on SYS.DBMS_AQ_BQVIEW to STRMADMIN_TGT;
    grant execute on SYS.DBMS_DATAPUMP to STRMADMIN_TGT;
    grant execute on SYS.DBMS_FLASHBACK to STRMADMIN_TGT;
    grant execute, read on directory SYS.OSC_ALERT_DIR to STRMADMIN_TGT with grant option;
    -- Grant/Revoke role privileges 
    grant connect to STRMADMIN_TGT;
    grant datapump_exp_full_database to STRMADMIN_TGT;
    grant datapump_imp_full_database to STRMADMIN_TGT;
    grant dba to STRMADMIN_TGT;
    grant exp_full_database to STRMADMIN_TGT;
    grant imp_full_database to STRMADMIN_TGT;
    -- Grant/Revoke system privileges 
    grant unlimited tablespace to STRMADMIN_TGT;
    What have I done wrong?

    Help, please!

    hqt200475

    (1) check the note bewlo how to create the strmadmin
    Note: 786528.1 how to create STRMADMIN user and granting of privileges
    Note: 259688,1 Grant streams user privileges to administrator using DBMS_STREAMS_AUTH package

    connect /@STRM1.NET as SYSDBA

    create user STRMADMIN identified by STRMADMIN;

    ALTER USER STRMADMIN DEFAULT TABLESPACE USERS
    TEMPORARY TEMP TABLESPACE
    QUOTA UNLIMITED ON USERS;

    GRANT CONNECT, RESOURCE, s/n, AQ_ADMINISTRATOR_ROLE to STRMADMIN;

    Run DBMS_STREAMS_AUTH. GRANT_ADMIN_PRIVILEGE ('STRMADMIN');

    (2) see also
    How to set up replication stream using DBMS_STREAMS_ADM. MAINTAIN_ * set of procedures [864973.1 ID]

    If the procedure is completed successfully, execution (see the example above of the output), then replication is and ready, if not, that the following views can be used to solve the problems:

    DBA_RECOVERABLE_SCRIPT
    Details on the operations of recoverable, shows the currently running script and the block that is running and the total number of blocks.

    DBA_RECOVERABLE_SCRIPT_PARAMS
    Details of the recoverable operating parameters used to run the script.

    DBA_RECOVERABLE_SCRIPT_BLOCKS
    Details about recoverable script blocks, shows more details on each block and exactly what tasks are achieved by running each blosk.

    DBA_RECOVERABLE_SCRIPT_ERRORS
    Details showing errors during execution of the script, you can check to find more information about an error.

    Published by: user596799 on April 17, 2011 08:36

  • which operator is better: 'less' or 'not in '.

    I have 2 questions below that produce the same result, see Case1 and CAS2.
    My questions are:

    1. when it is preferable to exclude records with operator LESS and when he's with "NOT IN" operator. Maybe we can theoretically answering this question? Maybe LESS-operator will be still faster than 'NOT IN'? Can you explain when to use on those who?

    2. why Case1 product order of the different lines of CAS2?


    CASES1:
    with T as 
    (select 1 ID, 'COMPLEX EXCLUDE CONDITIONS' CONDITION from dual union all 
    select 2 ID, 'INCLUDE' CONDITION from dual union all
    select 3 ID, 'INCLUDE' CONDITION from dual)
    select ID from T
    minus
    select ID from T
    where CONDITION = 'COMPLEX EXCLUDE CONDITIONS'
    ;
    /*
    2
    3
    */
    CASE2:
    with T as 
    (select 1 ID, 'COMPLEX EXCLUDE CONDITIONS' CONDITION from dual union all 
    select 2 ID, 'INCLUDE' CONDITION from dual union all
    select 3 ID, 'INCLUDE' CONDITION from dual)
    select ID from T
    where ID not in
       (select ID from T
       where CONDITION = 'COMPLEX EXCLUDE CONDITIONS')
    ;
    /*
    3
    2
    */

    CharlesRoos wrote:
    >
    When the results of the main request is NOT small, IN would be preferable.
    >

    It is a clear answer and without money or other metal ball is necessary.

    And when the result set is not small, NOT EXISTS is perhaps better (but it's resultset may be different):
    http://asktom.Oracle.com/pls/asktom/f?p=100:11:2946995060012:P11_QUESTION_ID:953229842074
    http://asktom.Oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:953229842074 #tom1511141659010

  • Is it normal to use more 9 000 000 k of memory (private beach) when working on 3-4 photos with about 10 to 12 layers when CC running?

    I started using CC in December with absolutely no problem. In April, CC suddenly started crashing on me when I was running some actions that I used for years. My first thought was that my computer was going badly. This began a two-month process to eliminate possible computer problems. Patches have been as follows:

    Installed new SSD.

    Installed the new disc storage of 2 t.

    Install the new video card and power supply to run the new video card.

    I am operating Windows 7 with 16G of RAM on a quad core, that should be more than enough to handle the demands of CC. It worked well for four months, then obviously he is capable of doing the job.

    $400 CC later, always crashed when using certain actions.

    A test, I tried running the same files with the same actions on the computer of my husband, who is a more recent year. CC, crashed on his as well when the acts have been run. After much head banging, tears and communication with Adobe, it was determined that it is not uncommon for older stock may not be compatible with versions of photoshop. So, I spent weeks reworking my entire workflow to redo/remove what I had learned to count on.

    Fast forward to today. I fixed everything I know how to fix, but I still have to be VERY careful not to push too hard CC. I used to be able to work on 6 pictures at a time, with 10-15 layers on each photo. CC NEVER crashed on me. Now, I can barely work out 2 or 3 photos and it will crash if I do not pay attention on the execution of an action at a time (instead of batch processing) and that I should keep my layers to a minimum. During the time I was trying to understand the problems of my computer, I started to pay more attention to my use of the memory while CC has been opened. Before all the changes, I would use 5-6, 000, 000 k memory with only 2 or 3 pictures open. AFTER all the patches, I continue to use a crazy amount of memory.

    Things to consider before you offer suggestions:

    * Yes, I have re-installed CC about 5 times after my computer updates, mostly because I couldn't get my actions to be completed. So I don't think that a reinstall will help.

    * I tried to remove most of my actions of CC, and it made no difference in the use of memory. In addition, when I did the test on my husband's computer, the only installed actions were rare I tried to test.

    * I have disabled the automatic backup and recovery function. Still no difference.

    So, the bottom line, my question is if it is normal to use so much memory when you perform these simple tasks? Most of my layers are levels, curves, filling and a layer of sharpening and filter noise. It does not appear those who would be considered intensive task. Not only that, but also when I did the test on my husband's computer, I checked its memory usage, and it didn't even break 2 000 000 k at the same time I was with 5-6, 000, 000 k for the same task. And he has only 12G of RAM. If SOMETHING is wrong! Is there a setting I need to change so that CC is not intensive Yes memory? I could see if I was doing something 3D graphics, but these are the simple photo changes I've done for years with no problems.

    Hope someone has some / suggestions on how I can get the use of the memory down so I can run CC as it is supposed to be - fast and efficient!

    Thanks in advance for any help!

    I also have a PC equipped with ATI (and that works fine), I compared your settings to mine and thought it was quite similar.

    I have noticed differences:

    • You have an AMD processor, while mine is Intel.  Is no problem in itself.
    • You have less RAM I'm, once again no problem 16 GB is fine for Photoshop.
    • Your use of Photoshop RAM limit is smaller than mine, it is something that you could experiment with changing.  On a 16 GB system I suggest move it up to at least 80% (and don't forget to close and reopen Photoshop after changing).
    • You have a monitor while I have three.  Yours is the most common configuration, no problem.
    • You use an ATI video card slightly different that I do, but you have the same version of the installed driver - catalyst 14.4, which is generally known to be good with Photoshop.
    • You have any records of work parameters, but you have more than enough free space (more than I do actually).
    • You have a slightly older versions of several common libraries Microsoft Visual Studio, that is because I have a newer version of Windows.  Once again, no problem.
    • You have Camera Raw 8.4.1 while I have 8.5.  It is because of very recent updates.  I doubt that is why you have a problem, but you can update.
    • You have a console installed plugin Imagenomic, as well as a plugin called portrait.  You can try to temporarily remove these plug-ins to see if the operation of Photoshop is stabilized.  In addition, you should check to see if they have released updates, which you can download.

    Finally, after all is said and done, I see that you are in Photoshop 14.2.1...  You CAN try to download and install the just released Photoshop (2014) through the creative cloud application.

    Since it is a whole new separate program from the one you already have installed, it would give you the opportunity to try Photoshop with the own default settings and not plug-ins, while you'll still have all your settings in the old version.  So, if you find it works very well, you can migrate your presets of your old 14.2.1 version.  At some point, you will probably want to run the new version anyway, for that implemented new features implemented by Adobe.

    -Christmas

  • Application of Satellite P200 heating/cooling

    Hi all

    I'm popping up this question because my P200 will soon be available at the end of its warranty, and I don't know if it is useful to do a repair for the next 'disease' or if, in fact, others have found a similar effect or knows that it is in the normal operating parameters.

    After execution of any fairly intensive program, just like one of my pieces from the analysis of the data from the software or game, for a period of time (for example, one hour), I noticed that the wind/radiator on the right near the hinges of the screen is very hot - uncomfortable to touch and to the point if it was warm I would be unable to touch at all. The base of the machine is also worrying hot. Anyone who has observed this, is it indicative of the early stages of an overheating problem and I expect the system looked at? I think that the computer can run a bit slower as I remember in a first time do, but I don't have any solid data to support that.

    Thanks a lot for the ideas and opinions!

    Michael.

    > After execution of any fairly intensive program, just like one of my pieces from the analysis of the data from the software or game, for a period of time (for example, one hour), I noticed that the wind/heater on the right side near the hinges of the screen is very hot

    I'll try to explain your problem.
    Fans and cooling modules are placed on the right side of the laptop.

    It is a laptop upscale. It was equipped with a high-performance CPU and graphics card. And it turns out that these devices produce a lot of heat when running with a maximum return.

    This leads to a temperature higher inside the laptop.
    The fans blow the hot air outside the laptop and so the right side is hotter than the left side.

    I have a question;
    Which driver of video card you are using?

    You should always use the Toshiba designed graphics drivers because these drivers support and protection against overheating. If the temperature of the GPU would rise to a higher level, then the graphics card driver would decrease performance GPU to make sure that the chip would not overheat. This protection is necessary because the graphics of mobile phones are not equipped with the huge cooling modules like graphics cards for desktop PC.

    Non-Toshiba driver graphics don t support this protection and this could lead to a higher temperature and overheating and finally, it could damage the GPU!

    So you should always use the Toshiba GPU drivers to prevent overheating of the equipment/laptop!

    Greetings mate

  • Portege Z30-a-1E1 - WIFI connection only 150Mbps

    Hello

    Today, I received my Toshiba Portege z30-a-1e1 running Win7. I've updated all the drivers, firmware and of course Windows itself. Unfortunately the WiFi only connects up to 150 Mbps (router configured to 5 GHz only, 40 MHz wide only, only N and auto channel selection, WPA2 Personal). Other laptops at home are connecting with up to 260Mbps (even 7 Asus F8v). Portrege shows that it is connected with the 802.11n standard.

    Any suggestion that I can do to activate the higher speed connectivity.

    Kind regards
    Blazej

    Hello

    150 megabits per second transfer is not a bad value for 802.11 WLan N standard.
    WLan highest transfer rate depends strongly on factors such antenna Wlan, WLan miniPCI and environment module.

    Wikipedia gives this info on the standard 802.11 N standard:
    … Assuming that the operating parameters equal to an 802.11 network g reach 54 megabits per second (on a single channel of 20 MHz with a single antenna), an 802.11n network can reach 72 megabits per second (on a single 20 MHz with a single channel antenna and ns 400 guard interval); of 802.11n speed can go up to 150 megabits per second, if there are no other shows Bluetooth, oven microwave or WiFi in the area using two channels of 20 MHz 40 MHz mode. If several antennas are used, then 802.11n can go up to 288 megabits per second mode of 20 MHz with four antennas, or 600 megabits per second in mode to 40 MHz with four antennas and 400 ns guard interval...

    http://en.Wikipedia.org/wiki/IEEE_802.11n-2009

    By the way: you can check additional WLan module settings in Device Manager-> properties-> Advanced tab

  • Portege R30-A-137 - removing Windows 8 and Windows 7 installation

    Hello

    I have a laptop Portege R30-A-137 with Windows 8 is installed and that you should remove w8 and install Windows 7.
    According to the documentation, the computer has a preinstalled version of Windows 7, but I Don t know how to install it.

    I only have windows restore discs 8.
    Recording of operating system pre-installed on usb and boot the computer with him, only to reinstall win 8.

    Is it possible to install windows preinstalled 7 on this computer?

    Thanks in advance.

    JoSerra

    I guess you mixed up of some important facts:
    Laptop Portege R30-A-137 is pre-installed Win 7 64 bit professional. You don't need t install this new OS if its installed!
    8.1 Pro DVD extra Win came with the laptop.

    Win 7 64 bit is installed, but there is NO disk/medium.
    That is why it s recommended to create the Toshiba Recovery disk using the software creator recovery media Toshiba preinstalled.
    This recovery disk can be used in case you have changed the system for example to win 8.1 and want to come back to Win 7.

    Has been mentioned in the user manual!

  • On the Satellite A210-14 t LCD screen turns black randomly

    For several days, I have the problem, my lcd screen turns black all of a sudden, the 'photo' is just disappearing. but the backlight is still and the system is still running (which happens most of the time in battery mode)
    When I close the laptop, pc goes into stand-by mode and so I open the pc again and the screen works again
    But this isn't really a solution.
    What can I do? Fresh grafix drivers are installed.

    BTW:
    I use WinXP

    HM, how long do you want the machine. Maybe you should check the powersaver for battery operation parameters when the display is sharp because it can be a characteristic powersaver the screen turns off.

    If please check your powersaver settings and set the time when the screen turns off at maximum or turn it off, then check if the error appears again.

    Would appreciate the your part feedaback. :)

    Welcome them

  • generate two reports the same performance xml

    I need to generate a summary report and the detailed report of execution even.

    Detailed report will record all operations marked as result Record

    Summary report to record only the steps that are of type success/failure, Digital Test limit, limit test String and MultiNumeric.

    So far, I was able to generate two detail of execution even report and can save each report in separate folder.

    How to get summary data and detailed report of the sequence running?

    Give this one a try.

    I have only a single sequence Recurse result list that you call your sequence of test report reminder.

    I hope that makes sense.  Let me know if you have any questions.

  • Multisim 12 - by clicking on the button "stop the simulation", does not seem to turn off the circuit

    Greetings.

    I recently installed 12 Multisim and have not changed the basic operational parameters, I know...

    Shortly after installation, the application is an update.

    Your help is apprecaited to understand what is happening...

    Steps to recreate:

    1. start multisim.

    2. open a very basic circuit that includes a battery 10V with the ground, a lamp, a voltmeter between the lamp and an ammeter in series.

    3. use 'switch' at the top right of the appliation multisim window to run the simulation.

    4 lamp shows a 'enlightenment' and voltmeter indicates 10V and ammeter indicates .1a circuit.

    5. use the switch to stop the simulation.

    6. no change in the circuit or lighting of the lamp measures.

    7. same results if the simulation starts the arrow and the red square are used to start and stop.

    If I close it and reopen it circuit, the circuit begins in the OFF state, but will not OFF If when you select stop simulation.

    This is the case with several circuits, those provided by the College and the other that I created based on the same design.

    Multisim restarting has no effect to correct this observation.

    It doesn't seem normal that when the simulation running, values or apparent lamp lighting does not change.  The simulation doesn't have to go back to the start state (OFF) when I stop the simulation?

    I captured the homerun status after stopping the simulation.

    Thanks in advance for your help.

    Zan

    Hi zanzarista,

    Multisim retains the values for everything in the circuit when the simulation is stopped. Which means that you are able to view the values on your instruments (such as multimeters) even after the termination of the simulation. When you start a simulation once again, starts all over again and that's why you see a 0 momentarily.

    It is the way in which the software is intended to work.

    I hope this works.

  • creating a file of user preferences

    Hi, all.

    I just got a request to record a few parameters of the program and read these settings at startup. Looks like I need to create a preferences file. (If there is a better way, please advise.)

    I don't know anything about this. All the words of wisdom? My first thought would be XML, but it seems that I'l have to install device drivers to use it.

    1. good idea idea/bad?

    2. where normally go the preference files?

    3. preferences generally invisible removal or somehow made not modifiable by the user?

    Entry on this, or what, would be appreciated. Thank you!

    MZ

    Wolfgang wrote:

    For more information, see here and the ini.cws example

    Did you follow the link? You are looking for an Ini in CVI help displays this information... Or what you are looking for?

Maybe you are looking for

  • can I use bootcamp to Yosemite

    Hello I don't like El Capitan and want to use Yosemite but to go back is not something I want to do while my Mac is under warranty, so could I run Yosemite with the option of bootcamp

  • Intel graphics drivers

    Then I looked around my graphic driver updates and I don't really know where to go. The Intel Web site has NONE of the Mac (proof https://downloadcenter.intel.com/product/80939/Graphics-Drivers) compatible graphics drivers, and is the Intel Windows d

  • Can't access websites after THE bypass switch & certificate FF

    Windows 8 HP Because of the problem of IE, I switched to FF. I downloaded the latest version and import bookmarks. I had the secure connection is not on Facebook, my Bank and several personal sites. Amazon apparently works very well. I found workarou

  • Installation of Windows Vista on a new hard drive?

    I install a new hard drive in my Dell Dimension E520. I installed the hardware and you want to load the operating system (Windows Vista Home Premium 32 Bit) on the new drive. I have the OS program disks provided by Dell, however I am not prompted to

  • By ensuring that you are ready to install the loop (download Windows 10)

    I waited more than 24 hours so that it finishes its loop manufacturing 'safe', but does not I disabled all security and it will still not out of the loop I rebooted several times and he's going what they way to "Ensure your loan" then will not any mo