14 June 2010

Virus To GoBack some step in Windows Explorer

open notepad and type following code...
=====================
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
======================

No comments :

Post a Comment

Popular Posts