I don't know what this button? Compaq cq45 205au

I have laptop compaq cq 45 205au. There is a button between power and wifi button above the keyboard. I don't know what this button?

Thank you

Tags: Notebooks

Similar Questions

  • BlackBerry smartphones, I don't know what this icon on my new BB, please help!

    I just got my curve today and I love it, but I don't know what means the a icon on the main screen. It's a small globe, and next to it there are a number. I guess it's sort of a new message, but I can't understand it. Thank you very much.

    Blue round globe? Browser or Wap message. It should show in the list of messages, but if not, look at Messages > Menu button > view folders > Browser or Wap messages.

    Open or delete the message to delete the icon.

  • Help blackBerry Smartphones! I don't know what this symbol means on my Blackberry Tour 9630

    There is a black box with a little green man in a House with a star in the upper left screen corner.  I looked on several sites of BB and not even know what this symbol means...  Help, please!  Thank you!!

    374gatorgirl wrote:

    There is a black box with a little green man in a House with a star in the upper left screen corner.  I looked on several sites of BB and not even know what this symbol means...  Help, please!  Thank you!!

    Green, as a foreigner?

    BlackBerry Messenger > Chat group. You probably have a new message in a group conversation, or a new image or a comment on a photo?

  • try to download adobe flash player... message says close the application "brccmctl". I don't know what this app is or how to find

    I am trying to download adobe flash player but get a message to say to close the application "brccmctl". I don't know it and can't find it on the computer

    Hello

    1. do you get an error message? If Yes, what is the full and exact error message?
    2. what happens when you try to install the Flash player?

    Method 1:
    The program, brccmctl.exe is a monitor of printer Brother Industries, Ltd.
    I suggest that you try to put an end to the program from the Task Manager and then install the Flash player.
    a. right click on the taskbar.
    b. Click Start Task Manager.
    c. on the Services tab, locate the brccmctl.exe service and terminate the program by right-clicking on it.
    If you are still not able to install the Flash player I suggest to uninstall the associated brccmctl.exe program and then try to install it.

    Method 2:
    I suggest you to see the links and check if it helps.
    Flash Player installation instructions
    http://www.Adobe.com/products/flashplayer/productinfo/instructions/
    Installation problems | Flash Player | Windows

    http://kb2.Adobe.com/CPS/191/tn_19166.html#products

    Hope this information is useful.

  • I don't know what this concept is called... something on the uniqueness

    Let's say I have a single table of maintenance tasks. The table has the following columns:
    auto-increment index
    TaskName
    step_number
    step_name

    Thus, each task will have a series of steps to complete. I want to assure you that the step_numbers are not duplicated in a given task. Of course, one way to solve this problem would be to have a separate table for each maintenance task, which would only hold the records for each step. But I do not know the number of different tasks and will probably add more, in order to add a new table every time makes no sense. So, is this "exclusive" something I need to check on the client side before the update, or is there a way to create a database such as this constraint. Oh, and if this concept has a specific name, I'd be happy to hear it.

    Well, then we'll break down Centinul answer some.

    Standardisation - see the wiki: http://en.wikipedia.org/wiki/Database_normalization

    Its 'missions' table uses a task_id as primary key; may also be known as a surrogate key. The column "TaskName" now is just data. If you want to change the "data", you can change without affecting the relationships between the tables. Change to anything you want, as often as you like; It's just data. If you do "TaskName" the primary key, "lock you", then it becomes an integral part of the table relation to the table. Worse, the taskname value must be unique in the table task_steps. You cannot change easily in two tables because the tables are interconnected.

    The picture of 'missions' becomes a master table of all possible tasks with one record for each task.

    CREATE TABLE tasks
    ( task_id   NUMBER        PRIMARY KEY
    , task_name VARCHAR2(255) NOT NULL
    );
    

    His painting "the steps" is similar to the task table, a master table of all possible measures with one record for each task as possible. There is no information in this table on which task a step belongs to. A step may be part of multiple tasks, or a part of any task at all. As with the table of tasks the step_id is just a number to make the unique records; It can be assigned to a value using a sequence generator (Oracle sequence). The numbers must be consecutive, can be positive, negative, include decimal values. the only requirement is that they are unique in the table.

    The step_name is now just a piece of data. Feel free to change the name when you want. The new name will appear in the new requests, but this will not affect the relationship between the tables.

    CREATE TABLE steps
    ( step_id   NUMBER        PRIMARY KEY
    , step_name VARCHAR2(255) NOT NULL
    );
    

    Now the part that can seem confusing at first. Its task_steps table is known as a table of intersect. It "cuts" the task table and the table "steps of the task. The records in this table are that associates a step in the table in step with a task in the tasks table.

    To link the two tables, it added a column "task_id" to refer to a record in the table of tasks and added a column "step_id" to refer to a record in the table as follows. Each corresponding clause references tells Oracle to enforce this relationship. If you CAN add a record to a task_id value that does not exist in the table. And you CANN "OT add a record with a step_id value that does not exist in the table of measures.

    But, you said you want each step that is associated with a task to have a number from 1 to n; This means that each task will be a first step.

    Centinul has added a column "step_order"; It's the same thing as what you called "step_number" so you can use your name if you wish. The CONSTRAINT of UNIQUENESS on task_id and step_order tellsl Oracle that the combination of these two values MUST BE UNIQUE within the table. Oracle still does not care what the values are as long as they are unique. You can have values of 2, 6 step_order, -1, and Oracle don't care; It's a business rule guaranteeing the Oracle without more help.

    {code}
    CREATE TABLE task_steps
    (task_id NUMBER NOT of REFERENCES NULL tasks (task_id)
    NOT NUMBER of REFERENCES NULL steps (step_id) step_id
    step_order NUMBER NOT NULL,
    CONSTRAINT task_steps_pk PRIMARY KEY (task_id, step_id)
    Task_steps_uk of UNIQUE CONSTRAINT (task_id, step_order)
    );

    {code}

    He gave you the best possible example for what you want to do.

    To add a record to the table task_steps:

    1. Select a folder that already exists in the task table and use the task_id of this record value
    2. Select a folder that already exists in the table of the steps and use the value of this record step_id
    3. determine the highest step_order value that already exists in the task_steps table and add 1 use the new value to step_order for the new record.

    Step #3 is the tricky part, because there may be multiple users or process tries to add records at a time. This is why this business rule is often used only for applications such as INVOICE and LINEITEM wher the same process creates the parent (INVOICE - task for your example) and all the records of the CONTROL unit (task_steps) at the same time.

    Help to explain what suggested Centinul?

  • A new icon has appeared on my cell phone, I don't know what it is? Help please

    It is not like an emergency situation, but I don't know what this symbol on my cell. It is on the right side on the status bar. Looks like a phone receiver with a row of 3 points and 2 points as a non - phone wireless. So nobody knows what it is? I don't remember clicking on anything, but I'm not 100% sure. And I can't find the answer anywhere in the manual. I don't know if it has something to do with the software upgrade or what. Thanks for letting me know!

    I added a picture!


  • I get a message on my iMac 'The Mac cannot connect to iCloud due to a problem (my email address) preferences iCloud open to fix this', but don't know what to do next for sorting. Please notify.

    I get a message on my iMac 'The Mac cannot connect to iCloud due to a problem (my email address) preferences iCloud open to fix this', but don't know what to do next for sorting. Please notify.

    Enter your ID and password.

  • I have several purchases through the iTunes Store on my bank statement and I don't know what they are for. Can you help me? Cannot maneuver through this system to see the purchase history.

    I have several iTunes Store purchases that appear on my bank statement and I don't know what they are for. Can you help me? I'm unable to maneuver through this system to view previous purchases.  I wonder if I pay for extra storage, it is always advising me that I'm pretty sure.

    Hello

    Open iTunes on your Mac and click your name (if you are not signed in, then sign to see your name). Then click on account information. Once you enter the account information screen, you will see a section called historical of purchases. Click 'View all' to see the list of purchases and the ability to watch the dates more.

    See you soon,.

    GB

  • Could not connect because the maximum free accounts have been activated on this phone? I don't know what to do I have tired everything

    Im trying to connect to my iCloud with this new phone that I had and it won't let me. I restarted the phone completely and I Sven makes a new Apple id and I still get the same message. I don't know what to do from this point on.

    See if that helps - iCloud: the maximum number of free accounts have been activated on this iPhone.

  • my computer becomes a * STOP: 0 x 00000050(0xf226dc2E,0x00000001,0xEE6SSF10,0x00000000) screen and States blue, I don't know what to do about this

    my computer becomes a * STOP: 0 x 00000050(0xf226dc2E,0x00000001,0xEE6SSF10,0x00000000) screen and States blue, I don't know what to do about this

    It is the same procedure.  Have you checked all the links in the post?

    I want to thank you for your time. I couldn't hardly on internet. Microsoft helped me and fixed it is a program that was not compatible. Thank you once again

  • telemarkters allowed the access to the home computer what can I do to solve this problem, because I don't know what they may have done

    NEED HELP PLEASE ASAP!   Jan 13.2012 Friday I made a stupid mistake, I had been scammed by a telemarketer and allowed access to my computer and I'm pretty new to the computer and I don't know what they may have done to her. I need help to solve this problem, and being a newbie I don't know what I can do. PLEASE please someone help me with this problem so I can try to fix my computer. Also, he said, his name was MIKE WATSON of Microsoft Essentials gave me a number phone number of 0054the dy agent he called to was 818-239-1450 and one and he gave me 24 HR support line number 226-444-0055. I pray that they will be caught. I live in the Canada and I guess they could be just about anywhere in the world. I'm so stressed on this topic so I hope that there is not an angel who has an honest way of please help me as well as others with this problem. I need to fix this as yesterday as I'm honestly losing sleep about it.

    See the following: http://answers.microsoft.com/en-us/windows/forum/windows_7-security/i-have-been-scammed/c1108acf-b5b4-4b1d-bc1c-1412d3b78ce7

    Good luck...

  • What the * happened to my Windows Vista program earlier this week? I don't know what I did and I had nothing else but BIG TROUBLE SENSE HELP!

    After sevice pk 2 I did nothing but chase problems, 10 pilots down in a single night. Now it starts only in safe mode byitself and system restore it impossible of access that has not helped the only time where he worked finally unable to access updates windows either. At Mr fix it to work on things for houirs, but now his party and I cannot get safe mode and its so limited after problems, I spent this week all treat them w/problems. I don't know what else to do and I don't know what tpo events cause this Nightmare.Iam now crazy and lost, help me!

    Hi Claudette Russell,.

    ·         What is the full error message?

    ·         What happens when you try to start in safe mode or normal mode?

    I suggest you try the methods mentioned below and check if it helps.

    Method 1: Perform a startup repair.

    http://Windows.Microsoft.com/en-us/Windows-Vista/how-do-I-fix-a-boot-startup-problem

    Method 2: Restoration of system Windows Recovery (WinRE).

    http://Windows.Microsoft.com/en-us/Windows-Vista/what-are-the-system-recovery-options-in-Windows-Vista

    Method 3: Perform a check disk (Chkdsk).

    http://Windows.Microsoft.com/en-us/Windows-Vista/check-your-hard-disk-for-errors

    Chkdsk WARNING: When running Chkdsk on the drive if bad sectors are found on the disk hard when Chkdsk attempts to repair this area if all available on which data can be lost.

    Reference: http://windows.microsoft.com/en-US/windows-vista/What-to-do-if-Windows-wont-start-correctly

  • I recently got this blue screen and I don't know what the problem is.

    * Original title: blue screen problem

    Hello, I recently got this blue screen and I don't know what the problem is.

    I use a # model Sony Vaio VGN - FW510F & my graphics card is ATI Mobility Radeon HD 4650.

    Signature of the problem:
    Problem event name: BlueScreen
    OS version: 6.1.7601.2.1.0.768.3
    Locale ID: 1033

    The blue screen mentioned this error: 0x000000EA

    More information about the problem:
    BCCode: 100000ea
    BCP1: FFFFFA80041B8170
    BCP2: 0000000000000000
    BCP3: 0000000000000000
    BCP4: 0000000000000000
    OS version: 6_1_7601
    Service Pack: 1_0
    Product: 768_1

    Files helping to describe the problem:
    C:\Windows\Minidump\020615-46550-01.dmp
    C:\Users\Andy\AppData\Local\Temp\WER-92976-0.SysData.XML

    Read our privacy statement online:
    Privacy statement for Windows 7 - Microsoft Windows

    If the online privacy statement is not available, please read our offline privacy statement:
    C:\Windows\system32\en-US\erofflps.txt

    Abui91

    These were related to the 5 year old video player.  I remove the current driver and install the latest driver available.

  • I cannot set up my email account and get prospects to accept it. I am tring to use a gmail account, I am new to this and don't know what iam do any help would be great

    I cannot set up my email account and get prospects to accept it. I am tring to use a gmail account, I am new to this and don't know what iam do any help would be great

    Hello

    1. you try to add the Gmail account in Outlook?

    2. are you referring to Outlook.com or Microsoft Office Outlook?

    If you are referring to Outlook.com, then I suggest you according to the application in the Windows Live forum to improve assistance:

    Reference:

    http://answers.Microsoft.com/en-us/windowslive/Forum/mail?tab=QnA

    If you are referring to Office Outlook, and then send the query Office Forum.

    Reference:

    http://answers.Microsoft.com/en-us/Office/Forum/Outlook?tab=QnA

    I hope this helps. If you have any other queries/issues related to Windows, write us and we will be happy to help you further.

  • Session state protection violation: this can be caused by manually editing the protected page P67_C point. If you don't know what caused this error.

    Hi friends,

    I create three field A textfield,textfield B,C textfield and apply the formula with dynamic action.

    C = A + B.

    Now, I want to protect user could not be total change at point C, so I change it is property of the text field to display only and change in

    Settings-> save the Session State-> Yes

    After all changes when I ran page and provide the registry then it shows me error below.

    Session state protection violation: this can be caused by manually editing the protected page P67_C point. If you don't know what caused this error, contact the administrator of the application for assistance.


    How to disable the total at point C when I use the dynamic action to calculate the Total of A + B.

    Thank you.




    Hi Maxence,

    1. in the case of a display one element

    Change your point of P67_C and change the State of Session Save-> No.

    2. in the case of a text field

    Change your point of P67_C and make it read-only

    go to the attributes of the HTML Form element-> readonly = "readonly".

    Hope this helps you,

    Kind regards

    Jitendra

Maybe you are looking for

  • EtreCheck report after the macbook pro support panic reboot.

    My macbook pro restarts unexpectedly and my external hard drive is not recognized after only a few failed attempts.  A message from panic and here I am looking for help. EtreCheck version: 2.9.13 (267) Report generated 2016-07-10 17:15:30 Download ht

  • Is the new Amtel Firmware for the issuance of Pen/digitizer turn HP?

    A customer reports and inquires: "there are now an Atmel Firmware upgrade that should help you in the exercise of the feather on your HP revolution. One person at HP with goodness, let me know on this subject. Here is the link: http://h20000.www2.HP.

  • Satellite C855D - problem for touchpad launch Win 8.1

    Suddenly, vertical/horizontal scrolling does not work. All other functions of the touchpad seem OK.I thought that maybe it was causing Fn + F5, but it has no effect. Arrow keys are OK, just as advanced page and external optical mouse. I use a Spanish

  • Could not detect my IX2 of PC

    My IX2 is connected to my router. I can detect and connect to all computers, laptops and mobile devices on the network accept to a certain PC. The problematic PC is the only one connected directly (by cable) to the router, all the rest are via Wi - F

  • Send to

    When I click on an object and want to send it to another file on my LT and I click on "send to" the only place that shows is DVD player. On all my other computers he use to tell my Docs, all external office who were connected, is there a way I can ad