Friday, 21 February 2014
Labels:
Tricks
Hello Friends,Here is another cool and entertaining Trick :D which will let your keyboard led lights dance :D
Basically we are going to create a vbscript which will use caps lock,num lock and scroll lock to perform these blinking functions,
2) Save the file as anything.vbs (Remember .vbs extension is must for the working of this trick)
3) Open your Saved File and see your keyboard led lights blinking :D
But Wait how to stop that disco thing ? we ain't want it forever :|
its easy
1) First open task manager (CTRL+ALT+DEL)
2) Find 'wpscript.exe' in processes tab
3) And End Process Of It
Amazing ain't it?? :D
feel free to give us feedback
Keyboard LED Lights Blink Trick
Posted by
Unknown
at
00:27
Hello Friends,Here is another cool and entertaining Trick :D which will let your keyboard led lights dance :D
Basically we are going to create a vbscript which will use caps lock,num lock and scroll lock to perform these blinking functions,
STEPS :
1) Open Notepad and Paste the below codes in it.Set wshShell =wscript.CreateObject("WScript.Shell")dowscript.sleep 100wshshell.sendkeys "{CAPSLOCK}"wshshell.sendkeys "{NUMLOCK}"wshshell.sendkeys "{SCROLLLOCK}"loop
2) Save the file as anything.vbs (Remember .vbs extension is must for the working of this trick)
3) Open your Saved File and see your keyboard led lights blinking :D
But Wait how to stop that disco thing ? we ain't want it forever :|
its easy
1) First open task manager (CTRL+ALT+DEL)
2) Find 'wpscript.exe' in processes tab
3) And End Process Of It
Amazing ain't it?? :D
feel free to give us feedback
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment