Windows 7 Thread, [Solution] Blank Print Preview \ Print Jobs in IE in Technical; Hi,
Had a problem about a month ago where users would go to print from IE and they would get ...
-
21st May 2010, 02:02 PM #1 [Solution] Blank Print Preview \ Print Jobs in IE
Hi,
Had a problem about a month ago where users would go to print from IE and they would get a blank print prieview, and upon printing get a blank page with "//file\\c:\username\appdata\....." microsoft suggested a fix that was manual (You cannot print or print preview Web pages in Internet Explorer on Windows Vista or on Windows 7
This was not practical for roaming profiles / large amounts of users, so i wrote this little script that runs at logon.
Code:
@ECHO off
If not exist %userprofile%\AppData\Local\Temp\Low (
echo.
echo Creating Low Folder...
mkdir %userprofile%\AppData\Local\Temp\Low
)
echo.
echo Apply Integrity Level...
echo.
ICACLS "%userprofile%\AppData\Local\Temp\Low" /setintegritylevel (OI)(CI)low
exit
Applied as a GP Logon script works a treat and solved all the issues.
Hope its useful for someone.
Psy
-
Thanks to Psymon from:
ZeroHour (1st September 2010)
-
IDG Tech News
-
1st September 2010, 05:49 PM #2 Thanks for this, I have added it to the windows 7 gotchas list and also moved the post into the windows 7 folder.
NOTE: without this fix Java can also crash IE
-
-
17th May 2012, 03:52 PM #3 Dredging an old one here, but this reared its head today, following me running a load of the MS monthly updates. Your script worked a charm, thanks!
-
SHARE:
Similar Threads
-
By Spuddyboy in forum MIS Systems
Replies: 8
Last Post: 3rd December 2009, 01:37 PM
-
By SteveBentley in forum How do you do....it?
Replies: 1
Last Post: 5th June 2007, 11:56 AM
-
By speckytecky in forum Hardware
Replies: 7
Last Post: 26th March 2007, 09:56 PM
-
By alonebfg in forum Windows
Replies: 7
Last Post: 4th November 2006, 10:12 PM
-
By danIT in forum Windows
Replies: 1
Last Post: 28th September 2006, 01:17 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules