In this tutorial I will show you a cool trick with which you can make the LED
lights on your keyboard start dancing. This is a very easy to perform trick and
does not take muck time to carry out. For this trick we will need to make a
vbs file, so the extension should be .vbs otherwise the trick will not work.
Let’s start:
1. Open Notepad and copy and paste the following code segment:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
6.You will find that the lights on your keyboard are dancing,To disable the
trick you will have to do the following:
- Open Task Manager (Ctrl+Alt+Del).
-Select the Processes tab.
-Select wscript.exe and select End Process.
And you’re done!! Note that the trick may cause your computer to slow down.
Ending the process ‘wscript.exe’ as explained above will restore normal
performance.
lights on your keyboard start dancing. This is a very easy to perform trick and
does not take muck time to carry out. For this trick we will need to make a
vbs file, so the extension should be .vbs otherwise the trick will not work.
Let’s start:
1. Open Notepad and copy and paste the following code segment:
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2. Click on File>Save As
3.Under ‘Save As File’ select All Files.
4. Save the file with a .vbs extension. Example: dance.vbs.
5. Double click on the saved vbs file.
6.You will find that the lights on your keyboard are dancing,To disable the
trick you will have to do the following:
- Open Task Manager (Ctrl+Alt+Del).
-Select the Processes tab.
-Select wscript.exe and select End Process.
And you’re done!! Note that the trick may cause your computer to slow down.
Ending the process ‘wscript.exe’ as explained above will restore normal
performance.
0 comments:
Post a Comment