Windows 8 / 8.1 / 10有这个function称为“快速启动”(或“快速启动”,“混合静态”,“混合关机”,等等…),当你告诉它不会真正closures计算机它要这样做,而不是把它放在某种程度上,以加快启动时间。
虽然这在第一眼看起来可能看起来不错,但它有几个已知和丑陋的副作用:
由于这些和其他原因,我希望能够使用组策略pipe理快速启动; 然而,我唯一可以find的有关此Computer Configuration\Policies\Administrative Templates\System\Shutdown\Require use of fast startup ( Computer Configuration\Policies\Administrative Templates\System\Shutdown\Require use of fast startup )只能用于强制使用快速启动,而不是禁用它:它的描述明确if you disable or do not configure this policy setting, the local setting is used 。
因此,我的问题是:如何使用组策略禁用快速启动?
看起来没有用于pipe理此设置的pipe理模板; 如logging, Computer Configuration\Policies\Administrative Templates\System\Shutdown\Require use of fast startup只能用来执行它,而不是禁用它(WTF?!?它已经启用默认…他们可以至less有更进一步,把这个设置变成一个真正的开关!)。
禁用快速启动(使用GUI之外)的唯一可用方法是将以下registry项设置为0:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power\HiberbootEnabled
这可以使用组策略首选项来完成,并且可以有效地禁用快速启动; 当然,将它设置为1将反而启用它。
是的,禁用快速启动修复了局域网唤醒不工作的问题。
您可能可以通过GPP进行设置。 我相信它的关键是:HKLM \ System \ CurrentControlSet \ Control \ Session Manager \ Power \ HiberbootEnabled
我知道这是一个老post。 但是我有同样的问题。 它的工作也只是禁用hibernate。 “powercfg -h off”
Computer Configuration\Policies\Administrative Templates\System\Shutdown\Require use of fast startup的组策略文档Computer Configuration\Policies\Administrative Templates\System\Shutdown\Require use of fast startup不正确 – 禁用此值是否具有所需的效果,至less在我的testing(Windows 10 Build 1511)中。 我会检查你的环境 – 似乎是一个文档错误。