- Explaining the concept behind computer drivers and how to download them. Intro animation by: http://www.youtube.com/user/GrimeGFX-.
- Comprehensive database of drivers for computer devices such as: graphics cards and video cards, sound, network, modem, input devices, printers, scanners, motherboards, webcams, TV tuners and graphics tablets, notebooks. Sort by: Intel 865G Graphics Driver.
- Apps for Drivers. Drivers are code that help Windows and MacOS recognize the physical components of your computer, like a printer, graphics card, or mouse.
Windows Automatically Downloads Drivers If your PC and its connected devices are working properly, you probably don’t need to download drivers. When you install Windows on a computer or connect a peripheral to your PC, Windows automatically downloads and installs the appropriate drivers. Updated: by Computer Hope More commonly known as a driver, a device driver or hardware driver is a group of files that enable one or more hardware devices to communicate with the computer's operating system. Without drivers, the computer would not be able to send and receive data correctly to hardware devices, such as a printer.
Description | Type | OS | Version | Date |
---|---|---|---|---|
Intel® Wireless Bluetooth® Driver for Windows® 10 for STK1A32SC Installs the Intel® PROSet/Wireless Software for Bluetooth® technology-based driver for the Bluetooth® device installed in the Intel® Compute Stick STK1A32SC. | Driver | Windows 10, 32-bit* Windows 10, 64-bit* | 21.120.0 Latest | 9/30/2020 |
Intel® Wireless Technology-Based Driver for Windows® 10 for STK1A32SC Installs the wireless driver for the Intel® Wireless Adapter installed in the Intel® Compute Stick STK1A32SC. | Driver | Windows 10, 32-bit* Windows 10, 64-bit* | 21.120.2 Latest | 9/30/2020 |
Intel® Integrator Toolkit Intel® Integrator Toolkit is a command line utility used to customize BIOS on Intel® NUC and Intel® Compute Stick products. | Software | OS Independent | 6.1.10 Latest | 1/22/2020 |
BIOS Update for Compute Stick - SCCHTAX5 This download record contains the BIOS update package for Intel® Compute Stick STK1AW32SC and STK1A32SC. | BIOS | OS Independent | 0047 Latest | 1/13/2020 |
Intel® Trusted Execution Engine (Intel® TXE) Driver for STK1A32SC, STK1AW32SC This download installs the Intel® Trusted Execution Engine driver and firmware. | Driver | Windows 10, 32-bit* Windows 10, 64-bit* Windows 8.1, 64-bit* | 2.0.5.3117 Latest | 5/28/2019 |
Intel® HD Graphics Driver for Windows® 10 and Windows 8.1* for STK1A32SC Installs the Intel® HD Graphics Driver for Intel® Compute Stick STK1A32SC. | Driver | Windows 10, 32-bit* Windows 10, 64-bit* Windows 8.1, 32-bit* Windows 8.1, 64-bit* | 15.40.41.5058 Latest | 10/5/2018 |
Intel® Wireless Technology-Based Driver for Windows 8.1* for STK1A32SC Installs the wireless driver for the Intel® Wireless Adapter installed in the Intel® Compute Stick STK1A32SC. | Driver | Windows 8.1, 32-bit* Windows 8.1, 64-bit* Windows Embedded 8.1 Industry* | 20.10.2 Latest | 11/22/2017 |
Intel® Wireless Bluetooth® Driver for Windows 8.1* for STK1A32SC Installs the Intel® Bluetooth® wireless technology-based driver for Intel® Bluetooth® device installed in the Intel® Compute Stick STK1A32SC. | Driver | Windows 8.1, 32-bit* Windows 8.1, 64-bit* | 19.71.0 Latest | 10/16/2017 |
System-on-a-Chip (SOC) Driver Package for STK1A32SC Installs the System-on-a-Chip (SoC) drivers for Intel® Compute Stick STK1A32SC. | Driver | Windows 10, 32-bit* Windows 10, 64-bit* Windows 8.1, 64-bit* | 604 Latest | 7/25/2016 |
The WDK adds a driver testing interface to Visual Studio that allows you to build, deploy, install, and test a driver on a remote test computer on your network. The WDK also provides a collection of device driver tests that you can use to test features and functions of your driver. You can also write customize or write your own driver tests using the Driver Test Template in Visual Studio.
Video Demonstration
This video demonstrates the how to run driver-related tests in a test group.
Drivers Steg Computer Shop
This section describes some strategies for testing driver, and information about how you select and configure a remote computer to use for testing.
To prepare a driver for public distribution, you should run the Windows Hardware Certification Kit (HCK). For information about the Windows Certification program and how to obtain the HCK, see Windows Hardware Certification Program.

The WDK provides the test binaries and tools which make it easy to run the Device Fundamentals tests from the command-line.For more information, see Run the DevFund Tests via the command-line.
Steg Electronic
Topic | Description |
---|---|
When should you start testing? As soon as you have the requirements for your driver, you can begin to design test cases to test that the critical requirements have been implemented. Studies show that finding and fixing defects in code becomes more expensive the longer the defects remain in the code. Finding and fixing defects early in the development cycle is less costly and disruptive than finding defects after the code has been released and distributed. Creating your test cases early can also help you find problems in your design. | |
The WDK extensions to Visual Studio provide a device testing interface that enables you to conveniently build, deploy, install, and test a driver on a test computer on your network. The WDK provides a collection of device driver tests that you can use to test the features and functions of your driver. | |
You can use the Windows Driver Kit (WDK) for Windows 8 to create your own driver tests or to customize some of the tests that are provided. You can deploy the tests that you create to remote test computers using the driver testing framework that the WDK provides for Microsoft Visual Studio Ultimate 2012. |