User Tools

Site Tools


computing:windows:printing_blank_pages

This is an old revision of the document!


Printing Blank Pages from Internet Explorer

Evidently, security updates have caused a common problem when printing from IE.

The symptoms include

  • Blank (empty) pages when printing from IE
  • Blank (empty) pages when using print preview from IE
  • Happens to non-administrators

I found you can run these two commands (as a regular user) to resolve the problem:

mkdir %userprofile%\AppData\Local\Temp\Low
icacls %userprofile%\AppData\Local\Temp\Low /setintegritylevel low

You can create a small batch file that the regular users can just double-click to execute. Ours is named fix-ie-print.bat.

computing/windows/printing_blank_pages.1360948996.txt.gz · Last modified: 2013/02/15 10:23 by gcooper