close
當在X64 的 WES7 / POSReady7 上, 將原本預設的IE8 瀏覽器更新至 IE11後,
在切換成 Administrator Account 或是 Sysprep後跑OOBE 皆會發生 "IE使用者初始化公用程式已經停止運作" 問題視窗
這個問題只會發生在X64 架構系統上, X86是不會發生的,
官方說明如下: (可參考MyOEM 網站)
因此要解決此問題, Workaround 為將C:\Windows\SysWOW64 內的 ie4uinit.exe 刪除
在刪除的過程中會發現, 權限不夠無法刪除的狀況, 所以必須透過以下操作, 才能將 ie4uinit.exe 完成刪除
使用 Run as administrator 叫出 cmd 視窗, 執行以下指令即可
takeown.exe /F C:\Windows\sysWOW64\ie4uinit.exe /A --> (the Administrators group will become the owner)
icacls.exe C:\Windows\sysWOW64\ie4uinit.exe /grant Administrators:F --> (the Administrators group will get full access)
del C:\Windows\sysWOW64\ie4uinit.exe
完成這些步驟後, 問題就不會再發生囉!! 趕快試試看吧!!
全站熱搜
留言列表