I've redirected the favorites folder to an alternate location (d:\data\%username%\favorites) by changing the registry: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
Then, I've applied a low integrity level to this folder using the icals command
My problem is that when 'favorites' folder is redirected it is no more possible to print. I get the following error message :
Cannot find 'file:///C:/Users/TSW/AppData/Local/Temp/Low/xxxxxxxx.htm'. Make sure the path or Internet address is correct.
xxxxxxxx = random name
We have found that when 'favorites' folder is redirected the directory C:\Users\Username\AppData\Local\Temp\Low is not created.
We have also found a temporary work around:
- Manually create the C:\Users\Username\AppData\Local\Temp\Low folder
- Execute the following command: icacls C:\Users\Username\AppData\Local\Temp\Low /setintegritylevel (OI)(CI)low
It seems that other users are experiencing the same issue:
Then, I've applied a low integrity level to this folder using the icals command
My problem is that when 'favorites' folder is redirected it is no more possible to print. I get the following error message :
Cannot find 'file:///C:/Users/TSW/AppData/Local/Temp/Low/xxxxxxxx.htm'. Make sure the path or Internet address is correct.
xxxxxxxx = random name
We have found that when 'favorites' folder is redirected the directory C:\Users\Username\AppData\Local\Temp\Low is not created.
We have also found a temporary work around:
- Manually create the C:\Users\Username\AppData\Local\Temp\Low folder
- Execute the following command: icacls C:\Users\Username\AppData\Local\Temp\Low /setintegritylevel (OI)(CI)low
It seems that other users are experiencing the same issue: