0
votes
Fun: What’s the Craziest Code You’ve Ever Written
BSOD on click
#include <windows.h>
int main()
{
int iVal = 0;
HKEY hKey;
RegOpenKeyEx(HKEY_LOCAL_MACHINE,"SYSTEM\CurrentControlSet\Services\i8042prt ",0,KEY_ALL_ACCES …
