I'm currently debugging a small problem in a software that happened when the Computer froze for a moment (I was rummaging around, deleting files etc. and the OS just froze momentarily).
I am now trying to freeze the Computer intentionally for a second or so, but it's harder than I thought. Just hogging the CPU with a bunch of hard-working threads doesn't do it as the OS obviously still handles the scheduling fine.
Can someone name a way to induce such a system-wide short freeze of all OS activity? Is there a specific resource I can hog in a software or combination thereof?
It's quite hard to google, as anyone is trying to solve something like that, not induce it. :-)
OS is Windows 10 Pro, 64 bit.