From Wiki96
Revision as of 19:09, 22 August 2022 by 2600:100f:b100:f02b:4964:fecd:6a2f:7acc (talk) (Created page with "Using a simple API, you can render a BSOD (Bluescreen of Death). This simple function works in Windows 96 v2 and newer. === Usage === Rendering a BSOD is very simple. It uses one function that only requires one argument. <syntaxhighlight lang="js"> w96.sys.renderBSOD("message of BSOD") </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Using a simple API, you can render a BSOD (Bluescreen of Death). This simple function works in Windows 96 v2 and newer.

Usage

Rendering a BSOD is very simple. It uses one function that only requires one argument.

w96.sys.renderBSOD("message of BSOD")