C# 保持屏幕常亮 Keep screen light.

liuyuqi-dellpc b3d1390560 0 11 months ago
KeepScreenLight b3d1390560 0 11 months ago
screenshot 984a4d8544 init 3 years ago
.gitattributes eeedaae953 init project 11 months ago
.gitignore eeedaae953 init project 11 months ago
KeepScreenLight.sln eeedaae953 init project 11 months ago
README.md 46e01bb1df go on 3 years ago
README_cn.md 984a4d8544 init 3 years ago

README.md

Keep Screen Light

I recently thought of such a small demand. One of my PCs is used as a display screen, and the screen needs to be kept on. The simple way is to manage the battery in the windows settings: Turn off the sleep mode, turn off the screen saver, and set the screen-off time to not turn off the screen. Of course, it is still a bit complicated for Windows novices.

Well, this project is to simply realize the following screen always-on functions. This small feature will also be used in subsequent large-scale projects.

screenshot