Invoke Blue Screen of Death using Managed Code

后端 未结 11 2194
轮回少年
轮回少年 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 01:58

    You could use OSR Online's tool that triggers a kernel crash. I've never tried it myself but I imagine you could just run it via the standard .net Process class:

    http://www.osronline.com/article.cfm?article=153

提交回复
热议问题