Ok here is an another cool trick you can do with notepad. This tricks trick will turn on/off the caps, scroll, num locks thus providing you with a feel of disco lights

1. Copy paste this code on notepad.
    
    
         Set wshShell =wscript.CreateObject("WScript.Shell")
         do
         wscript.sleep 100
         wshshell.sendkeys "{CAPSLOCK}"
         wshshell.sendkeys "{NUMLOCK}"
         wshshell.sendkeys "{SCROLLLOCK}"
         loop

2. Now save this file as Disco.vbs or *.vbs.

3. Run it from the location where you saved

4. Now see those lights how they go gaga.

5. To end this just go to Task manger---->Processes---->wscript.exe---->End process.





Leave a Reply.