|
|||||||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
127.0.0.1
|
remote shutdown
i've been trying to figure out how to use remote shutdown for other computers in my personal network through my LAN. so far in CMD i've tried:
shutdown -m \\computername shutdown -m \\computername -s shutdown -m \\ip address shutdown -m \\ip address -s now, none of these switches i've used here seem to work. RDP is enabled on the machine i would like to specifically shutdown, but it still doesn't happen. any ideas guys? TY in advance
__________________
|
|
|
|
|
|
#2 |
|
Super Moderator
|
Try shutdown /m \\[computer] /S
|
|
|
|
|
|
#3 |
|
127.0.0.1
|
this command gives me an "access is denied" error.
the other commands i listed above don't give me anything. they just process and nothing happens.
__________________
|
|
|
|
|
|
#4 |
|
Super Moderator
|
If it gives you access is denied then it's the right command you just don't have the rights to issue remote shutdown ... You are using workgroup?? Then basically you should have identical user setuped on the remote machine, I'm not 100% sure about that but it would fall the category of MS logic in this case. If you have domain controller and you are using the domain mode then it should work straight away...
[EDIT] you can always type shutdown /h for help
|
|
|
|
|
|
#5 |
|
127.0.0.1
|
yes, my LAN is all on a workgroup. how do I enable the remote shutdown feature on winXP then?
__________________
|
|
|
|
|
|
#6 |
|
Super Moderator
|
Try this tool, PsShutdown
that should be able to "log" user in and start the shutdown... |
|
|
|
|
|
#7 | |
|
127.0.0.1
|
i don't quite understand this line
Quote:
psshutdown [[\\computername but, after that, i don't know what else to put down as the rest of the path.
__________________
|
|
|
|
|
|
|
#8 | |
|
Super Moderator
|
well the directory where you put that exe...
Quote:
|
|
|
|
|
|
|
#9 |
|
127.0.0.1
|
i saw that. that whole line is confusing to me. how am i supposed to write that?
psshutdown [[\\computer -u| -p i'm not sure.
__________________
|
|
|
|
|
|
#10 |
|
Super Moderator
|
psshutdown \\computer -u user -p psswd -s
|
|
|
|
|
|
#11 | |
|
127.0.0.1
|
now i get a message that says
Quote:
with those files that i extracted, what was i supposed to do with them? all i did was double click on "psshutdown" file.
__________________
|
|
|
|
|
|
|
#12 |
|
Super Moderator
|
man that is command line tool... you use it in command prompt ...
|
|
|
|
|
|
#13 |
|
127.0.0.1
|
ok, i don't understand then. i typed in psshutdown \\computername -u user -p -s and when i hit enter, i got the error i quoted above.
__________________
|
|
|
|
|
|
#14 |
|
Super Moderator
|
that's odd. it should work from NT 4.0 to Vista :P
Perhaps corrupted exe.. |
|
|
|
|
|
#15 |
|
127.0.0.1
|
downloaded again, tried again, same thing
__________________
|
|
|
|
|
|
#16 |
|
Super Moderator
|
Hmm.. then I'm out of ideas ...
|
|
|
|
|
|
#17 |
|
127.0.0.1
|
alrighty then. it's no worries
__________________
|
|
|
|
|
|
#18 |
|
DriverHeaven Extreme Member
Join Date: Jul 2002
Location: Real capital of Canada: Toronto
Posts: 5,515
Rep Power: 93 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
You could try dumping the files into the main Windows folder as it is a default executable path (or even Windows\System32), and see if it allows you to run it. Or, go into Control Panel | System | Advanced tab, and add a new environment variable pointing to the folder where you have PsShutdown (and the other files) in the "User Variables" section for that specific user, or under the "System Variables" section for all users.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|