Showing posts with label Fun with Notepad. Show all posts
Showing posts with label Fun with Notepad. Show all posts

How to create a password protected folder yourself



How to create a password protected folder yourselfOpen notepad and copy the following code :


  •  Then save it as a (.bat file)

How to make your Caps lock, Num lock and Scroll lock Disco

How to make your Caps lock, Num lock and Scroll lock Disco
Notepad Trick to Blink Caps Lock light What this trick does is, when you run the following script it starts blinking caps Lock light continuously. If you run this script twice the rate of blink increases and alternatively NumLock light start to blink with CapsLock. Open Notepad and Type :
Set wshShell =wscript.CreateObject(“WScript.Shell”)dowscript.sleep 100wshshell.sendkeys “{CAPSLOCK}”loop
Caps Lock, Num lock and Scroll lock will dance


How to Make a Fake Virus Message

Open notepad and type this:

l
ol=msgbox ("Warning a virus has been detected on your PC. Press YES to format your hard disk now or press NO to format your hard disk after system reboot",20,"Warning")
Then save it as Virus.vbs And go to the folder that contains it and open the file Virus.vbs if a window pops out saying "Warning a virus has been detected on your PC" it's working. Press Yes or No to close the window and put it in the startup folder of the victim's account. On startup the window should appear.