[Solved] How to make a Visual Basics application that forces a bluescreen [closed]
The blue screen appears only for kernel-mode errors. Code that runs in user-mode (such as a Visual Basic application) is not going to generate a blue screen. It can never directly generate a system crash. The only way to do this is to install a kernel-mode driver that can force the blue screen, which you … Read more