Glam Prestige Journal

Bright entertainment trends with youth appeal.

I want to remote restart a computer with the administrator account user and password provided.

  1. Can this be done from command line ?
    like so : shutdown \m pcName \r
  2. If not can you please provide a way which was tested.

I've tried : solution 1 and solution2

1 Answer

I use Sysinternals psexec

psexec \\targethost cmd

will open a command prompt to the remote system. then just issue a shutdown command like 'shutdown \m'

Here is the syntax guide for psexec:

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy