Skip to content

Instantly share code, notes, and snippets.

View therealandreww's full-sized avatar
💻
VSCode rn

TheRealAndrew therealandreww

💻
VSCode rn
View GitHub Profile
@therealandreww
therealandreww / 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")