Entries Tagged ‘Windows 2003 Tips & Tricks’:

Choose either DHCP or static IP address scheme

DHCP (Dynamic Host Configuration Protocol):

DHCP server  automatically configured all the IP configuration information for your client machine like DNS Servers addrese , Default Gateway,Wins Server, Domain Prefix etc
It minimize the administrative burden
It By using DHCP there is no chance to conflict ip address.
Support multiple scope like Unicast,multicast and superscope.
Using as a relay agent [...]

Tags: , , ,

Leave a Comment

How to uninstall application using Windows Instrumentation command-line interface (WMIC) instead GUI

By using the Windows Instrumentation command-line interface (WMIC), you can easily uninstall an application without having to use the GUI. Once you become familiar with the steps, it will be much faster than having to access the Add/Remove Programs applet in the Control Panel.
1. Open a command prompt.
2. Input WMIC and press Return. You will [...]

Tags: , ,

Comments (5)

Convert FAT to NTFS

Open Command Prompt. Click Start, point to All Programs, point to Accessories, and then click Command Prompt . OR

Open Start button then Click Run and Type CMD or Command and Press Enter

In the command prompt . window, type: convert drive_letter: /fs:ntfs

For example convert c: /fs:ntfs
Note: Once you convert a drive or partition to NTFS, [...]

Tags:

Leave a Comment

Windows 2003 Server Roles

Windows Server 2003 includes 11 roles administrators can assign to servers by using the Manage Your Server Wizard.
Terminal Server:
Provides a single point of installation that gives multiple users access to any Windows Server 2003. Users can run programs, save files, and use network resources from a remote location as if these resources are installed on [...]

Tags: ,

Leave a Comment