intel chipset drivers

Discussion in 'Windows 8' started by fahad96, Mar 3, 2014.

  1. fahad96

    fahad96 MDL Junior Member

    Feb 5, 2014
    69
    3
    0
  2. ian82

    ian82 MDL Expert

    Mar 7, 2012
    1,147
    303
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. fahad96

    fahad96 MDL Junior Member

    Feb 5, 2014
    69
    3
    0
    okay.... done with win 8.1 clean install!!! gonna install the chipset inf driver..so do i install it normally or through elevated cmd???
     
  4. ian82

    ian82 MDL Expert

    Mar 7, 2012
    1,147
    303
    60
    #24 ian82, Mar 3, 2014
    Last edited: Mar 3, 2014
    since you're NOT doing an upgrade of older chipset drivers and rather a fresh new installation, just right click on the setup file and choose "Run as administrator"

    you only need to run the command prompt -overall when upgrading to newer versions
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. fahad96

    fahad96 MDL Junior Member

    Feb 5, 2014
    69
    3
    0
    done with all drivers and updates !!!!! getting "install ur memory card reader driver"message in action center
     
  6. Dos_Probie

    Dos_Probie MDL Senior Member

    Jul 18, 2012
    250
    86
    10
    #26 Dos_Probie, Mar 3, 2014
    Last edited by a moderator: Apr 20, 2017
    Here is the batch I use to install all my inf drivers..

    Code:
    @echo off&color a && Title, [ MULTI PnP INF INSTALLER - DosProbie. ]
    ::============================================+
    ::= Multi-PnP.Installer.cmd =
    :: Put all Pnf, Infs, Cat, Sys files etc.
    :: together in same directory!
    ::============================================+   
    :: Run Batch From Current Directory 
    cd %~dp0
    :: Scan and Echo .inf files during install
    for /f "delims=" %%a in ('dir/b *.inf') do (
    echo == Installing PnP Drivers == "%%a"
    :: Install Delay
    ping -n 4 localhost 1>nul
    :: Windows Plug & Play Installer
    start "" pnputil -i -a %%a
    )
    cls
    echo. * DONE *
    echo == Press Any [Key] To EXIT ==&&PAUSE>NUL
     exit
    
     
  7. ian82

    ian82 MDL Expert

    Mar 7, 2012
    1,147
    303
    60
    that means as it says, install your memory card reader driver from the dell website under your laptop's support page!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. fahad96

    fahad96 MDL Junior Member

    Feb 5, 2014
    69
    3
    0
    but i have already installed all
     
  9. ian82

    ian82 MDL Expert

    Mar 7, 2012
    1,147
    303
    60
    so turn off that notification if it gives you the option in action center

    also, check your device manager to ensure nothing has an exclamation mark or no driver is missing
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. fahad96

    fahad96 MDL Junior Member

    Feb 5, 2014
    69
    3
    0
    ok thanks ..:biggrin: done with the install... hav to thank u 4 d guidance:worthy: good ni8 mate:D
     
  11. BigW

    BigW MDL Member

    Apr 25, 2010
    198
    53
    10
    Well in life it's always good to know what you are doing! ;)

    Something the line of on a bottle of accid it isn't enought to label it as accid but to be REALY REALY sure no fool drinks from it you have to put on a warning on the bottle which demands you don't drink from this bottle.

    or

    Hot coffe is hot and so it has to have a warning on the cup that the coffe is hot as if fresh coffee is normaly not hot.

    or

    A link to several types of drivers has to mention that the driver for a notebook are on the bottom like it's described on the site and to only the driver you need and not to download from the first link you see becaus this is not the driver for a notebook. :death:
     
  12. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,389
    11,614
    240
    Guys I'm really curious about chipset drivers for 8.x
    I have an AMD 990fx system, and as such the amd chipset drivers don't install anything but usb 1.0 and 1.1 filters.

    I was curious as to the actual performance increase of your intel drivers.
    Does anyone have any benchmarking before/after stats for those?
    I am curious about this and I'd hate to recommend to a bunch of people, using these, if they don't actually do anything.
     
  13. ian82

    ian82 MDL Expert

    Mar 7, 2012
    1,147
    303
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. lllFATAL1TY

    lllFATAL1TY MDL Member

    Dec 21, 2013
    104
    90
    10
    4- Disable Windows Defender (I've sent you a PM on how to properly disable it)

    How i disable properly?

    ---

    15- Install drivers in this order:

    a) Intel Chipset Drivers
    b) Intel rapid storage technology
    c) Intel Management Engine Components
    d) VGA Drivers
    e) Audio
    f) Wireless drivers
    g) LAN Drivers
    h) Bluetooth Drivers
    i) Card Reader Drivers
    j) Touchpad Drivers
    k) the rest of your drivers and utilities for your laptop/computer


    It's better i install Intel RST clicking in Load Driver [Intel SATA Preinstall driver / Windows setup to read from USB thumb drive.] in Windows installation or install later inside Windows?
    what is the difference?

    and where i find what Intel MEI driver i have to install in my GA-Z87X-UD5H?
    i only want the "raw driver" without the software utility


    Thanks
     
  15. ian82

    ian82 MDL Expert

    Mar 7, 2012
    1,147
    303
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. bodean

    bodean MDL Novice

    Sep 4, 2013
    20
    0
    0
    1. Open “Windows Defender” in Windows 8. (press Windows Key + Q to open the Apps search screen and type Windows defender. Click on Windows defender on the search result to open “Windows defender”).
    2. Navigate to “Settings” tab.
    3. Click on “Administrator” on the left side bar.
    4. You will get a check box “Turn on Windows Defender” at the right side pane.
    5. Just unchecked the option to stop Windows defender in Windows 8.
    6. Click on “Save Setting”.
    7. UAC prompt will ask for your confirmation about turning off the Windows defender.
    8. Just click on “yes“.
     
  17. ian82

    ian82 MDL Expert

    Mar 7, 2012
    1,147
    303
    60
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...