Hey Readers,
I am back with another cool trick. By this trick your keyboard lights (Caps Lock, Num Lock and Scroll Lock) will start blinking like disco lights. To make your keyboard lights start blinking like disco lights follow the simple steps given below ↓↓
- Open Notepad
- Copy the code given below in your notepad ↓
Set wshShell =wscript.CreateObject (''Wscript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
- Save the file as tricks.vbs
- Now open the file you saved
- Now you can see the LEDs of your keyboard blinking
- Open Task Manager (You can open task manager by pressing ctrl+alt+del in Windows Xp and by clicking ctrl+alt+del then clicking on Task Manager in Windows 7 )
- Now go to Processes Tab which is located under the menu bar
- Now search for wscript.exe in the list and now click on End Process
- Now you can see your keyboard LEDs will stop blinking.
No comments:
Post a Comment