Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的系统上禁用了休眠功能(运行此命令后我验证休眠已关闭):powercfg.exe /hibernate off
后来观察到 pwrtest.exe 仍然在该系统上执行 S4。我使用了以下命令: pwrtest.exe /sleep /s:4 /c:1 /d:90 /p:60
pwrtest.exe 在执行 S4 命令时是否启用休眠(如果系统上禁用休眠)?