Category Archives: Microsoft

What is Remote Desktop Connection?

The Windows XP Remote Desktop Connection utility lets you remotely access a Windows machine over a network or the Internet, provided it is set up to do so and you have proper access on the box. This is performed by opening a connection to the machine, then viewing a virtual desktop of said machine. From this desktop, you… Read More »

Optimize RDP For Slow Connections

Windows XP”s Remote Desktop Connection works great if you are connecting to a remote computer via a cable modem or DSL, but you can still optimize the experience to work acceptably well for modem connections.

How to download and install Windows XP SP2

Windows XP Service Pack 2, offering many security and performance upgrades for your operating system, can be conveniently downloaded in several ways. Before you follow this tip, however, be sure to read the other Windows XP and Service Pack 2 tips in MalekTips. These provide more information about computer maintenance you should perform before applying the update to… Read More »

Batch file SLEEP Command

Most operating systems provide a command in batch files to sleep, or wait, a certain number of seconds. This is great in that batch files can display text, allowing you time to read before continuing. Or, batch files may wait a few seconds in order to connect to other resources.

Display Command History

To display a list of commands entered in a current DOS prompt session under Windows XP, just enter in the following command at the DOS prompt:

Output to a Log File

The Windows 2003 Resource Kit comes with a batch file command, logtime, that lets you output the current time, date, and a custom text message to a log file. This is great for benchmarking batch files and commands in that you can output when such a command starts and completes.

Top Command Alternative to View Processes

Many Unix and Linux-style operating systems come with the ”top” command that, when entered, display a detailed view of every running process on the system. This command updates in real-time, so as processes start, stop, or request more memory, this information is reflected in the display.