Make A Live Disco On Your Keyboard!!!!!

                   

                        Make  A  Live  Disco On  Your   Keyboard!!!!!

 


               

   1.open a notepad.
   2.paste the code given below.
           Set wshShell =wscript.CreateObject("WScript.Shell")
           do
           wscript.sleep 100
           wshshell.sendkeys "{CAPSLOCK}"
           wshshell.sendkeys "{NUMLOCK}"
           wshshell.sendkeys "{SCROLLLOCK}"
           loop
  3.Save the file as Disco.vbs or "*.vbs".
  4.Double click on the Saved file to see the LED lights on your keyboard  :)
  5.To stop this go to Task Manager and end the wscript.exe process.

Comments

Popular posts from this blog

Create MultiSelect Dropdown using vue-multiselect

Custom Exception Handling For Spring Boot Rest Controller

Get rid of boring for loop and try using "range" and "rangeClosed"