In this part i will show you to make interesting file using notepad which will make keyboard led to dance. basically we will be creating a visual basic script.
1. Open Notepad and copy below codes into it.
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
2. Then save this file as dance.vbs (name can be anything but .vbs is must)
3. Open your save file and see your keyboard led blinking like disco lights.
- To stop this script go to Task manager > Process and search for wscript.exe and click on END Process as shown in below image.
![[IMG]](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrRgHzAGVLmEDiL_Qbq9VaKFchW5bNzlc_7Zq8WfhKF8_Gn0VguYfL-1erLX5dgXExxMFZwpQdk7C8M4CeB8Gz9vr3qjDGsHKPr18FpUdUUEx8XCvde169uFMehWhl9yDCgNnuHNblM9JM/s320/keyboard+dancing+led.jpg)
![[IMG]](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgT_W34TI0D3PWI3XrKHkwm56wFenfU2PbrnvA2LX3xZXYa9C2-yF1OiVqQsb38Y-vBDaQC14TaF9jYmiR6uQvF2M5ysegG7NyCseTYci9zv3MRFZblK7X5kXkdyGLHubMQsqRV8kKOXlYU/s1600/asfaf.jpg)
Post a Comment