PHP: Installation of extensions on Windows - Manual
I was trying to get the php_exif.dll module to load on Windows but the module failed to load on:
net start w3svc
The site above says that php_mbstring.dll must be loaded before php_exif.dll.
Sure enough, changing that order and doing a:
net stop iisadmin
net start w3svc
fixed the issue.