gpt4 book ai didi

python - 使用 Python 锁定 Windows 工作站

转载 作者:太空狗 更新时间:2023-10-29 18:18:43 33 4
gpt4 key购买 nike

有没有办法通过 Windows 上的 Python 脚本锁定 PC?

我不想自己实现某种锁定 - 我想使用与用户按下 WIN+L 或通过开始菜单锁定机器。

最佳答案

这可以通过 LockWorkStation() 来完成来自 user32.dll 的函数:

This function has the same result as pressing Ctrl+Alt+Del and clicking Lock Workstation.

在 Python 中,可以使用 Python 标准库中的 ctypes/windll FFI 调用它:

import ctypes
ctypes.windll.user32.LockWorkStation()

关于python - 使用 Python 锁定 Windows 工作站,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20733441/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com