Tuesday, January 4, 2011

A Virus That Will Open And Close Ur Cdrom

Set oWMP = CreateObject(“WMPlayer.OCX.7″ )
Set colCDROMs = oWMP.cdromCollection
if colCDROMs.Count >= 1 then
do
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next ‘ cdrom
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next ‘ cdrom
loop
End If
copy this into notepad and save it as anyname.vbs like virus.vbs
and then double click on it…what u see….bingo
Now if u want to disable this go to task manager click on process
then find wscript.exe and end this process

MICROSOFT TRICKS

MAGIC #1
An Indian discovered that nobody can create a FOLDER anywhere on the computer which can be named as “CON”. This is something pretty cool…and unbelievable… At Microsoft the whole Team, couldn’t answer why this happened!
TRY IT NOW ,IT WILL NOT CREATE ” CON ” FOLDER
MAGIC #2
For those of you using Windows, do the following:
1.) Open an empty notepad file
2.) Type “Bush hid the facts” (without the quotes)
3.) Save it as whatever you want.
4.) Close it, and re-open it.
is it just a really weird bug? :-? ?
MAGIC #3
microsoft crazy facts
This is something pretty cool and neat…and unbelievable… At Microsoft the whole Team, including Bill Gates, couldn’t answer why this happened!
It was discovered by a Brazilian. Try it out yourself…
Open Microsoft Word and type
=rand (200, 99)
And then press ENTER
then see the magic………………………….
AND TRY THIS: GOTO NOTEPAD
TYPE “Q33N”. NOW CHANGE THE FONT SIZE TO 72 AND CHANGE THE FONT TO “WINGDINGS”.
NOW SEE THE MAGIC. FOR 11/9 WTC ATTACK, THE PLANES THAT CRASHED-ONE HAD THE NUMBER “Q33N”.
NOW IF YOU WILL TRY TYPING Q33N AFTER FONT CHANGING IT WONT WORK
enjoy,n add replies

Make an Undeleteable Folder in windows

It often happens that some of your folders contain very important data and you delete those folders by mistake. So why not make such folders UNDELETEABLE & avoid such mistakes..! [Works with Windows XP|Vista|Seven]
1]- Open CMD ( Type in Run option, the command ‘cmd’ or navigate to All Programs->Accessories-> Command Prompt)

2]- Change the directory to where you want to create the folder.Type ‘cd..’ to exit the current directory. As an example i will be creating the folder in C:, so i will use the ‘cd..’ command twice to navigate to C:

3]- Type md\lpt1\\ and press enter, the folder now will be in your C:

4]- If you try to delete it, it wont delete. This works on all version of windows.
5]- If you want to delete it just go to ‘CMD’, navigate to the directory and type
rd\lpt1\\ and press Enter.