How to Close a Remote Process by Using the Scheduler Service

Last reviewed: January 20, 1996
Article ID: Q142011
The information in this article applies to:
  • Microsoft Windows NT Server versions 3.5 and 3.51

SUMMARY

You can stop a remote process by using the Scheduler service.

MORE INFORMATION

  1. Start Scheduler Service on the computer running the process you want to kill.

  2. Copy Kill.exe from the Windows NT 3.5x Resource Kit to the target computer's System32 directory, typically C:\Winnt35\System32.

  3. From a command prompt on the remote computer, type:

    AT \\TARGET_MACHINE execute_time "kill process_name"

    For Example, type:

    AT \\NTSERVER1 13:00 "kill clock"

NOTE: If the process name is not the same as the executable name, you can get the process name by using Pviewer.exe, also from the Resource Kit. Also, the remote user must have proper access to the target machine.


Additional reference words:
KBCategory: kbnetwork kbhowto
KBSubcategory:


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: January 20, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.