Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
8,284
Downloads of v 25.20.100.6323:
4,767
Last Update:
05 Oct 2018
Package Maintainer(s):
Software Author(s):
- Intel Corporation
Tags:
intel graphics video driver notsilent- Software Specific:
- Software Site
- Software License
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Intel® Graphics Driver for Windows® 10
- Software Specific:
- Software Site
- Software License
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
8,284
Downloads of v 25.20.100.6323:
4,767
Maintainer(s):
Software Author(s):
- Intel Corporation
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
This Package Contains an Exempted Check
1 Test Passing and 1 Exempted Test
Validation Testing Passed
Verification Testing Exempt:
This package purposely fails under automated testing. Install script checks for existance of an Intel video card and if it doesn't exist, aborts.
To install Intel® Graphics Driver for Windows® 10, run the following command from the command line or from PowerShell:
To upgrade Intel® Graphics Driver for Windows® 10, run the following command from the command line or from PowerShell:
To uninstall Intel® Graphics Driver for Windows® 10, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download intel-graphics-driver --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade intel-graphics-driver -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade intel-graphics-driver -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure intel-graphics-driver installed
win_chocolatey:
name: intel-graphics-driver
state: present
version: 25.20.100.6323
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'intel-graphics-driver' do
action :install
version '25.20.100.6323'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: intel-graphics-driver,
Version: 25.20.100.6323,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller intel-graphics-driver
{
Name = 'intel-graphics-driver'
Ensure = 'Present'
Version = '25.20.100.6323'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'intel-graphics-driver':
provider => 'chocolatey',
ensure => '25.20.100.6323',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install intel-graphics-driver version="25.20.100.6323" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator flcdrg on 17 Oct 2018.
###About Intel® Software and Drivers
The driver or software for your Intel® component might have been changed or replaced by the computer manufacturer. We recommend you work with your computer manufacturer before installing our driver so you don’t lose features or customizations.
See list of manufacturers’ Support websites.
###Product Support
Supports Intel(R) UHD Graphics, Intel(R) UHD Graphics, Intel(R) HD Graphics, Intel(R) Iris(R) Plus Graphics, Intel(R) Iris(R) Pro Graphics and Intel(R) HD Graphics on:
- 6th Gen Intel(R) Core(TM) processor family (codename Skylake)
- 7th Gen Intel(R) Core(TM) processor family (codename Kaby Lake)
- 8th Gen Intel(R) Core(TM) processor family (codenames Kaby Lake R, Coffee Lake)
- Apollo Lake
- Gemini Lake
###Operating System(s):
- Microsoft Windows* 10-64 - Fall Creators Update
- Microsoft Windows* 10-64 - April 2018 Update
- Microsoft Windows* 10-64 - October 2018 Update
Click here to Patreon-ize the package maintainer.
$packageName = 'intel-graphics-driver'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://downloadmirror.intel.com/28180/a08/win64_25.20.100.6323.exe'
$checksum64 = '70D750971905632F3F476C595032B7A0FEC1C9B7D9599FE4291D961FB7D48BDC'
$ahkExe = 'AutoHotKey'
$ahkFile = "$toolsDir\IGDInstall.ahk"
if (!(Get-IsWin10)){
Write-Warning " ** This version is only for Windows 10."
throw
}
if (!(Get-Is64)){
Write-Warning " ** This version is only for 64 bit OSes."
throw
}
if (!(Get-IsIntelVideo)){
Write-Warning " ** No Intel display adapter found."
throw
}
$packageArgs = @{
packageName = $packageName
unzipLocation = $toolsDir
fileType = 'exe'
url = ''
checksum = ''
checksumType = ''
url64bit = $url64
checksum64 = $checksum64
checksumType64= 'sha256'
silentArgs = ''
softwareName = 'Intel® Graphics Driver'
}
Start-Process $ahkExe $ahkFile
Install-ChocolateyPackage @packageArgs
#NoEnv
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
WinWaitActive, ahk_class #32770 , &Next , 1200
WinActivate
Send {space}
Send !n
WinWaitActive, ahk_exe igxpin.exe , This setup program will install the following components , 1200
WinActivate
Send !n
WinWaitActive, ahk_exe igxpin.exe , License Agreement , 1200
WinActivate
Send !y
WinWaitActive, ahk_exe igxpin.exe , Readme File Information , 1200
WinActivate
Send !n
; kludge as there's no difference in the window information if it's installing or done
; waiting 1 minute for drivers to finish installing
sleep 60000
WinWaitActive, ahk_exe igxpin.exe , Setup Progress , 10
WinActivate
Send !n
WinWaitActive, ahk_exe igxpin.exe , Setup Is Complete , 1200
WinActivate
Send {down}
Send !f
sleep 2000
If WinExist("Error")
{
Send {space}
}
exit
- intel-graphics-driver.25.20.100.6323.nupkg (5cbbec685f41) - ## / 61 - Log in or click on link to see number of positives
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Intel® Graphics Driver for Windows® 10 25.20.100.6323 | 4767 | Friday, October 5, 2018 | Approved |
Intel® Graphics Driver for Windows® 10 24.20.100.6286 | 126 | Thursday, August 30, 2018 | Approved |
Intel® Graphics Driver for Windows® 10 24.20.100.6136 | 352 | Wednesday, June 6, 2018 | Approved |
Intel® Graphics Driver for Windows® 10 24.20.100.6094 | 105 | Wednesday, June 6, 2018 | Approved |
Intel Graphics Driver 15.60.2.4901 | 382 | Monday, February 12, 2018 | Approved |
Intel Graphics Driver 15.47.02.4815 | 536 | Friday, October 13, 2017 | Approved |
Intel Graphics Driver 15.46.05.4771 | 215 | Wednesday, September 20, 2017 | Approved |
Intel Graphics Driver 15.45.19.4678 | 391 | Thursday, June 15, 2017 | Approved |
Intel Graphics Driver 15.45.18.4664 | 262 | Tuesday, May 23, 2017 | Approved |
Intel Graphics Driver 15.45.16.4627 | 249 | Sunday, April 30, 2017 | Approved |
Intel Graphics Driver 15.40.36.4703 | 202 | Wednesday, September 20, 2017 | Approved |
Intel Graphics Driver 15.40.34.4624 | 282 | Monday, May 1, 2017 | Approved |
© Intel Corporation
-
- autohotkey
- chocolatey-fastanswers.extension (≥ 0.0.1)
- dependency-windows10 (≥ 10.1709)
Ground Rules:
- This discussion is only about Intel® Graphics Driver for Windows® 10 and the Intel® Graphics Driver for Windows® 10 package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Intel® Graphics Driver for Windows® 10, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.