| View previous topic :: View next topic |
| Author |
Message |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Tue Dec 03, 2002 2:02 am Post subject: REMOTE SHUTDOWN |
|
|
hello all
I have search the forum for a REMOTE SHUTDOWN code that will work on windows 98.. I did find a post about it but the link in that post don't work any one have this code handy?
thanks |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Tue Dec 03, 2002 4:53 am Post subject: :) |
|
|
please  |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Tue Dec 03, 2002 10:07 pm Post subject: |
|
|
You may try this code. I'm not positive that it works because I don't have
Windows 98 to test it on, but I'm pretty sure it should work.
| Code: | RUNH shutdown -s -m \\computername -t 30 -c Test Shutdown
|
Remember to change the "\\computername" to the actual computer name
you are trying to shut down.
Let me know if it doesn't work.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Tue Dec 03, 2002 11:31 pm Post subject: :( |
|
|
nope didn't work for me  |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Dec 04, 2002 10:46 pm Post subject: |
|
|
To make sure that using this function works for you try using this code:
Note that this won't work if you are trying to shut down a computer running
Windows 2000, Windows XP, or Windows NT. _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Thu Dec 05, 2002 4:59 am Post subject: hummmm |
|
|
hummm
no that don't work to...i get like a path type of error  |
|
| Back to top |
|
 |
VDSuser Contributor


Joined: 21 Mar 2002 Posts: 58 Location: Somewhere in time
|
Posted: Thu Dec 12, 2002 8:01 pm Post subject: |
|
|
To shutdown NT, 2K or XP, try PSSHUTDOWN from SysInternals (http://www.sysinternals.com/ntw2k/freeware/psshutdown.shtml) and write yourself a little proggie to handle the options you need.
I did and it works like a charm!
PSSHUTDOWN lets you shut down, reboot, power off, log off, lock a PC and abort an imminent shut down, locally or remotely. It's one cool tool -- cooler when you write your own front end.  |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Thu Dec 12, 2002 8:07 pm Post subject: hummm |
|
|
what about a 98 machine? any way to remotely shut it down and have it re-start?
thanks |
|
| Back to top |
|
 |
Tsunami1988 Contributor


Joined: 15 Aug 2002 Posts: 70 Location: The Netherlands
|
Posted: Sat Dec 14, 2002 12:01 pm Post subject: try this |
|
|
I found this when searching with Google  |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Mon Dec 16, 2002 5:34 am Post subject: thanks |
|
|
thanks all i was hoping to find some code that i could uses with vds  |
|
| Back to top |
|
 |
MarkTrubo Contributor


Joined: 27 May 2001 Posts: 148 Location: Long Island, NY
|
Posted: Mon Dec 16, 2002 1:21 pm Post subject: |
|
|
| You can use the one from sysinternals with VDS -- I do and it works fine. |
|
| Back to top |
|
 |
Tsunami1988 Contributor


Joined: 15 Aug 2002 Posts: 70 Location: The Netherlands
|
Posted: Mon Dec 16, 2002 4:24 pm Post subject: |
|
|
| MarkTrubo wrote: | | You can use the one from sysinternals with VDS -- I do and it works fine. |
Yes, but that doesn't support Windows 98, only NT/2000/XP. |
|
| Back to top |
|
 |
|