python 恶搞代码

发布时间:2019-09-02 08:06:26编辑:auto阅读(8195)

    代码运行后windows将无限锁屏


    from ctypes import *

    while True:

            user32 = windll.LoadLibrary('user32.dll')

            user32.LockWorkStation()

关键字