Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 675 Bytes

File metadata and controls

9 lines (8 loc) · 675 Bytes

保持亮屏
Keep Screen On

基于C++采用控制台实现的面向Windows操作系统的阻止电脑息屏或休眠的程序。
A C++-based program implemented using the console, designed for the Windows operating system to prevent the computer from sleeping or entering standby mode.

实现功能
Features

  1. 阻止电脑息屏
    Prevent screen from turning off
  2. 阻止电脑休眠
    Prevent computer from entering sleep mode
  3. 阻止电脑睡眠
    Prevent computer from going into standby mode
  4. 按任意键退出程序
    Press any key to exit the program
  5. 面向Windows平台的可执行程序
    Executable program for Windows platform