Skip to content

Instantly share code, notes, and snippets.

View fybedev's full-sized avatar
💻
VSCode rn

fybe fybedev

💻
VSCode rn
View GitHub Profile
@fybedev
fybedev / main.py
Created February 19, 2022 01:18
Hard-Reboots your computer
import os
# This will reboot your computer.
# Save data before testing
os.system("shutdown -r -t 0")