Networking Forums

Networking Forums > Computer Networking > Windows Networking > Remotely rebooting a windows 98 PC

Reply
Thread Tools Display Modes

Remotely rebooting a windows 98 PC

 
 
=?Utf-8?B?Q29saW4gUHluZQ==?=
Guest
Posts: n/a

 
      06-17-2005, 03:26 PM
Does any one know how I could reboot a remote 98 pc?? and sofware or anything?
 
Reply With Quote
 
 
 
 
James Egan
Guest
Posts: n/a

 
      06-17-2005, 03:58 PM
On Fri, 17 Jun 2005 08:26:04 -0700, "Colin Pyne"
<(E-Mail Removed)> wrote:

>Does any one know how I could reboot a remote 98 pc?? and sofware or anything?


Run a remote listener using something like netcat
http://www.vulnwatch.org/netcat/readment.txt

This is Microsoft's command line instructions for shutdown

* rundll32.exe shell32.dll,SHExitWindowsEx n

where n is one, or a combination of, the following numbers:

* 0 - LOGOFF
* 1 - SHUTDOWN
* 2 - REBOOT
* 4 - FORCE
* 8 - POWEROFF

The above options can be combined into one value to achieve different
results. For example, to restart Windows forcefully, without querying
any running programs, use the following command line:

rundll32.exe shell32.dll,SHExitWindowsEx 6
NOTE: Using the FORCE option can cause programs to lose data.

Below is an explanation of each available option used with the above
command line:

* LOGOFF - Shuts down all running processes, then logs the user
off.
* POWEROFF - Shuts down the system and turns off the power. The
system must support the power-off feature.
* REBOOT - Shuts down the system and then restarts the system.
* SHUTDOWN - Shuts down the system to a point at which it is safe
to turn off the power. All file buffers have been flushed to disk, and
all running processes have stopped.
* FORCE - Forces processes to terminate. When this flag is set,
Windows does not query running applications to inform them that
Windows is shutting down. This can cause the applications to lose
data, therefore, you should only use this flag in an emergency.


Jim.

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
remotely configure SNMP on Windows 2003 DavidM Windows Networking 3 11-16-2007 08:46 AM
Windows 2003 - change password remotely Ganyovics Windows Networking 3 04-06-2006 10:15 AM
HELP: how can I install Windows XP remotely? KevinGPO Windows Networking 10 11-25-2005 07:32 PM
remotely administering a windows 2000 server Ali Windows Networking 3 09-16-2005 02:36 PM
windows me: no internet after rebooting booyakasha Windows Networking 0 08-23-2004 07:20 AM



1 2 3 4 5 6 7 8 9 10 11