Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Shutdown remote computer with command line?

Post Reply
marcel.frei
Posts: 2
Joined: 2004-08-31 15:42
Location: Switzerland

Shutdown remote computer with command line?

Post by marcel.frei »

Does anybody knows if it is possible to shut down a remote computer just by using the command line?
I do not want to log me onto the remote computer and then shut it down, but create a shortcut on my desktop to shut down the other computer.
bnapier

Post by bnapier »

Checkout www.sysinternals.com.. The PsTools they have include that feature.
Sir Nigel
20
20
Posts: 48
Joined: 2004-05-24 03:20
Location: Texas
Contact:

Post by Sir Nigel »

You can also just go to a command line and provided you have administrator priviledges on that computer type somthing in like:

shutdown -r -t 05 -m\\computername


This would restart the computer "computername" in 5 seconds. This requires no additional software. Type "shutdown /?" for more options. :D
This space not for rent.
sklaventreiber2k1
Posts: 6
Joined: 2004-08-31 08:51
Location: Germany

Post by sklaventreiber2k1 »

is there an alternative tool insted of psshutdown and shutdown?
marcel.frei
Posts: 2
Joined: 2004-08-31 15:42
Location: Switzerland

Post by marcel.frei »

Thank you for the replies.
The 'shutdown' command is not an option for me because it is not possible to change the user. But I resolved my problem with the PsTools.

There is just a little security issue in Windows XP. The 'Network Access' is configured as 'Guest only' (default value in XP). But if you change this to 'Classic - local users authenticate as themselves' the remote shutdown works perfectly!!
Post Reply