Saturday, 14 January 2012

Loopback Adapter in Windows 7

The Microsoft Loopback adapter is a testing tool for a virtual network environment where network access is not available. You can bind network clients, protocols, and other network configuration items to the Loopback adapter, and you can install the network adapter driver or network adapter later while retaining the network configuration information.

To installa  Microsoft Loopback adapter in WIndows 7
1. Click Start – Search for cmd, right-click cmd and select “Run as Administrator”
2. From the command prompt, run “hdwwiz.exe“. This should launch the “Add Hardware Wizard“. Click Next.










hddwiz2
4. Now from the list select Network Adapters and click Next.
hddwiz3
5. Under Manufacturers, select Microsoft and select “Microsoft Loopback Adapter” under Network Adapter and click Next. This should start the installation. Click Finish when the installation completes.
hddwiz4
hddwiz5
hddwiz6
To confirm the loopback adapter installed, right-click Computer, select properties. Click Device Manager and expand Network Adapters and you can see the Loopback adapter installed there.
hddwiz7

Thursday, 12 January 2012

Active Directory

Active Directory – Logical Structure

* Domains –Act as the primary administrative
containers within AD.
* Trees –An area of namespace containing one or
more domains.
* Forest –A bunch of trees. Considered to be the
top of the Active Directory hierarchy.

Active Directory –Physical Structure


* Domain Controllers –These are the computers
which hold copies of the Active Directory database
* Sites –Represent the physical locations which
contain Domain Controllers.  All Domain
Controllers within a Site should be connected via a
high speed network connection.  Different Sites
are typically separated by a slower WAN
connection.

Prabodh ; hope u answer the question


WSRM

Benefits of resource management

Because Windows Server 2008 R2 is designed to give as many resources as possible to non-operating system tasks, a server running a single role usually does not require resource management. However, when multiple applications and services are installed on a single server, they are not aware of competing processes. An unmanaged application or service will typically use all available resources to complete a task. Thus, it is important to use a tool such as Windows System Resource Manager to manage system resources on multipurpose servers. Using Windows System Resource Manager provides two key benefits:
  • More services can run on a single server because service availability can be improved through dynamically managed resources.
  • High-priority users or system administrators can access the system even during times of maximum resource load.

Saturday, 7 January 2012

Great Discussion On Two Great Religion

This is excerpt from Great Discussion On Two Great Religion (Hinduism & Islam in the light of sacred scripture Veda & Qur'an )between two great personalities Shri Shri Ravishankar & Dr Zakir Naik.

Friday, 6 January 2012

Create a restore point

A restore point is a representation of a stored state of your computer's system files. You can use a restore point to restore your computer's system files to an earlier point in time. Restore points are automatically created by System Restore weekly and when System Restore detects the beginning of a change to your computer, such as when you install a program or a driver.
System image backups stored on hard disks can also be used for System Restore, just like the restore points created by system protection. Even though system image backups contain both your system files and personal data, your data files won't be affected by System Restore. For more information about system images, see What is a system image? You can create a restore point manually at any time by following the steps below.

 

To create a restore point

  1. Open System by clicking the Start button Picture of the Start button, right-clicking Computer, and then clicking Properties.
  2. In the left pane, click System protection. Administrator permission required If you're prompted for an administrator password or confirmation, type the password or provide confirmation.
  3. Click the System Protection tab, and then click Create.
  4. In the System Protection dialog box, type a description, and then click Create.

Thursday, 5 January 2012

Make Bootable Pen drive for Windows 7 installtion


Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\Administrator>diskpart

Microsoft DiskPart version 6.1.7601
Copyright (C) 1999-2008 Microsoft Corporation.
On computer: L1SRV

DISKPART> list disk

  Disk ###  Status         Size     Free     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  Disk 0    Online          465 GB  1024 KB        *
  Disk 1    Online         7633 MB      0 B

DISKPART> select disk 1

Disk 1 is now the selected disk.

DISKPART> clean

DiskPart succeeded in cleaning the disk.

DISKPART> create partition primary

DiskPart succeeded in creating the specified partition.

DISKPART> format fs=fat32 quick

  100 percent completed

DiskPart successfully formatted the volume.

DISKPART> active

DiskPart marked the current partition as active.

DISKPART> exit

Leaving DiskPart...

C:\Users\Administrator>


then copy whole dvd data to pen drive

& boot from pen dirve