PART ONE:
Issue
========
When printing in IE7 on Vista SP1 with UAC enabled, the following error
message is received:
"Cannot find 'file:///c:/TEMP-S~1/Low/SXFJLS4I.htm'. Make sure the path
or Internet address is correct."
Cause
========
When UAC is enabled, IE7 is running under Protected Mode and can only write
to low integrity objects. The Temp\Low folder has incorrect integrity level
setting.
Resolution
========
Run the following command to set low integrity level on the Low folder:
icacls C:\Temp\Low /setintegritylevel (OI)(CI)low
[Note the spaces; you can copy/paste the above line into the Run command
box]
[Source: Microsoft Online Partner Support]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PART TWO (alternate):
Vista creates the necessary folders for printing by default in the %TEMP%
folder but many anti-virus applications (e.g., AVG) and third-party disk
cleaning tools mistakenly remove it.
To recreate the required Low Integrity folder:
• Browse to the Temp folder of your user account; e.g,.
C:\Users\Username\AppData\Local\Temp;
• Create a new folder named Low; e.g.,
C:\Users\Username\AppData\Local\Temp\Low
• Start | Run | type or copy/paste the following line (exactly as you see
it) into the Command box:
ICACLS "%userprofile%\AppData\Local\Temp\Low" /setintegritylevel
(OI)(CI)low
• Use the keyboard combination CTRL+SHIFT+ENTER to run the Command with
Administrator priviliges.
• You should see a message similar to the following:
processed file: C:\Users\Bill Castner\AppData\Local\Temp\Low
Successfully processed 1 files; Failed processing 0 files
• You should now be able to print with IE running in Protected Mode.
Detailed discussion of the above:
http://www.dslreports.com/forum/r204...nt-print-in-IE
[The above courtesy of MVP Bill Castner]
--
~Robear Dyer (PA Bear)
MS MVP-IE, Mail, Security, Windows Desktop Experience - since 2002
AumHa VSOP & Admin
http://aumha.net
DTS-L
http://dts-l.net/
Mratko wrote:
> Sir,
>
> I am running Vista Ultimate 64 and am getting the error message: "Unable
> to
> find "file:///C:/TEMP/Low/XXXXXXX.htm". Turing off protected mode
> eliminates the issue. I have read many of the posts and have tried to run
> icacls (from cmd rompt) and I get a "C:\temp\Low: Access is denied.
> Successfully processed 0 files; Failed processing 1 files" msg. I have
> also tried to run it from the run line and a ctrl+shift+enter. There the
> window flashes very quickly but the error msg still appears after I turn
> protected mode on. I have
> turned off protected mode and do not have IE open when I run icacls. Your
> input on this will be greatly appreciated.
>
> Mike