1. Hi AAF,Please boot from the disk instead of running the setup inside the OS environment.Insert operating system disk in the CD/DVD drive.Restart the system and tap Delete or F2(Depending on the motherboard) to enter the BIOS menu.Change the CD/DVD drive as the first boot device.Save settings and exiRead more

    Hi AAF,

    Please boot from the disk instead of running the setup inside the OS environment.

    Insert operating system disk in the CD/DVD drive.

    Restart the system and tap Delete or F2(Depending on the motherboard) to enter the BIOS menu.

    Change the CD/DVD drive as the first boot device.

    Save settings and exit.

    NOTE: Drive options (advanced) option does not showup unless the installation is done at boot.

    Refer to warning on step 7 in the link given below:

    http://dell.to/18DherT

    Thanks & Regards
    Manshu S
    #iworkfordell

    See less
    • 0
  2. Your computer has a widescreen display but is set to a non-wide resolution. To change to a widescreen resolution, click on the Apple icon in the upper left of your screen, choose "System Preferences", then "Displays". From here, scroll to the bottom of the list and choose the last option. This shoulRead more

    Your computer has a widescreen display but is set to a non-wide resolution. To change to a widescreen resolution, click on the Apple icon in the upper left of your screen, choose “System Preferences”, then “Displays”. From here, scroll to the bottom of the list and choose the last option. This should be your monitor’s native widescreen resolution. See less
    • -7
  3. This problem has been discussed on here before, see if anything helps:https://computing.net/answers/ha...That is a BIOS message so it is likely to be arriving before Windows starts. It might turn out to be a hardware fault.Always pop back and let us know the outcome - thanks

    This problem has been discussed on here before, see if anything helps:
    https://computing.net/answers/ha…

    That is a BIOS message so it is likely to be arriving before Windows starts. It might turn out to be a hardware fault.

    Always pop back and let us know the outcome – thanks

    See less
    • 0
  4. The common factor between the keyboard and mouse appears to be the USBs. If there are any cables between the USB sockets and the motherboard then ensure they are firmly in place. Sometimes the oxide on plugs sockets and edge connectors can cause issues due to small movements when you work on the comRead more

    The common factor between the keyboard and mouse appears to be the USBs. If there are any cables between the USB sockets and the motherboard then ensure they are firmly in place. Sometimes the oxide on plugs sockets and edge connectors can cause issues due to small movements when you work on the computer. Just unplugging them and connecting them a few times usually clears them.

    Always pop back and let us know the outcome – thanks

    See less
    • 0
  5. This can usually be done without hassle. I assume you made sure it was the right way up and was making good contact. You could try removing it and re-inserting it.Always pop back and let us know the outcome - thanks

    This can usually be done without hassle. I assume you made sure it was the right way up and was making good contact. You could try removing it and re-inserting it.

    Always pop back and let us know the outcome – thanks

    See less
    • 0
  6. If the downloaded file has a filename ending with the letters .pdf, it probably is a pdf file. Nothing wrong with your PC. You were probably sent the wrong link.Have you tried creating your own zip folder?On the desktop, click New > Compressed (zipped) Folder.The folder icon should have a zip runRead more

    If the downloaded file has a filename ending with the letters .pdf, it probably is a pdf file. Nothing wrong with your PC. You were probably sent the wrong link.

    Have you tried creating your own zip folder?
    On the desktop, click New > Compressed (zipped) Folder.
    The folder icon should have a zip running down it.
    Try to open that folder.

    If the icon has a zip on it, and it opens as a folder in a new window, there is nothing wrong with your settings for zip folders.

    See less
    • 0
  7. Also the lens may need cleaning.clean rom lensehttps://www.google.com.au/?gws_rd=s...

    Also the lens may need cleaning.

    clean rom lense
    https://www.google.com.au/?gws_rd=s…

    See less
    • 0
  8. Step 1) Press Win+RStep 2) (type) %appdata%Step 3) Pick up at step 10 on that document you linked.How To Ask Questions The Smart Way

    Step 1) Press Win+R
    Step 2) (type) %appdata%
    Step 3) Pick up at step 10 on that document you linked.

    How To Ask Questions The Smart Way

    See less
    • 0
  9. Here the script for all seasons, it deletes or replaces a word everywhere it is located on the line.The script requires a good knoledge of batch theory, so try- for /?- set /?I am not a script pusher, so as Derek suggested:STUDY STUDY STUDY STUDY ... don't waste your time.@echo off & setlocal EnRead more

    Here the script for all seasons, it deletes or replaces a word everywhere it is located on the line.
    The script requires a good knoledge of batch theory, so try
    – for /?
    – set /?
    I am not a script pusher, so as Derek suggested:

    STUDY STUDY STUDY STUDY … don’t waste your time.

    @echo off & setlocal EnableDelayedExpansion
    
    set /P _file=Enter filename^>
    set /P _word1=Enter the word to be canceled or replaced^>
    set /P _word2=Type the word for replacement or press Enter^>
    
    type nul > "%_file%.tmp"
    for /F "delims=" %%i in ('type "%_file%"') do (
     set row=%%i
     set row=!row:%_word1%=%_word2%!
      echo.!row!
    ) >> "%_file%.tmp"
    move "%_file%.tmp" "%_file%"
    

    message edited by IVO

    See less
    • 0
  10. http://h30434.www3.hp.com/t5/Wirele...How do you know when a politician is lying? His mouth is moving.

    http://h30434.www3.hp.com/t5/Wirele…

    How do you know when a politician is lying? His mouth is moving.

    See less
    • 0