Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11831
    BMiller
    Participant

    Hello,

    I want to schedule a weekly reboot on our server, and thought it might be better to shut down the NV2 server gracefully. There will be nobody using it at the time of the reboot.

    Is there a command line that can be used in Task Scheduler to shut down the NV2 server, or should I just let the shutdown.exe command look after it.

    Regards
    John

    #14118
    MSchappler
    Moderator

    You can try taskkill from a command line:

    taskkill /IM nv2.exe

    The above will terminate nv2.exe forcefully. Shutdown.exe will also close all programs as well. Both appear to be forceful instead of graceful.

    Regards to All,

    Martin

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.