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