Rebooting a Windows XP Computer Using Remote Desktop Protocol (RDP)

We are frequently involved in projects with small andThe simplest way to overcome the problem is to
medium sized organisations. Due to the size of thesecreate a batch file to restart the server, to do this:
organisations often the network infrastructure1. Open Notepad (or another text editor)
available is limited as a result of smaller budgets than2. Type: shutdown -r -t 5
their larger competitors. One side effect of this3. Save the file somewhere sensible (such as the
reduced budget is that our clients sometimes needdesktop) with a name such as restart.bat, the
hardware and software to function in ways it is notimportant thing is it ends with the extension of .bat
exactly designed for.To run the file just double click it, the switches in the
One example of this is often not being able to affordshutdown command are:
the licence fee for Windows Server and instead to-r = restart (instead of shutdown)
use Windows XP Professional or even Windows XP-t 5 = the amount of time to wait before restarting
Home to run a central file, print or database server.in seconds - in this case 5 secs.
Clearly this approach would not work for a MicrosoftThe second issue is that terminal services
Active Directory Domain Controller but can be usedfunctionality available to facilitate remote
for many other types of server and there are timesadministration through tools such as RDP is only
where there is no other option.sufficient to allow one user to log on at a time. This
There are two usability downsides to be aware ofcan cause problems if you use it as a development
for remote administration when taking the decision toserver for example, but as a file store it is unlikely
use Microsoft Windows XP instead of Windowsyou want more than one or two administrators -
Server.with a small number they can manage the situation
The first is that Windows XP Professional whenby phone calls.
accessed through Remote Desktop Protocol (RDP)Techita would advise wherever possible to use the
connections does not display a log off button or aversion of operating system designed for the role
reset option on the shutdown - the only option is toyou intend the server to perform, however when
shut down the server which is not ideal and will meanthis is just not possible this tip may make the
that it won't restart afterwards; this can be solved.management that little bit simpler.