Friday, March 20, 2009

HOW TO MAKE U R COMPUTER IS FAST

Many people suffring to there system operate very slow thatway i give u more sutff to make sys tem fast :


Free up disk space

By freeing disk space, you can improve the performance of your computer. The Disk Cleanup tool helps you free up space on your hard disk. The utility identifies files that you can safely delete, and then enables you to choose whether you want to delete some or all of the identified files.
Use Disk Cleanup to:

Remove temporary Internet files.

Remove downloaded program files (such as Microsoft ActiveX controls and Java applets).

Empty the Recycle Bin.

Remove Windows temporary files.

Remove optional Windows components that you don't use.

Remove installed programs that you no longer use.

Tip: Typically, temporary Internet files take the most amount of space because the browser caches each page you visit for faster access later.

To use Disk Cleanup

1.

Click Start, point to All Programs, point to Accessories, point to System Tools, and then click Disk Cleanup. If several drives are available, you might be prompted to specify which drive you want to clean.

Image of Disk Cleanup dialog box

2.

In the Disk Cleanup for dialog box, scroll through the content of the Files to delete list.

Image of Disk Cleanup for dialog box

Choose the files that you want to delete.

3.

Clear the check boxes for files that you don't want to delete, and then click OK.

4.

When prompted to confirm that you want to delete the specified files, click Yes.

After a few minutes, the process completes and the Disk Cleanup dialog box closes, leaving your computer cleaner and performing better.

Speed up access to data

Disk fragmentation slows the overall performance of your system. When files are fragmented, the computer must search the hard disk when the file is opened to piece it back together. The response time can be significantly longer.

Disk Defragmenter is a Windows utility that consolidates fragmented files and folders on your computer's hard disk so that each occupies a single space on the disk. With your files stored neatly end-to-end, without fragmentation, reading and writing to the disk speeds up.

When to run Disk Defragmenter
In addition to running Disk Defragmenter at regular intervals—monthly is optimal—there are other times you should run it too, such as when:

You add a large number of files.

Your free disk space totals 15 percent or less.

You install new programs or a new version of Windows.

To use Disk Defragmenter:

1.

Click Start, point to All Programs, point to Accessories, point to System Tools, and then click Disk Defragmenter.

Image of the Disk Defragmenter dialog box

Click Analyze to start the Disk Defragmenter.

2.

In the Disk Defragmenter dialog box, click the drives that you want to defragment, and then click the Analyze button. After the disk is analyzed, a dialog box appears, letting you know whether you should defragment the analyzed drives.

Tip: You should analyze a volume before defragmenting it to get an estimate of how long the defragmentation process will take.

3.

To defragment the selected drive or drives, click the Defragment button. Note: In Windows Vista, there is no graphical user interface to demonstrate the progress—but your hard drive is still being defragmented.

After the defragmentation is complete, Disk Defragmenter displays the results.

4.

To display detailed information about the defragmented disk or partition, click View Report.

5.

To close the View Report dialog box, click Close.

6.

To close the Disk Defragmenter utility, click the Close button on the title bar of the window.

Detect and repair disk errors

In addition to running Disk Cleanup and Disk Defragmenter to optimize the performance of your computer, you can check the integrity of the files stored on your hard disk by running the Error Checking utility.

As you use your hard drive, it can develop bad sectors. Bad sectors slow down hard disk performance and sometimes make data writing (such as file saving) difficult, or even impossible. The Error Checking utility scans the hard drive for bad sectors, and scans for file system errors to see whether certain files or folders are misplaced.

If you use your computer daily, you should run this utility once a week to help prevent data loss.

To run the Error Checking utility:

1.

Close all open files.

2.

Click Start, and then click My Computer.

3.

In the My Computer window, right-click the hard disk you want to search for bad sectors, and then click Properties.

4.

In the Properties dialog box, click the Tools tab.

5.

Click the Check Now button.

6.

In the Check Disk dialog box, select the Scan for and attempt recovery of bad sectors check box, and then click Start.

Image of Check Disk dialog box

7.

If bad sectors are found, choose to fix them.

Tip: Only select the "Automatically fix file system errors" check box if you think that your disk contains bad sec

Monday, March 16, 2009

CHANGING MAC ADDRESS


CHANGING MAC ADDRESS:

Method 1:

This is depending on the type of Network Interface Card (NIC) you have. If you have a card that doesn’t support Clone MAC address, then you have to go to second method.

    1. Go to Start->Settings->Control Panel and double click on Network and Dial-up Connections.

    2. Right click on the NIC you want to change the MAC address and click on properties.

    3. Under “General” tab, click on the “Configure” button

    4. Click on “Advanced” tab

    5. Under “Property section”, you should see an item called “Network Address” or "Locally Administered Address", click on it.

    6. On the right side, under “Value”, type in the New MAC address you want to assign to your NIC. Usually this value is entered without the “-“ between the MAC address numbers.

    7. Goto command prompt and type in “ipconfig /all” or “net config rdr” to verify the changes. If the changes are not materialized, then use the second method.

    8. If successful, reboot your systems.

Method 2:

This method requires some knowledge on the Windows Registry. If you are not familiar with Windows Registry, just use the SMAC tool to change the MAC addresses, or consult with a technical person before you attempt on the following steps. Also, make sure you have a good backup of your registry.

a. Goto command prompt and type “ipconfig /all”, and

I. Record the Description for the NIC you want to change.

II. Record the Physical Address for the NIC you want to change. Physical Address is the MAC Address


figure 1.

b. Goto command prompt and type “net config rdr”, and you should see something like


figure 2.

c. Remember the number between the long number (GUID) inside the { }. For example, in the above “net config rdr” output, for MAC address “00C095ECB793,” you should remember {1C9324AD-ADB7-4920-B02D-AB281838637A}. You can copy and paste it to the Notepad, that’s probably the easiest way. (See figure 2.)

d. Go to Start -> Run, type “regedt32” to start registry editor. Do not use “Regedit.”

e. Do a BACKUP of your registry in case you screw up the following steps. To do this

I. Click on “HKEY_LOCAL_MACHINE on Local Machine” sub-window

II. Click on the root key “HKEY_LOCAL_MACHINE”.

III. Click on the drop-down menu “Registry -> Save Subtree As” and save the backup registry in to a file. Keep this file in a safe place.

f. Go to “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}. Double click on it to expand the tree. The subkeys are 4-digit numbers, which represent particular network adapters. You should see it starts with 0000, then 0001, 0002, 0003 and so on. (See figure 3.)


Figure 3.

g. Go through each subkey that starts with 0000. Click on 0000, check DriverDesc keyword on the right to see if that's the NIC you want to change the MAC address. The DriveDesc should match the Description you recorded from step (a.-I.). If you are not 100% sure about the DriverDesc, then you can verify by checking if the NetCfgInstanceID keyword value matches the GUID from step (c).
If there is no match, then move on to 0001, 0002, 0003, and so on, until you find the one you want. Usually 0000 contains the first NIC you installed on the computer.
In this demonstration, 0000 is the NIC I selected. (See figure 3.)

h. Once you selected the subkey (i.e. 0000), check if there is a keyword "NetworkAddress" exist in the right side of the window. (See figure 3.)

I. If "NetworkAddress" keyword does not exist, then create this new keyword:

i. Click on the drop down menu “Edit -> Add Value”.

ii. In the Add Value window, enter the following value then click OK. (See figure 4.)
Value Name: = NetworkAddress
Data Type: = REG_SZ


Figure 4.

iii. String Editor window will pop up at this time (see figure 5.)

iv. Enter the new MAC address you want to modify. Then click OK.
(There should not be any "-" in this address. Your entry should only consist of 12 digits as seen in the figure 5.)

II. If "NetworkAddress" keyword exists, make sure it shows the keyword type is REG_SZ, and it should show as NetworkAddress:REG_SZ: . This keyword might not have a value at this time.

i. Double click on the keyword NetworkAddress and the String Editor window will pop up. (See Figure 5.)

ii. Enter the new MAC address you want to modify. Then click OK.
(There should not be any "-" in this address. Your entry should only consist of 12 digits as seen in the figure 5.)


Figure 5.

j. There are 2 ways to make the new MAC address active. Method I does not require a system reboot:

I. Goto Start->Setting->Control Panel, and double click on "Network Neighborhood".
WARNING: Make sure you understand that you WILL lose the network connection after completing step "ii." below, and
if you have a DHCP client, you will get a new IP address after completing step "iii."

i. Select the Network Adaptor you just changed the MAC address.

ii. Right click on the selected Network Adaptor and click "Disable."
Verify the status column for this adaptor changes to "Disabled"

iii. Right click on the selected Network Adaptor and click "Enable."
Verify the status column for this adaptor changes to "Enabled"

iv. If for any reason it cannot be disabled or re-enabled, you have to
reboot your system to make the changes effective.

II. Reboot your Windows system.

k. Once completing step j (if rebooting the system, wait until the reboot is completed), go to command prompt, type “ipconfig /all” to confirm the new MAC address.

Restore The TRUE Hardware burned-in MAC Address:

  1. Remove the entry you added:

  1. If you followed Method 1, then go back to the advanced properties window and remove the entry you add.

  2. If you followed Method 2, then remove the "NetworkAddress" keyword you added in the registry.

  1. Use step (j) above to activate the change you make.

  2. Once rebooted, go to command prompt, type “ipconfig /all” to confirm the original MAC address.

If MAC Address changes does not work:

If for whatever reason the MAC address cannot be changed using method 2, make sure you restore the registry setting by following the "Restore The TRUE Hardware burned-in MAC Address" instruction above. If necessary, restore the registry you just backed-up to get your system back to the original state. You can do this by clicking on the drop-down menu “Registry->Restore,” and restore your backup registry file.

Thursday, March 12, 2009

Programming

Programming


http://sourceforge.net

http://wikipedia.org

http://javaworld.com

http://unibo.it

http://krugle.com

http://umbc.edu

http://botspot.com

http://cetus-links.org

http://agent-software.com

http://basetechnology.com

http://tryllian.com

http://massyn.net

http://aldostools.com

http://davidreilly.com

http://desktopmates.com

http://tagents.org

http://agent-launchpad.co.uk

Software

Software

http://freeoldies.com

http://abandonwarering.com

http://the-underdogs.info

http://dans20thcenturyabandonware.com

http://tuol.org

http://adventureclassicgaming.com

http://brasslantern.org

http://abandonia.com

http://holyfile.com

http://abandongames.com

http://xtcabandonware.com

http://classicpcgames.com

http://abandonline.com

http://goodolddays.net

http://abandon5000.com

http://abandonsoft.com

http://homepages.paradise.net.nz/fisherch

Hardware

Hardware


http://umd.edu

http://apple.com

http://techtarget.com

http://theregister.co.uk

http://uniba.sk

http://foldoc.org

http://vlsibank.com

http://hardwarebook.info

http://t13.org

http://interfacebus.com

http://beyondlogic.org

http://ata-atapi.com

http://pc104.com

http://members.tripod.com

http://hardwarecentral.com

http://sysopt.com


Internet

Internet

http://microsoft.com

http://sun.com

http://gc.ca

http://cua.edu

http://westlaw.com

http://hummingbird.com

http://jahia.org

http://simongibson.com

http://intranetroadmap.com

http://iorg.com

http://wordmark.com

http://intellithought.com

http://viador.com

http://credata.com

http://ardan.net

http://teamworksonline.com

http://annonline.com

Systems

Systems


http://ntnu.no

http://stairwaytohell.com

http://old-computers.com

http://freewebspace.com

http://virtualacorn.co.uk

http://bbcmicrogames.com

http://beebgames.com

http://freeuk.com

http://planetriscos.co.uk

http://members.lycos.co.uk/diskimage

ttp://acornantiques.org.uk

http://fsnet.co.uk

Security

Security


http://oracle.com

http://apache.org

http://cert.org

http://securityfocus.com

http://us-cert.gov

http://secunia.com

http://sans.org

http://frsirt.com

http://osvdb.org

http://auscert.org.au

http://iss.net

http://vulnwatch.org

http://patchlink.com

http://secure-elements.com

http://patchmanagement.org

http://makesecure.com

http://linux-security.us

Graphics

Graphics

[ http://digitalmedianet.com

http://siggraph.org

http://awn.com

http://3dlinks.com

http://webreference.com

http://cinefex.com

http://lostinspace.com

http://16color.com

http://exstream.to

http://3dwoody.com

http://starchronicles.com

http://3d-morphing.com

http://qtzanimation.com

http://members.tripod.com/Darkmere

http://3dluvr.com

http://flay.com

http://dotconquer.com

Consultants

http://atlis.com

http://marandcustomsolutions.com

http://karishmasoftware.com

http://proximo.com

http://rls.com

http://logicool.com

http://solutions-by-bids.com

http://arnold.com

http://ndex.net

http://sagetek.net

http://keenansystems.com

http://hyperformix.com

http://systemsoft.com

http://consol.com

http://kezber.com

http://frontex.com

http://sophists.com

http://experts-exchange.com

http://enpointe.com

http://perficient.com

Wednesday, March 11, 2009

MORE GAMES FOR U


hi, many people many thought in there mind but all people tried with there works. In that time body and mind want to enterinment playing games if u want to play games plz click here

Tuesday, March 10, 2009

NEW SOCIAL NETWORK


NEW EMAZIX SOCIAL NETWORK


Emazix
is an online community designed to make your social life more active and stimulating. emazix's social network can help you maintain existing relationships with pictures and messages, and establish new ones by reaching out to people you've never met before.

IF U WANT TO JOIN THIS WEBSITE click here

Friday, March 6, 2009

SOCIAL NETWORK

NEW EMAZIX SOCIAL NETWORK


Emazix
is an online community designed to make your social life more active and stimulating. emazix's social network can help you maintain existing relationships with pictures and messages, and establish new ones by reaching out to people you've never met before.

IF U WANT TO JOIN THIS WEBSITE CLICK HERE