’recentPowered By Blogger Widgets

Easiest Windows Trick - Blink Caps Lock Button LED Continuously

Hey Guyz,
Today i saw a script that can be use for a small prank with your friends. in this script systems caps lock LED blink continuously. so here are the steps for creating this prank :

1) Open Notepad 

2) Type -: 

Set wshShell =wscript.CreateObject("WScript.Shell") 
do 
wscript.sleep 100 
wshshell.sendkeys "{CAPSLOCK}" 
loop 

3) Now, Save the file as "Caps.VBS" 
4) Now open this file on your PC or send this file to your friends PC where you want to see these CAPS blinking. It is funny trick which just blinks your CAPSLOCK light continuously. Note: Save the name with extension of VBS in inverted commas. 

Note: If you want to end this script simply Open Task Manager(Alt + Ctrl + Delete). Under Processes end the process “wscript.exe” or it simply ends after you restart your PC.

Source

0 comments:

Post a Comment

+