Just curious here: is it possible to invoke a Windows Blue Screen of Death using .net managed code under Windows XP/Vista? And if it is possible, what could the example code
I found that if you have admin, you can run taskkill /F /IM svchost.exe. This tries to kill just about every service host at once.
taskkill /F /IM svchost.exe