Programming C#.
There was a situation where I had to force my computer to shut down.
I googled Process.Start ("shutdown", "/s/f/t 0");
There's roughly this way.
However, without running Notepad and saving data, If the above command is entered, you can cancel the shutdown.
Is there any way to blow up a computer at once?
c#
Does the /f
option still come out of the notepad?
The description states that if you give the /f
option, it will end without warning.
/f = This option forces running programs to close without warning.
Oh no, I didn't give you the f option.;;..
Resolved. Thank you.
© 2024 OneMinuteCode. All rights reserved.