首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
Python之windows锁屏
Python之windows锁屏
mac
2022-06-30
109
简单粗暴,三行代码搞定
from
ctypes
import
* user32 = windll.LoadLibrary(
'user32.dll'
) user32.LockWorkStation()
上述代码同win+L 锁屏功能相同
转载于:https://www.cnblogs.com/bilaisheng/p/10211011.html
相关资源:python实现windows倒计时锁屏功能
转载请注明原文地址: https://mac.8miu.com/read-1930.html
最新回复
(
0
)