Here's Microsoft's Fix For Printing-Induced Blue Screens After Its Patch Tuesday Fail
According to Microsoft, the APC_INDEX_MISMATCH issue only seemed to affect “a subset of Type 3 printer drivers and does not affect printer drivers that are Type 4.” Basically, a type 3 driver makes it so print jobs are processed on the client and are provided by the printer manufacturer it seems. On the other hand, type 4 drivers are more or less generic as the print jobs are processed on the server, so only said server needs the driver. If you want to find out what kind of print drivers you have, you can follow the steps from Microsoft below:
- Press the Windows key+r or select Start and type run and select it.
- Type printmanagement.msc and press enter or select the OK button.
- If Print Management opens, continue to step 4. If you receive the error, Windows can not find 'printmanagement.msc'. then select Start and type manage optional features and select it. Select Add a Feature and type print, select the check box next to Print Management Console and select install. You will now need to start at step 1 again.
- Expand Print Servers, expand your computer's name, and select Printers.
- You can now see the Driver Type for each of your installed printer drivers.
- rundll32 printui.dll,PrintUIEntry /Xg /n “KX driver for Universal printing”
- rundll32 printui.dll,PrintUIEntry /Xs /n "KX driver for Universal printing" attributes +direct
- NOTE: Users will need to replace "KX driver for Universal printing" with the name of their printer, as shown in the video