Skip to content

Instantly share code, notes, and snippets.

View romainthomas's full-sized avatar

Romain Thomas romainthomas

View GitHub Profile
@romainthomas
romainthomas / window.py
Created June 14, 2017 15:29 — forked from anonymous/window.py
Close annoying windows.
#!/usr/bin/env python3
import time
import ctypes
annoying_list = [
'Alerte de Symantec',
]
while True:
buffer_window = ctypes.c_char_p(bytes(200*4))