How to cacel computer autoshutdown

Mrpickel

Beta member
Messages
2
need help and fast.
I wanted to make sure i would remember to turn off the computer, so i created a timer with this macro - All the information that can be found on the given macro.
I set timer, so the computer was supposed to turn off in 5000 seconds (50 minutes).
The problem is that i changed my mind, and i want to stay on the computer for more then 50 minutes?
How do i cancel the shutdown?
 
ya shutdown -a try to write a batch file to start with windows

Go to notepad

type:

@echo off
cls
shutdown -a
:end
:exit

Save as: shutdownabort.bat



Put this in the startup folder in the start/all programs
 
Back
Top Bottom