javascript調(diào)用window.open打開網(wǎng)站的時候,IE瀏覽器下報錯:已經(jīng)計劃系統(tǒng)關(guān)機,提示如圖:
The only information I've been able to find on this error is from
Josh Poley's MSDN blog.(這篇msdn上的文章已經(jīng)不存在)
1190 0x800704A6 A system shutdown has already been scheduled. ERROR_SHUTDOWN_IS_SCHEDULED
However, the message implies that you get this when trying to schedule a shutdown. The only thing I can think of is that an installation/Windows update is waiting for a reboot.
You say that you can't see updates in Add/Remove programs - have you checked the "Show updates" option is checked?
Other posts that mention this error are similar in nature to yours.
主要說的是系統(tǒng)更新或者安裝過相關(guān)的軟件或者補丁,需要重啟動后才能生效。所以上面那篇csdn的這個錯誤也是解決得莫名其妙了,應(yīng)該是重啟過電腦。