Skip to content

Instantly share code, notes, and snippets.

@kuuote
Created June 29, 2021 14:21
Show Gist options
  • Save kuuote/3540d3519aef3e4c782fccdc12c6156e to your computer and use it in GitHub Desktop.
Save kuuote/3540d3519aef3e4c782fccdc12c6156e to your computer and use it in GitHub Desktop.
Windows絶対終わらせるマン(動くか不明)
import subprocess
from ctypes import *
subprocess.call(['sync','c'])
p = byref(c_byte())
rt = windll.ntdll.RtlAdjustPrivilege(19, True, False, p)
print(windll.ntdll.NtShutdownSystem(2))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment