I am trying to make a program that records a whole bunch of things periodically. The specific reason is that if it bluescreens, a developer can go back and check a lot of the environment and see what was going on around that time.
My problem, is their a way to cause a bluescreen? Maybe with a windowsAPI call (ZeroMemory maybe?).
无论如何,如果您能想到一种方法在通话时造成蓝屏,我将非常感激。
我正在测试的电脑是为处理这样的东西而设计的,哈哈。
by the way the language I am using is CC++. Thank you