Sandra-
have you tried to just delete it to recycle bin?
To stop shutdown type shutdown -a in start/run
If that doesn’t work create a file on your desktop called stayon.bat
use notepad:

@echo off
:loop
shutdown -a
goto loop

-max