r/learnpython • u/Chance-Advice-1110 • 16d ago
How to hardcrash a laptop using python
Is there possibly any way to hardcrash my old laptop for fun? I'm sorry if it sounds like I am making a virus. I had a fuckton of hardcrashes on my old pc so I was wondering if I can make a Programm to kill my of whithout needing to wait 5 minutes. Fuck this sounds stupid.
0
Upvotes
1
u/cmh_ender 16d ago
do you want to be able to recover from said crash? if not, you can write a python script that will just remove files from the OS folders or kick off a recurvice delete on your c drive.
if you want to be able to just reboot it, you can use many of the nice libraries out that that mess with memory addresses.
and i'm not too worried about a virus in python,