Oh, is that so? - Star Trek: Website

I remember one time that windows didn't want to give an option to shutdown without rebooting for updates. That was the solution.
Or a not so forceful solution: Go into the Ctrl + Alt + Del menu, and press the power button while holding down Ctrl. Now you can do an emergency shutdown.
Windows + r, shutdown -s -t 0, enter
even the shutdown command is complicated ffs

Not really

The -s stands for shutdown, with other ones being for hibernate, reboot etc.

The -t stands for time. By default it’s something like 30 seconds. Putting it on 0 makes it instant.