Invoke Blue Screen of Death using Managed Code

后端 未结 11 2183
轮回少年
轮回少年 2020-12-30 01:25

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

11条回答
  •  长发绾君心
    2020-12-30 02:01

    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.

提交回复
热议问题