Category Archives: SystemIT

Enable Remote Desktop remotely by using remote registry

Hi SysAdmins

I bet the following scenario happened to you:

You install a server, configure it, install the required programs, set its IP address etc..

After half a day of work (since you didn’t create an image) you send the server to its remote location.

When the server arrives to its site and the local technician plugs it in,

you discover that you forgot a small but very important V: Allow remote connection to this computer.

Continue reading Enable Remote Desktop remotely by using remote registry

Workstation Upgrade Consideration Guide

Hi SysAdmin

This guide will help you decide if adding more RAM, or upgrade the CPU will solve slow performance problems.

You can find out if memory or CPU upgrade is needed by configuring Performance Monitor to track memory and CPU usage.

You can then interpret the results and decide whether upgrade will improve the performance.

Use this guide before adding more RAM or upgrading CPU to a system with slow performance.

Continue reading Workstation Upgrade Consideration Guide

SCCM 2012 SP1 Installation Preparation

Hi SysAdmins

In this post I would like to go through the prerequisites and actions you need to do before you go on and install SCCM 2012 SP1.

If you want, you can jump to the installation procedure of SCCM 2012 SP1, on my earlier post: How to Install SCCM 2012 sp1.

The following are needed before starting the SCCM 2012 installation:

Continue reading SCCM 2012 SP1 Installation Preparation

Create a Shortcut to Windows Explorer Objects Using CLSID

Hi SysAdmins

CLSID stands for Windows Class Identifiers, which are  long number that represents a unique id for an application component.

CLSIDs can be used to target application component without knowing their name.

If we want to create a shortcut to a location in a computer without stating its name, we can use CLSIDs.

Lets say that you want to set the windows explorer start-up folder in windows 7 to open up My Computer.

Continue reading Create a Shortcut to Windows Explorer Objects Using CLSID

How to find the system uptime in Windows XP/2003/Vista/2008

Hi SysAdmins

It is very useful to know how many days are your system up and online. Especialy in windows OS.

There are several ways to find the system uptime in Windows XP and above:

Using Systeminfo command:

This command-line utility shows the time that the system was booted and its running time.

Continue reading How to find the system uptime in Windows XP/2003/Vista/2008