※ 引述《lilii555816 (Ring)》之銘言:
: 作業系統:win10
: 問題內容:只要上次關機前瀏覽器沒關
: 下次開機就會出現瀏覽器
: 而且不是新分頁
: 例如開著fb YouTube 沒關下次開機就自動跳出fb跟YouTube不用我自己按瀏覽器
這不是BUG,而是WIN 10 1709的新特性,微軟解釋說,這樣的方式
可以讓你在一開機就回復到上一次工作階段,但很不習慣XD
引述
https://www.tenforums.com/tutorials/7418
-shut-down-computer-windows-10-a.html
縮網址 https://goo.gl/6uJrVf
Starting with the Windows 10 Fall Creators Update:
Old behavior:
- When you shut down your PC, all apps are closed
- After reboot/restart, you have to re-open any app you'd like to use
New behavior:
- When shutting down your PC, any open apps are "bookmarked" (for lack of a
better word)
- After reboot/restart, these apps will re-open automatically
(據說只有某些APP會記錄,例如Chrome、MS OFFICE、IE等)
Workaround:
- Shut down all apps before you shut down or restart the PC.
OR
- Press Shift + Shut down in Power menu for old behavior.
英文很簡單不翻譯了,只翻解決方式,
1.關機前把所有程式關閉再關機。
2.按住SHIFT後點關機按鈕。
另一個方法,做一個捷徑,內容為
%windir%\System32\shutdown.exe /s /t 1(等待秒數)
或是
%windir%\System32\shutdown.exe /p 不等待,會提示未關閉程式
或是
%windir%\System32\shutdown.exe /p /f 不等待,強制關閉所有未儲存程式
或是
%windir%\System32\shutdown.exe /s 傳統的完全關機
放捷徑在工具列上取代關機鍵
%windir%\System32\shutdown.exe /r /t 0(等待秒數) 傳統的重開機
放捷徑在工具列上取代重開機鍵