1. This could be a bad power supply, overheating hardware, or a short in a circuit almost anywhere. If you have a power supply tester i would start with checking that.If builders built buildings like programmers wrote programs, then the first woodpecker that came along would destroy civilization.

    This could be a bad power supply, overheating hardware, or a short in a circuit almost anywhere. If you have a power supply tester i would start with checking that.

    If builders built buildings like programmers wrote programs, then the first woodpecker that came along would destroy civilization.

    See less
    • 0
  2. If the Windows 8 'image file' is an ISO, it must be burned to a DVD using the appropriate software. ImgBurn is a popular choice. Pay attention during the installation & make sure no bundled software installs along with it.http://www.imgburn.com/index.php?ac...

    If the Windows 8 ‘image file’ is an ISO, it must be burned to a DVD using the appropriate software. ImgBurn is a popular choice. Pay attention during the installation & make sure no bundled software installs along with it.

    http://www.imgburn.com/index.php?ac…

    See less
    • 0
  3. I can not access google drive files at my current location. I will try to take a look this evening, EST.Click Here Before Posting Data or VBA Code ---> How To Post Data or Code.

    I can not access google drive files at my current location. I will try to take a look this evening, EST.

    Click Here Before Posting Data or VBA Code —> How To Post Data or Code.

    See less
    • -1
  4. You need to know the IP address set on your wireless router first. If your router is in factory default settings, the default IP address is 192.168.0.50, so you could then configure network settings on your PC's wireless adapter as shown below: IP address: 192.168.0.100subnet mask: 255.255.255.0gateRead more

    You need to know the IP address set on your wireless router first. If your router is in factory default settings, the default IP address is 192.168.0.50, so you could then configure network settings on your PC’s wireless adapter as shown below:

    IP address: 192.168.0.100
    subnet mask: 255.255.255.0
    gateway: 192.168.0.50

    Finally log into its web management page by typing its default IP address (192.168.0.50). Read the router manual to get more understanding. Hope this helps.

    picoHat
    Home Network & Wireless Network Help

    message edited by picohat

    See less
    • 0
  5. Well, it sound like - as the error message says - one of the keys is stuck. Have you spilled any liquids on the keyboard recently?Anyway, inspect the keys carefully to see if any of them seem to be pressed further down than the others. You can sometimes clear this sort of problem by prising the keyRead more

    Well, it sound like – as the error message says – one of the keys is stuck. Have you spilled any liquids on the keyboard recently?

    Anyway, inspect the keys carefully to see if any of them seem to be pressed further down than the others. You can sometimes clear this sort of problem by prising the key up, pressing it again, and so on until it frees up. Otherwise you may need to dismantle, or even replace, the keyboard.

    See less
    • 0
  6. The WPS PIN is part of your wireless router's configuration information, not part of your printer's setup information, so you are looking in the wrong place for it.Go in to your wireless router's configuration utility and you'll find the WPS PIN in the wireless section.(that's assuming your router sRead more

    The WPS PIN is part of your wireless router’s configuration information, not part of your printer’s setup information, so you are looking in the wrong place for it.

    Go in to your wireless router’s configuration utility and you’ll find the WPS PIN in the wireless section.

    (that’s assuming your router supports WPS – depends how old it is).

    Alternatively, instead of connecting the printer to your network using the WPS method, you should be able to use the WiFi passphrase/key method by entering the WiFi passphrase/key manually on the appropriate screen on your printer. Instructions here:

    https://support.hp.com/gb-en/docume…

    message edited by phil22

    See less
    • 0
  7. Plagiarized from the HP support site - As indicated, you need to run a HDD test: 1. Restart the computer.2. Keep tapping the F10 key when the HP logo appears. This will take you to Bios Setup Utility.3. Select the Diagnostic tab.4. Select the "hard drive self test" option and press enter to performRead more

    Plagiarized from the HP support site –

    As indicated, you need to run a HDD test:

    1. Restart the computer.
    2. Keep tapping the F10 key when the HP logo appears. This will take you to Bios Setup Utility.
    3. Select the Diagnostic tab.
    4. Select the “hard drive self test” option and press enter to perform the test.
    Note: This test may take up to 40 minutes or more.

    Pass – The hard drive is not damaged.
    Fail – the hard drive is damaged and may need to be replaced.

    See less
    • 0
  8. f You are using Chrome follow these steps:Menu>Settings>Show advanced settings...>System>UNCHECK "Use hardware acceleration when available>Restart Chrome... and boom! should work now try this or google green screen on Facebook. Lots of hits.message edited by grasshopper

    f You are using Chrome follow these steps:

    Menu>Settings>Show advanced settings…>System>UNCHECK “Use hardware acceleration when available>Restart Chrome… and boom! should work now

    try this or google green screen on Facebook. Lots of hits.

    message edited by grasshopper

    See less
    • 0
  9. ... as soon as you turn on the laptop hold-in the <F10> <key>... do you see a recovery option? ....... might be <F11> on newer model..... Posting is provided "AS IS" with no warrantieshttp://a.imageshack.us/img833/1862/...Grrrr... ...im

    … as soon as you turn on the laptop hold-in the <F10> <key>

    … do you see a recovery option? ……. might be <F11> on newer model.

    .

    … Posting is provided “AS IS” with no warranties
    http://a.imageshack.us/img833/1862/…
    Grrrr… …im

    See less
    • 0
  10. A shorter version is this Array Formula placed in B1 to extract the first name from A1:=LEFT(A1,SMALL(FIND(CHAR(ROW(INDIRECT("65:90"))),A1&"ABCDEFGHIJKLMNOPQRSTUVWXYZ"),2)-1)Confirmed with Ctrl-Shift-EnterThen this non-array formula in C1 for the last name:=REPLACE(A1,1,LEN(B1),"")Credit goes toRead more

    A shorter version is this Array Formula placed in B1 to extract the first name from A1:

    =LEFT(A1,SMALL(FIND(CHAR(ROW(INDIRECT(“65:90″))),A1&”ABCDEFGHIJKLMNOPQRSTUVWXYZ”),2)-1)

    Confirmed with Ctrl-Shift-Enter

    Then this non-array formula in C1 for the last name:

    =REPLACE(A1,1,LEN(B1),””)

    Credit goes to:

    http://www.ozgrid.com/forum/showthr…

    Things get much,much more complicated if you have names like:

    MaryJoMcGillicutty
    BillO’Reilly
    RobertGriffenIII

    Click Here Before Posting Data or VBA Code —> How To Post Data or Code.

    See less
    • 0