anyway to specify user credentials? I can't believe that command would be open to everyone!
Main Topics
Browse All TopicsHi,
I have a Vista main PC and plan to get a laptop as well (XP or Vista). As my main machine is downstairs, I'm trying to find out if I'll be able to shutdown the Vista machine from the laptop using a freeware program or command line utility. Does anything exist that would be suitable? What about permissions - they'll be on the same workgroup...
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
"shutdown -s -m \\computername"
This should work perfectly fine. I would recommend you include authentication information by scripting it on a batch file.
What you need to look at is this...
How To Use the Remote Shutdown Tool to Shut Down and Restart a Computer in Windows 2000
http://support.microsoft.c
I don't see how this wont work on WInXP.
Here is something for dummies...
http://auto-shutdown-xp-pr
Hi MDilip,
Thanks for the links - I think that's probably what I'm after. I'm not clear though how you would specify credentials in a batch file?? I'd need to send the remote shutdown command to the remote PC WITH credentials for an account on that remote vista pc with sremote shutdown privaledges, like the admin account. How would I specify alternate credentials? Bear in mind my pc's are in a workgroup, NOT a domain (which would make life easier!)
Business Accounts
Answer for Membership
by: cuziyqPosted on 2008-02-15 at 15:25:02ID: 20906965
From the command line: shutdown -s -m \\computername
At least that works in XP.