Intel GMA 4500 driver for Windows 10
Solution 1:
After a lot of digging around the internet I managed to find a custom driver that worked for me:
http://worldintelmoddriver.blogspot.com/p/intel-x4500.html
To install I had to first disable Microsoft signature checking:
-
Run command prompt as administrator and type the following 2 commands:
bcdedit -set loadoptions DISABLE_INTEGRITY_CHECKS bcdedit -set TESTSIGNING ON
Restart computer
- Download the driver from the link above & install it
-
Re-enable signature checking:
bcdedit -set loadoptions ENABLE_INTEGRITY_CHECKS bcdedit -set TESTSIGNING OFF
It worked, now it's 2018 and I have OpenGL 2.1, hooray...
Solution 2:
As of 2019, an improved custom driver is available from nIGHTmAYOR. It is working a treat on my Thinkpad X200S.
Here is a copy of the driver on Google Drive:
https://drive.google.com/file/d/1y7S3HEcgFHvqwFOnQS2jDV6Mejxu4iZP/view?usp=sharing
And here is the original post on the Windows 10 forums with 4shared link:
https://www.tenforums.com/graphic-cards/130380-custom-driver-intel-gma-4500-mhd-extreme-plus-nighmayor.html
Kudos to nIGHTmAYOR for putting so much effort into this!