※ 引述《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(等待秒数) 传统的重开机
放捷径在工具列上取代重开机键