Jump to content

Guest, which answer was the most helpful?

If any of these replies answered your question, please take a moment to click the 'Mark as solution' button on the post with the best answer.
Marking posts as the solution will help other community members find answers to their questions quickly. Thank you for your help!

Featured Replies

Posted

Hi,

Is there any way to cancel a reboot (before it actually preforms)

after I've clicked shut-down -> restart ?

If you're quick you can open a command prompt and try typing:

 

shutdown /a

 

Joe

 

"Tom Gur" <gur.tom@gmail.com> wrote in message

news:1183472143.893995.231120@57g2000hsv.googlegroups.com...

> Hi,

> Is there any way to cancel a reboot (before it actually preforms)

> after I've clicked shut-down -> restart ?

>

Scratch that, it appears you can only use the shutdown /a command during the

timeout period (i.e. "the computer will be shut down in XX seconds").

 

Joe

 

"Tom Gur" <gur.tom@gmail.com> wrote in message

news:1183472143.893995.231120@57g2000hsv.googlegroups.com...

> Hi,

> Is there any way to cancel a reboot (before it actually preforms)

> after I've clicked shut-down -> restart ?

>

Tom,

 

Yes there is a way of doing it

 

On the GotDotNet site I wrote a program to stop it. You will have to compile it

though

 

Also, in code you can remove (revoke) the shutdown privilege

(SE_SHUTDOWN_PRIVILEGE). There is a policy to remove it too, but all it does is

change a registry key DWORD, which can easily be overridden.

 

The START | CMD | shutdown.exe -a only stops the RPC errors or if shutdown has

been invoked using it (shutdown.exe)

 

--

Newbie Coder

(It's just a name)

 

P.S. Spoof your e-mail unless you like SPAM

 

 

"Tom Gur" <gur.tom@gmail.com> wrote in message

news:1183472143.893995.231120@57g2000hsv.googlegroups.com...

> Hi,

> Is there any way to cancel a reboot (before it actually preforms)

> after I've clicked shut-down -> restart ?

>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...