I am running these specs on the PC;
Windows 8 preview x64
Internet Explorer 10
Java 7
Flash 11
Issue is seen in screen shot
I am not sure how to go about fixing this?
Open Internet Explorer 10,
From the menu bar goto Tools,
Then compatibility view settings
add 127.0.0.1 to the list and click ok
Thanks, your post fixed the issue
This solution adds a register key that automatically clears when you remove browser history IE 10.
However, we can add this key (via .bat or directly in the cmd) before launching CCP.
To do this:
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\BrowserEmulation\ClearableListData" /v UserFilter /t REG_BINARY /d "411f00005308adba010000003000000001000000010000000c00000083ac77a26923ce010100000009003100320037002e0030002e0030002e003100"
thanks.....Works for me...
Works for me too! Nicely done!
I am in the same situation with CCP 2.7.
Windows 7 pro 32bit
Internet Explorer 10
Adobe Flash 11.7.700.169
JAVA JRE 1.7.0_21
The result is this:
Adding 127.0.0.1 to compatibilty site has not solved.
The parameter for java JRE are yet -Xmx256m -Dsun.java2d.d3d=false
and I don't know what to do
Have you tried this technique works perfectly for me ?
1. Put this script in a bat file (for example UserFilter.bat) :
1.1 pour un Windows en 32 bits :
start "IE" "%ProgramFiles%\Internet Explorer\iexplore.exe"
sleep 3
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\BrowserEmulation\ClearableListData" /v UserFilter /t REG_BINARY /d "411f00005308adba010000003000000001000000010000000c00000083ac77a26923ce010100000009003100320037002e0030002e0030002e003100"
1.2 pour un Windows en 64 bits :
start "IE" "%ProgramFiles(x86)%\Internet Explorer\iexplore.exe"
sleep 3
REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\BrowserEmulation\ClearableListData" /v UserFilter /t REG_BINARY /d "411f00005308adba010000003000000001000000010000000c00000083ac77a26923ce010100000009003100320037002e0030002e0030002e003100"
2. Run the script (without closing the IE blank page).
3. Launch CCP as administrator (without closing the IE blank page).
I tried this technique on a Win 7 pro 64bit and IE10 and it works perfectly.
Note:
- If deleting the history at the close of Internet Explorer 10 is off, the registry key is saved (even after reboot or shutdown).
- If deleting the history at the close of Internet Explorer 10 is enabled, the registry key is deleted after reboot or shutdown. It will then run the script before starting CCP.
Configuration :
CCP 2.7, Win 7 pro 64, Java Embedding Plugin 1.7.0.21, Shockware Flash 11.7.700.169
EDIT : Sorry for the mistakes, I'm not English.
EDIT 2 : The problem is still present in IE 11. My script also works perfectly with IE 11 :
(CCP 2.7, Win 7 pro 64, Java 7 update 45).
This post has been edited by : Francois BONMORT on 24/11/2013
Thanks a lot, it worked!
Even if I don't understand very well if this filter add or less permanently to the register the key.