OS: Windows 7 の Internet Explorer 9 から 11 で確認されている現象。
情報:
[インターネットオプション]―[セキュリティ]の「保護モードを有効にする」のチェックを外すと、問題点か解消しました。
Process Explorer showed open handles to the Temporary Internet Files directory opened by svchost running the Roaming Profiles service. Restarting the service released the handle, allowing IE to properly write the file.
ーーー
検証に有用なツール
ーーー
IEView.exe
https://dl.dropboxusercontent.com/u/24560712/IEView.exe
FindMimeFromData.exe
https://dl.dropboxusercontent.com/u/24560712/FindMimeFromData.exe
FindMimeFromData64.exe
https://dl.dropboxusercontent.com/u/24560712/FindMimeFromData64.exe
※ 進捗数値が意味する所は、 BINDSTATUS定数 をご参照ください。
TestDownloadManager
https://drive.google.com/file/d/0Bygl-em20CSKeU5RcFNtYWZqeG8/view?usp=sharing
CheckIEFeatureControl
https://github.com/kenjiuno/CheckIEFeatureControl/releases
ーーー
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Secure Mime Handlers
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Internet Settings\Secure Mime Handlers
- CorTransientLoader.CorLoad.1
ーーー
Temporary Internet Files, Content.IE5の中に、アクセスできないフォルダが有ると、ダウンロードに失敗する場合が有る。
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
%USERPROFILE%\AppData\Local\Microsoft\Windows\Temporary Internet Files 2
C:\Users\KU\AppData\Local\Microsoft\Windows\Temporary Internet Files 2
のように、末尾へ 2を付けると、部分回避ができた。
ーーー
回避ができないケースも有りました。目下、調査中。