python在windows锁屏的代码详解编程语言

python在windows锁屏的代码

C:/Users/wangmingjie>python 
Python 2.7.4 (default, Apr  6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)] on win 
32 
Type "help", "copyright", "credits" or "license" for more information. 
>>> from ctypes import * 
>>> user32 = windll.LoadLibrary('user32.dll') 
>>> user32.LockWorkStation() 
1 
>>>

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/8516.html

(0)
上一篇 2021年7月18日
下一篇 2021年7月18日

相关推荐

发表回复

登录后才能评论