WiFi password is too long for Windows 8

Windows 8, I cannot enter my password wifi complete on my new lenovo yoga. My password is 26 characters and windows 8 will not allow me to enter the last characters actually cut me my wifi. I don't understand why this is happening. Any answer other than to change the password, would be useful.

Hello

1. why you want to keep your so long of the password of WiFi (26 characters)?

2. you are bothered about securing your Wi - Fi connection?

Minimum password length to at least a value of 8. If the number of characters is set to 0, no password is required. In most environments, a password of eight characters is recommended as it is long enough to provide adequate security still short enough for users to easily remember. This value will provide an adequate defence against a brute force attack. Adding to the complexity requirements will reduce the possibility of a dictionary attack. For more details on the same, see these articles:

Minimum length of password

http://TechNet.Microsoft.com/en-us/library/hh994560 (v = ws.10) .aspx

http://TechNet.Microsoft.com/en-us/library/cc737683 (v = ws.10) .aspx

 

For the security of your Wi - Fi network, you can read the following article and check:

 

How can I find out if a network is safe to connect to?

http://Windows.Microsoft.com/en-us/Windows-8/how-know-network-safe-to-connect

 

Hope this information helps. We know if you need help. We will be happy to help you. We, at tender Microsoft to excellence.

 

Tags: Windows

Similar Questions

  • Error compiling FPGA-61332: the length of a line to < "file.vhdl" > is too long for xilinx 10.1. Length: < length > Max Length: 4150

    Hello

    When compiling a fairly basic FPGA VI, I get the following error:

    61332 error occurred in niFpgaCompileWorker_ProcessStatusPipe.vi:1<><>

    Possible reasons:

    LabVIEW FPGA: An unexpected error occurred with the build tools. You try to compile the FPGA VI again could solve the problem.

    The length of a line in "NiFpgaAG_0000002e_WhileLoop.vhd" is too long for xilinx 10.1. Length: 32845 Max length: 4150

    Departure time: 17:22:06
    End time: 17:22:12
    Total time: 00:00:06

    Apparently, the vhdl code generator OR forgot to add some CR + LF in the intermediate files. How to work around this bug?

    Kind regards

    Lukas

    Hi Lukas.

    When LabVIEW compiles a VI, the VI is converted into virtual hard disk to be compiled into a file bit by Xilinx.  As you have already understood, this error indicates that a line of code vhd had a length of 32 845 characters, which exceeds the maximum length of 4150 characters for the Xilinx 10.1.

    Although 32 845 characters is very long, it is possible that this is due to the codification of LabVIEW rather than a bug. Some common causes of this problem include large enums, a matrix, or clusters in the code.  Please check in your code.  If you have no luck, please attach a screenshot of the code.  I hope this helps!

    Kind regards

    Dayna P.

    Technical sales engineer

    National Instruments

  • HP 14-r053TU: Driver Bluetooth and Wifi driver HP 14-r053TU for Windows 7 (64-bit)

    If please get bluetooth and Wifi driver HP 14-r053TU for Windows 7 (64 bit) operating system. I found the driver in the driver for this device download page.

    Hello

    Please try:

    For the wireless:

    http://h20564.www2.HP.com/hpsc/SWD/public/detail?swItemId=ob_131223_1

    Bluetooth:

    http://h20564.www2.HP.com/hpsc/SWD/public/detail?swItemId=ob_130390_1

    Kind regards.

  • ProductKey too Long on Windows Vista Edition Home Premium

    When I try to enter my product key, im not allowed to press the digits cause its too long on windows vista Home premium, what's wrong? sick insert the what code is on top of the thumbnail from my computer and its too long, wheres a real then? all this has happened when I trained my computer and now I have 30 days to activate it, but I can't do my product key is too long and im not allowed to insert.

    Hi Mirssi,

    I understand that you are unable to insert the product key. I will certainly do my best to help you get active Windows.

    You can go through the article and check if it helps. Here is another article on the activation of Windows Vista.

    Hope this information is helpful and let us know if you need help in the future about Windows. We will be happy to help you.

  • Error message: "the file names would be too long for the destination folder.

    I move the files from internal hard drive to external hard drive using cut and paste.  I get a message "the file name would be too long for the destination folder.  You can shorten the file name and try again, or try a location with a shorter path. "I then gives me choices to skip or cancel.  What happens to files that are ignored?  Are they deleted?  I don't want to lose all the data, but there are more 2 000 files with this problem, so passing by and rename each one really isn't a viable solution.  I don't really understand how the file names were originally created/saved about a problem that is only now that I want to move them.  The disc source and destination are NTFS.  Is there a solution for this?  It is imperative that no data is lost.  Thanks for any help you can offer.

    On Wednesday, 10 April 2013, 12:16:23 + 0000, MADinIowa wrote:

    I move the files from internal hard drive to external hard drive using cut and paste.  I get a message "the file name would be too long for the destination folder.  You can shorten the file name and try again, or try a location with a shorter path. "I then gives me choices to skip or cancel.  What happens to files that are ignored?  Are they deleted?

    N ° to check that what I say is correct, create a new folder
    for the purposes of the trial and to make a copy of some files. To ensure that
    one of them has a long name (rename if necessary), and then try to copy
    These files on the external drive. When you get the message, choose
    'jump' and see what happens.

  • SQL error: ORA-00910: specified length too long for its data type

    Using Oracle 11.2.0.1 on Oracle Linux 5.8 x 64

    I try to install Zabbix http://www.zabbix.com and uses the Oracle database as the data store. The script of the diagram provided below does not work.
    CREATE TABLE maintenances (
         maintenanceid            number(20)                                NOT NULL,
         name                     nvarchar2(128)  DEFAULT ''                ,
         maintenance_type         number(10)      DEFAULT '0'               NOT NULL,
         description              nvarchar2(2048) DEFAULT ''                ,
         active_since             number(10)      DEFAULT '0'               NOT NULL,
         active_till              number(10)      DEFAULT '0'               NOT NULL,
         PRIMARY KEY (maintenanceid)
    );
    When I run it, I get
    Error at Command Line:5 Column:42
    Error report:
    SQL Error: ORA-00910: specified length too long for its datatype
    00910. 00000 -  "specified length too long for its datatype"
    *Cause:    for datatypes CHAR and RAW, the length specified was > 2000;
               otherwise, the length specified was > 4000.
    *Action:   use a shorter length or switch to a datatype permitting a
               longer length such as a VARCHAR2, LONG CHAR, or LONG RAW
    According to the oracle documentation for nvarchar2 limit is 4000. What am I missing here?

    "4000 bytes is the ultimate maximum." You can say 4000 * characters *, but it will always be limited to 4000 * bytes *. "
    http://asktom.Oracle.com/pls/Apex/f?p=100:11:0:P11_QUESTION_ID:1224836384599 #201073000346459201\

    "The maximum length of the column is determined by the definition of national character set. The width of the character NVARCHAR2 data specifications match the number of characters. The authorized maximum column size is 4000 bytes. »
    http://docs.Oracle.com/CD/E11882_01/server.112/e26088/sql_elements001.htm#SQLRF50976

    Furthermore, you treat numbers as STRINGS, remove the quotes around your zero.

  • Application of THEME - MAPVIEWER - 05517 JDBC string is too long for Oracle cards-

    Hello

    If I need a fairly complex query to add the dynamic JDBC theme I get this error:

    [MAPVIEWER-05517] Ask the string is too long for no AJAX of Oracle remote access cards.

    -Why? I use Oracle Maps API JS isn't remote AJAX or not?
    -What is the limit of a definition of the JDBC theme?

    Kind regards
    Brano

    Put this code after creating object mapviewer.

    MVMapView.enableXMLHTTP (true);

  • WAITED TOO LONG FOR A CACHE LINE ENQUEUE LOCK!

    Hi all

    Ora10g

    All of a sudden this afternoon users have complained that they are unable to connect to the database, I tried to log in and was able to confirm that suspended connection.

    I checked the alerts log and I found these:
    Thread 1 advanced to log sequence 11682
      Current log# 3 seq# 11682 mem# 0: D:\ORACLE\ORADATA\TURBDV2\REDO03.LOG
    Mon Jun 13 09:00:15 2011
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jun 13 10:00:27 2011
    Thread 1 advanced to log sequence 11683
      Current log# 1 seq# 11683 mem# 0: D:\ORACLE\ORADATA\TURBDV2\REDO01.LOG
    Mon Jun 13 13:15:50 2011
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jun 13 13:51:28 2011
    
    WAITED TOO LONG FOR A ROW CACHE ENQUEUE LOCK! pid=27
    System State dumped to trace file c:\oracle\admin\turbdv2\udump\turbdv2_ora_7668.trc Mon Jun 13 14:50:44 2011 WARNING: inbound connection timed out (ORA-3136) Mon Jun 13 15:23:10 2011
    How to solve this error please...

    KinsaKaUy? wrote:
    I checked the alerts log and I found these:

    
    Thread 1 advanced to log sequence 11682
    Current log# 3 seq# 11682 mem# 0: D:\ORACLE\ORADATA\TURBDV2\REDO03.LOG
    Mon Jun 13 09:00:15 2011
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jun 13 10:00:27 2011
    Thread 1 advanced to log sequence 11683
    Current log# 1 seq# 11683 mem# 0: D:\ORACLE\ORADATA\TURBDV2\REDO01.LOG
    Mon Jun 13 13:15:50 2011
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jun 13 13:51:28 2011
    
    
    WAITED TOO LONG FOR A ROW CACHE ENQUEUE LOCK! pid=27

    System State dumped to trace file c:\oracle\admin\turbdv2\udump\turbdv2_ora_7668.trc
    Mon Jun 13 14:50:44 2011
    WARNING: inbound connection timed out (ORA-3136)
    Mon Jun 13 15:23:10 2011
    

    How do i resolve this error please....

    Well looking at alert.log, you encountered two issue a)ORA-3136 and b) WAITED TOO LONG FOR A ROW CACHE ENQUEUE LOCK

    For a) ORA-3136 , please follow the below metalink note which explains about the resolution for this. You might need to increase SQLNET.INBOUND_CONNECT_TIMEOUT from 60 to slight higher.
    Following the note from MOS
    Troubleshooting ORA-3136: WARNING Inbound Connection Timed Out [ID 465043.1]

    
    The default value of 60 seconds is good enough in most conditions for the database server to authenticate a client connection. If it is taking longer, then it's worth checking the following items before implementing the workaround: 
    
    1. Check whether local connection on the database server is successful & quick.
    2. If local connections are quick ,then check for underlying network delay with the help of your network administrator.
    3. Check whether your Database performance has degraded in anyway.
    4. Check alert log for any critical errors for eg, ORA-600 or ORA-7445 and get them  resolved first. 
    

    As you said that users could not connect to the database, so above may be the reasons for what you need at the Fund.

    Second, you got the warning message "WHEREAS TOO LONG for A LINE CACHE ENQUEUE LOCK", which is also linked to the shared pool.

    Make a small conclusion on two question above, it seems that your shared pool size is not enough. For this you must check AWR reports during this difficult period and confirmation that there is not any event of related waiting for shared pool.

  • use marker iff section is too long for the header

    Hello everyone,

    I wonder: is it possible to implement FrameMaker using a marker iff there is one on this page?

    Here's the problem: I have a book with several chapters of different authors. Some of them used topics that are too long for the headers. For those I want to use markers.

    I know how to display markers, which I don't want, because then I have to create a benchmark for each unique position in the book (using this master page). And I know how to view the different titles for example < $paratext [H1, H2, H3] >.

    Now I'm looking for is something like this < [marker, line] $paratext >. In plain language: 'check if there is a certain marker. If there is one, show the marker, otherwise display the heading."

    Then I would be able to use the same master page and would need to use markers only where a title is too long.

    Thanks in advance

    Dennis

    Dennis,

    Take a look at http://forums.adobe.com/message/3503638#3503638

    You could create an alternative heading tag (for example InvisibleH1) with an invisible color in a framework anchored to it and can then use the building block <$paratext[InvisibleH1,H1,H2... etc.]="">. Just toggle the views appropriate to hide text in anchored frames.

  • Try to copy a folder with subfolders, some don't copy, get the message that the folder names are too long under Windows 7

    Hi, when you try to copy a folder with lots of subfolders, some files don't copy.  I get a message that the folder names are too long, and the only option is to ignore these files.  Anyone know the maximum folder (and also) name length that will copy windows 7?

    Thank you

    Steve M

    Hello
     
     
    a. What are the data you're trying to move?
    b. what operating system (for example Windows files) files?
    c. What is the method that you use to copy data?
     
     
    Windows 7 supports filename up to 260 characters. I would ask you to decrease the characters in the file name and then try to copy the files.

    Let us, run disk checking hard disk utility and then check.
    Here's how:
    1. open the computer by clicking the Start button, click computer.
    2. click on the drive you want to check, and then click Properties.
    3. click on the Tools tab and then, under check for errors, click Find now. If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.
    To automatically repair problems with files and folders that the scan detects, select automatically fix file system errors. Otherwise, the disk check will be a problem, but not to fix them.
    To perform a thorough check, select search and attempt to recover bad sectors. This analysis tries to find and repair physical errors on the disk itself, and it may take much longer to complete.
    To check for errors file and the physical errors, select both automatically fix errors in file system and search for and attempt recovery of bad sectors.
    4. click on start.
     
     
    Depending on the size of your drive, it may take several minutes. For best results, do not use your computer for any other tasks while it checks errors.
     
    Important: 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.
     
    I hope this helps.

    Thank you, and in what concerns:
    Shekhar S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Path too Long for the Installation of the software

    I am trying to install a version of the CAD software to one of my PCs employee.  When we run the Setup file, we get an error message too long file path.  The message says that the file path is 99 characters long, but the limit is 93.  This seems like a terribly low limit for a C: drive.

    The path goes only in a folder as well.  Thus, its C:/Program Files/Autodesk / "name of file along here."

    I understand long path problems when you go deep in several folders and the typical character limit is 254.  I do not understand why we are running in a limited issue when you have only a single deep folder on the C: drive and only have 99 total characters in the path.  Is this a problem of windows 8?  Or maybe a problem with the PC itself?  Is it possible to change the limit of characters on the C: drive since 93 is so short and also seems to be a random number?

    Justin

    Your best bet is to contact the CAD developer, we would have no way of knowing how many levels deep the software installs.

  • Printer is too old for Windows 7

    I just got a new laptop for Windows 7 64-bit. I have an old Deskjet 682c printer that is connected to a computer that is upgraded from Windows 95. Both work very well and I don't want to move supplies and equipment right now or learn a new printer. I'm already learning too. The printer prints very well .prn files too, but the new laptop will not accept the Deskjet 682c driver. I need a driver to load in the laptop that will generate the .prn file that will recognize my printer and print. Prints may not be beautiful but must be legible. Does anyone have a solution?

    I came back to see if anyone had any ideas. I saw a post by Norm51 October 15, who said he was looking for a driver for a DeskJet 600 c.  He answered himself that he had used Windows Update in the add printer box to find his driver. I had not tried Windows Update because I thought that it would only find drivers for printers brand new. My DeskJet 682c was guaranteed is not found because she needs a parallel port.  That's why I wanted to find a file print driver and create .prn files. I can put it on a flash drive and take charge to my old computer and printer and print them. I tried Windows Update and found the drivers for the Deskjet 660C printer and the Deskjet 690 C printer.  I installed the driver for the 690C and the download took quite awhile. I installed the driver for the 660C, then it took 1 s looks like they are both the same. I printed a document on file with two "printers" and my old deskjet printed each file beautifully. This is the best that I could ask.

    Problem solved!

  • Shuttle value too long for use in LOV sql cascading

    Hello

    On APEX 4.2.2.0.11 & Oracle 10.2.0.5.0:

    I have a shuttle service set up as well as a select list with of LOV cascading.

    The shuttle shows organization name and returns a list of the IDs of the colon separated.

    The selection list shows the so-called events belonging to the organizations selected in the shuttle.

    The selection list is implemented as LOV cascading with the shuttle as a parent element.

    This works fine as long as the length of the shuttle point value does not exceed 4000 characters.

    If so, the LOV - sql select list will give an ' ORA-01704: string literal too long "-error on the instr function ().

    This is the query:

    Select distinct TST. NAAM as display_value, TST.ID as return_value

    of the OTE ORGS

    Join the LIFO ADG ON (ADG. OTE_ID = OTE.ID)

    Join the DNR PART on (DNR. ADG_ID = ADG.ID)

    Join the TDR ON REGRET (TDR. DNR_ID = DNR.ID)

    Join the TEST TCT ON (TST.ID = RDT. TST_ID)

    where instr (': ' |: P1_ORG |) ':', ':' || OTE.ID | ') > 0

    order by 1

    Does anyone know how to make reference to the shuttle-value in sql, even if it is longer than 4000 characters?

    Well, I found a way to use LOVs cascading on page elements with values exceeding 4000 characters:

    Let's say I have a shuttle named P1_ORGANISATIE with "List of values" box, a dynamic LOV named "Source: lists of values Query" containing the value:

    Select NAAM as display_value, ID like return_value

    of NINEHAM

    order by 1

    If the number of records-NINEHAM is insufficient, the length of the value of P1_ORGANISATIE, which is a list of concatenated with colon separated digital ID, can exceed 4000 characters.

    Now suppose I have a list of selection called P1_TEST that is connected through "List of values"-> "En cascade LOV Parent article (s)" with P1_ORGANISATIE using a named LOV dynamics with "Source: lists of values Query" containing:

    Select distinct TST. NAAM as display_value, TST.ID as return_value

    of the OTE NINEHAM

    Join the AFDELINGEN ADG ON (ADG. OTE_ID = OTE.ID)

    Join the DEELNEMERS DNR ON (DNR. ADG_ID = ADG.ID)

    Join TESTDEELNEMERS TDR WE (TDR. DNR_ID = DNR.ID)

    Join TESTEN TST ON (TST.ID = RDT. TST_ID)

    where instr (":" |: P1_ORGANISATIE |) '':'', '':'' || OTE.ID | '':'') > 0

    order by 1

    In this case, when P1_ORGANISATIE exceeds 3998 characters, you'll get an "ORA-01704: string literal too long"-error and the P1_TEST will show an element called "undefined".

    A way around this is possible because for a named LOV, you can use a "function that returns a sql query" instead of a simple sql query. In other words, we can apply in the context of PL/SQL and thus have maximum for expressions of 32767 instead of 4000 characters. In addition, it is possible to use the two APEX_UTIL. STRING_TO_TABLE and APEX_COLLECTION.

    Setting "Source: lists of query values" on the LOV appointed to P1_TEST with the following code will work:

    DECLARE

    l_selected APEX_APPLICATION_GLOBAL. VC_ARR2;

    l_qry varchar2 (32767): =.

    "Select distinct TST. NAAM as display_value, TST.ID as return_value

    of the OTE NINEHAM

    Join the AFDELINGEN ADG ON (ADG. OTE_ID = OTE.ID)

    Join the DEELNEMERS DNR ON (DNR. ADG_ID = ADG.ID)

    Join TESTDEELNEMERS TDR WE (TDR. DNR_ID = DNR.ID)

    Join TESTEN TST ON (TST.ID = RDT. TST_ID)

    $1

    order by 1';

    BEGIN

    IF: P1_ORGANISATIE IS NULL

    OR LENGTH(:P1_ORGANISATIE)<=>

    THEN RETURN

    Replace (l_qry

    ,'$1'

    ,' where instr (":" |: P1_ORGANISATIE |) '':'', '':'' || OTE.ID | '':'') > 0'

    );

    ON THE OTHER

    l_selected: = APEX_UTIL. STRING_TO_TABLE(:P1_ORGANISATIE);

    APEX_COLLECTION. CREATE_OR_TRUNCATE_COLLECTION (p_collection_name-online 'ORGANISATIE_COLLECTIE');

    FOR id IN 1.l_selected.count

    LOOP

    APEX_COLLECTION.add_member (p_collection_name-online 'ORGANISATIE_COLLECTIE'

    p_n001-online to_number (l_selected (id))

    );

    END LOOP;

    RETURN

    Replace (l_qry

    ,'$1'

    ,'join apex_collections ON APC (APC. COLLECTION_NAME = "ORGANISATIE_COLLECTIE" AND APC. N001 = OTE.ID)"

    );

    END IF;

    END;

  • Literal string too long for the CLOB

    Hello
    My version of the database is:
    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    AMT for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production

    When I run this piece of code, I get an error.
    DECLARE
    insCtx DBMS_XMLStore.ctxType;
    lines NUMBER;
    xmlDoc CLOB: = 'xml string is about 4600 long lines in TOAD...';
    BEGIN
    insCtx: = DBMS_XMLStore.newContext ("xmlTempTbl"); -get the context
    lines: = DBMS_XMLStore.insertXML (insCtx, xmlDoc); -Insert the doc
    DBMS_XMLStore.closeContext (insCtx); -close the handle
    END;

    ERROR:
    ORA-06550: line 4, column 19:
    PLS-00172: string literal too long

    From my understanding a CLOB leave maximum string size of 2 GB. And on top, my xml string is not greater than 2 GB (I cannot display the xml data string, refers to the business). So why I get the error too long string literal.
    For the above, I fault the XML into several parts and run the PLSQL, then it gives no error.
    Please advice.

    Published by: 934451 on November 8, 2012 07:06

    Published by: 934451 on November 8, 2012 07:07

    From my understanding a CLOB leave maximum string size of 2 GB.

    Not exactly:
    http://docs.Oracle.com/CD/E11882_01/AppDev.112/e25519/datatypes.htm#CHDDCGEE

    but this isn't the real problem.

    The error is about the "string literal" size, there is a limitation too:
    http://docs.Oracle.com/CD/E11882_01/server.112/e17766/pcmus.htm#sthref18132

    PLS-00172: string literal too long
        Cause: The string literal was longer than 32767 bytes.
        Action: Use a string literal of at most 32767 bytes.
    

    For the above, I fault the XML into several parts and run the PLSQL, then it gives no error.

    Is this a real case of production or you just test?
    In practice, we should first save the file in a variable/column CLOB (or XMLType) and then reference the content from there.

  • the net wifi works enthernet no work for windows Vista premium edition

    I had the laptop model hp g60-243 cl

    p/n nb264ua #ABA

    enthernet no work

    NET works without work

    I'm looling for loading for reader software

    everyone knows it please hepl me

    Thank you

    try to use the 32-bit driver for windows 7

    Alternatively you can downlode a net application named DRIVER PACK SOLUTION 12.3

    Good luck

    < < <-INCLUDING 4GET to CLICK the STAR of KUDO ON THE SIDE of RIGHT TO SAY Thank YOU IF I HELPED YOU.
    I AM NOT AN EMPLOYEE OF HP, SO YOUR ANSWERS ME GIVES THE INSPIRATION TO CONTINUE IN THE FORM...

Maybe you are looking for

  • We can add contacts for Mozilla Firefox so that when send us messages, it will be easier?

    When I try to send a message to make me watch add contacts so I thought it would be easier if you could add it

  • How to remove some virtual drives of portable Satellite

    MY TOSHIBA HAS A LOT OF VIRTUAL DRIVES, THAT IT LEAVES ONLY 1 FREE SPACE TO PLUG A USB BACKUP DEVICE. I CAN'T SEEM TO RECORD INFORMATION TO ONE OF THESE READERS, NO MATTER WHAT I TRY! HOW CAN I GET RID OF ALL OR PART OF THESE READERS VIRTUAL SO-CALLE

  • Question about upgrading CPU on Y40 - 80

    I just bought a gaming laptop Y40-80, while I did not know that the character of 'U' on behalf of the central processing unit means low power, although whether an i7 processor, it's too slow for games. Now, I have to update or leave it useless. So ca

  • DISPLAY LIGHTS BY DRAGGING THE SCREEN DOWN DURING SLEEP

    Have just updated to lollipop and everything looks good in the world except when I SLEEP the phone, if I hit the left upper corner of the screen as the phone wakes up Gets a bit annoying because when I hold my phone it keeps on you want to disable -

  • Screen blue/Crash Dump

    I have a gateway that has a blue screen and reboots sometimes. I get an error message with these codes 0x0000000A 0 X 00000048 0x00000002 0x00000001 0X80CADD56 0X00000004E 0 X 0000007 0X0006DA22 oXFFFFFFFF oX00000000 PFN_list_corrupt Can someone help