Can't print in IE7

B

Bill Yanaire

I am using Vista Ultimate and when I tried to print I got an error message:
Cannot find 'file///C:/TEMP/Low/HJUGN4G.htm' Make sure the path or Internet
address is correct.

The Low directory does exist.

Thaks for any help.
 
M

Malke

Bill said:
I am using Vista Ultimate and when I tried to print I got an error message:
Cannot find 'file///C:/TEMP/Low/HJUGN4G.htm' Make sure the path or Internet
address is correct.

The Low directory does exist.

Running CCleaner by any chance?

From MVP Bill Castner:

An example of why the problem comes about, and its solution:

In Vista when you run CCleaner, it deletes the
C:\Users\Username\AppData\Local\Temp\Low folder. This causes Internet
Explorer 7 to give you an error message when attempting to print. I have
found a work around which must be done every time you are done running
CCleaner. First you have to go to

C:\Users\Username\AppData\Local\Temp\

and recreate the Low folder. Then you have to run the following command:

icacls C:\Users\Username\AppData\Local\Temp\Low /setintegritylevel
(OI)(CI)low

The issue is one of protected mode. FIrefox does not run in protected
mode and does not show an error. IE 7 runs in protected mode and cannot
access the Low folder if you create one unless you set its integrity
level to low.

1. Make sure this path exists - C:\Users\YourName\AppData\Local\Temp\Low

2. Start, Run, and enter in the box:

icacls C:\Users\YourName\AppData\Local\Temp\Low /setintegritylevel
(OI)(CI)low
Hit Ctrl+Shift+Enter to run the command with Administrator priviliges.


Malke
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top