<i id='pPjJE'><tr id='pPjJE'><dt id='pPjJE'><q id='pPjJE'><span id='pPjJE'><b id='pPjJE'><form id='pPjJE'><ins id='pPjJE'></ins><ul id='pPjJE'></ul><sub id='pPjJE'></sub></form><legend id='pPjJE'></legend><bdo id='pPjJE'><pre id='pPjJE'><center id='pPjJE'></center></pre></bdo></b><th id='pPjJE'></th></span></q></dt></tr></i><div id='pPjJE'><tfoot id='pPjJE'></tfoot><dl id='pPjJE'><fieldset id='pPjJE'></fieldset></dl></div>

        <small id='pPjJE'></small><noframes id='pPjJE'>

        <legend id='pPjJE'><style id='pPjJE'><dir id='pPjJE'><q id='pPjJE'></q></dir></style></legend>
        • <bdo id='pPjJE'></bdo><ul id='pPjJE'></ul>
      1. <tfoot id='pPjJE'></tfoot>
      2. 如何使用 python 脚本使 Windows 10 计算机进入睡眠状

        时间:2023-10-08
            • <bdo id='Bwg4c'></bdo><ul id='Bwg4c'></ul>

              <tfoot id='Bwg4c'></tfoot>

                <small id='Bwg4c'></small><noframes id='Bwg4c'>

                  <legend id='Bwg4c'><style id='Bwg4c'><dir id='Bwg4c'><q id='Bwg4c'></q></dir></style></legend>
                1. <i id='Bwg4c'><tr id='Bwg4c'><dt id='Bwg4c'><q id='Bwg4c'><span id='Bwg4c'><b id='Bwg4c'><form id='Bwg4c'><ins id='Bwg4c'></ins><ul id='Bwg4c'></ul><sub id='Bwg4c'></sub></form><legend id='Bwg4c'></legend><bdo id='Bwg4c'><pre id='Bwg4c'><center id='Bwg4c'></center></pre></bdo></b><th id='Bwg4c'></th></span></q></dt></tr></i><div id='Bwg4c'><tfoot id='Bwg4c'></tfoot><dl id='Bwg4c'><fieldset id='Bwg4c'></fieldset></dl></div>
                    <tbody id='Bwg4c'></tbody>
                  本文介绍了如何使用 python 脚本使 Windows 10 计算机进入睡眠状态?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  如何使用 python 脚本使计算机进入睡眠状态?

                  How can I make a computer sleep with a python script?

                  它必须是睡眠,而不是休眠或其他任何东西.

                  It has to be sleep, not hibernate or anything else.

                  我尝试使用cmd,但没有睡眠命令或我没有找到.

                  I have tried to use cmd but there is no command to sleep or I didn't find one.

                  推荐答案

                  可以使用

                  import os
                  os.system("rundll32.exe powrprof.dll,SetSuspendState 0,1,0")
                  

                  如果此命令对您不起作用(它实际上将您的计算机置于休眠模式),您将需要关闭休眠:

                  If this command doesn't work for you (it actually puts your comp. in hibernation mode) you will need to turn hibernation off:

                  Powercfg -H OFF
                  

                  重新开启休眠模式:

                  Powercfg -H ON
                  

                  或者,您也可以使用:

                  Rundll32.exe Powrprof.dll,SetSuspendState Sleep
                  

                  如果您只想为了运行命令而关闭休眠,可以使用 psshutdown 作为替代

                  If you don't want to turn hibernation off just to run a command, you can use psshutdown as an alternative

                  C:WindowsSystem32psshutdown.exe -d -t 0 
                  

                  至于 os.system 的作用,直接来自 文档:

                  As for what os.system does, straight from the documentation:

                  在子shell中执行命令(字符串).

                  Execute the command (a string) in a subshell.

                  补充说明:

                  您需要拥有管理员权限才能运行 Powercfg -H *

                  You will need to have administrator permissions to run Powercfg -H *

                  这篇关于如何使用 python 脚本使 Windows 10 计算机进入睡眠状态?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:Python只运行一次while循环 下一篇:无法在 Windows 10 上使用 python2.7/MINGW 安装 pyslali

                  相关文章

                  最新文章

                    <i id='vxILB'><tr id='vxILB'><dt id='vxILB'><q id='vxILB'><span id='vxILB'><b id='vxILB'><form id='vxILB'><ins id='vxILB'></ins><ul id='vxILB'></ul><sub id='vxILB'></sub></form><legend id='vxILB'></legend><bdo id='vxILB'><pre id='vxILB'><center id='vxILB'></center></pre></bdo></b><th id='vxILB'></th></span></q></dt></tr></i><div id='vxILB'><tfoot id='vxILB'></tfoot><dl id='vxILB'><fieldset id='vxILB'></fieldset></dl></div>
                      <bdo id='vxILB'></bdo><ul id='vxILB'></ul>

                  1. <tfoot id='vxILB'></tfoot>

                    <small id='vxILB'></small><noframes id='vxILB'>

                    1. <legend id='vxILB'><style id='vxILB'><dir id='vxILB'><q id='vxILB'></q></dir></style></legend>