Simulating a BlueScreen

后端 未结 8 1001
迷失自我
迷失自我 2020-12-09 20:34

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 th

8条回答
  •  旧巷少年郎
    2020-12-09 21:21

    If you dont want to write code (driver, IOCTL...) you can use DiskCryptor. Note that no disk encrypting is need.

    Just need to install the driver:

    dcinst.exe -setup

    And then generate a bsod using the DC console:

    dccon.exe -bsod

提交回复
热议问题