Remote Shutdown

Networking, connecting to the internet, wi-fi and home entertainment
BOOBALAN.V
5StarLounger
Posts: 737
Joined: 24 Aug 2017, 07:43

Remote Shutdown

Post by BOOBALAN.V »

Dear Community,

I am trying to shutdown remote computer which connected with our LAN Connection. I know that remote computer's IP address and Computer name user name and password also. I tired to shutdown with CMD command "shutdown -i". I added the remote system which one i want to shutdown with system name but it shows error message access denied (5) error. Then i search online most of the guys said that we need to activate Local Administrative Account or create Active Directory Domain account. I don't understand how to do these two methods. Could you please help me to Know this kind of stuffs. I want to connect with my 5 office system to share files one and each other with read only permission. I want to be an administrator. Kindly help me. Thanks.

BOOBALAN.V
5StarLounger
Posts: 737
Joined: 24 Aug 2017, 07:43

Re: Remote Shutdown

Post by BOOBALAN.V »

Any one kindly help this issue

User avatar
Rudi
gamma jay
Posts: 25455
Joined: 17 Mar 2010, 17:33
Location: Cape Town

Re: Remote Shutdown

Post by Rudi »

Following the instructions in:

* this detailed page should help, or
* see this page for simpler instructions.
Regards,
Rudi

If your absence does not affect them, your presence didn't matter.

User avatar
Rudi
gamma jay
Posts: 25455
Joined: 17 Mar 2010, 17:33
Location: Cape Town

Re: Remote Shutdown

Post by Rudi »

Another option to shutdown with IP:

Replace the 192.168.1.100 with the IP address you want to shutdown.
(You have to have administrative rights on the machine you want to shut down.)

SHUTDOWN /m \\192.168.1.100 /s /t 30 /c "MSG: This is a remote shutdown!"

See here for details of the Shutdown command used above.
Regards,
Rudi

If your absence does not affect them, your presence didn't matter.