Use the built-in Windows shutdown command with the /f flag:
shutdown /s /f /t 0 -- Force shut down, closing all applications immediately
shutdown /r /f /t 0 -- Force restart, closing all applications immediately
This is equivalent to what Shutdown's FORCE option did.