gpt4 book ai didi

python - 使用 Python 键盘解锁 Windows

转载 作者:行者123 更新时间:2023-12-05 06:37:55 25 4
gpt4 key购买 nike

当我尝试时,我正在使用 python 键盘库来解锁我的 Windows 桌面

keyboard.send('win+l')

它在我的屏幕上打印 l 但不锁定我的电脑

后来我用ctypes.windll.lockworkstation()来锁定我的电脑,但是当我想控制我的键盘解锁我的电脑时,它不起作用,我应该如何解决这个问题

下面是我的代码,我使用的是python36/win10

import ctypes,time,keyboard
dll = ctypes.WinDLL('user32.dll')
dll.LockWorkStation()
time.sleep(1)
keyboard.send('enter')
keyboard.send('1,2,3')
keyboard.send('enter')

最佳答案

对于任何仍在寻找解决方案的人来说,没有(在 python 中)

不幸和幸运的是,Windows 会在密码/密码屏幕中阻止软件键盘输入,以防止自动脚本控制 PC。以编程方式解锁 Windows 的几种方法是模拟物理键盘,或使用 C、C++ 或 C# 等低级语言

关于python - 使用 Python 键盘解锁 Windows,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46934937/

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