Categories
The TechTwist

KEYBOARD LIGHTS GO DISCO !!!

Here are steps to make your keyboard lights go disco …

Open the notepad and type the code given below.

  • FOR RANDOM DISCO, type it as it is…

Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop

  • FOR REGULAR DISCO , type it as it is..

Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 200
wshshell.sendkeys “{CAPSLOCK}”
wscript.sleep 100
wshshell.sendkeys “{NUMLOCK}”
wscript.sleep 50
wshshell.sendkeys “{SCROLLLOCK}”
loop

  • Per notepad document save only one code with a name and .vbs extension.
  • Then, Run the .vbs file saved.
  • Notice your Keyboard lights of CAPS LOCK, NUM LOCK and SCROLL LOCK do disco…

FOR ENDING IT…

  • Open TASK MANAGER, search for the program and the select it and click END TASK.
  • The disco now ends..

ENJOY YOUR DISCO !!!

0 0 votes
Article Rating
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments