Jump to content

Recommended Posts

Posted

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.

 

 

@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 1
  • 3 months later...
  • 1 year later...
Posted
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!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...