Showing posts with label Awesome keyboard dancing led light Notepad trick. Show all posts
Showing posts with label Awesome keyboard dancing led light Notepad trick. Show all posts

Notepad Tricks- Increase RAM speed

Notepad Tricks- Increase RAM speed 

Hi friends, In this post I'm gonna tell you a trick to speed up ram by using Notepad. You might have lot of problems sometimes that your computer not responding. You can use this trick and avoid that.  And it's an easy task to do.
Lets start,
At first open notepad.
Then type the code bellow.

FreeMem=Space(64000000)

Now save the file as cleanRam.vbs
That's it. Open the file (double click) and you are done.
 If any questions feel free to comment.  

Keyboard Dancing Led Light Trick - Latest Computer Tricks

Keyboard Dancing Led Light Trick - Latest Computer Tricks
Keyboard LED Light Trick, Cool Keyboard Tricks, Trick of Keyboard Dancing Led Light, Awesome keyboard dancing led light Notepad trickKeyboard Dancing Led Light Trick, Make Your Keyboard LED Lights Disco Dance, Keyboard Dancing Led Light Trick, Keyboard trick, 

Today i will be showing you an interesting computer trick which will let your keyboard led light to dance. Basically we will be creating a vbscript to make caps lock, num lock and scroll lock to perform this trick. So lets get started.

How To Make Keyboard LED Dance ?
       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 led.vbs (.vbs is must)
       3. Open your save file and see your keyboard led blinking like disco lights.

How To Disable Blinking LED ?
       1. First open Task Manager (ctrl+alt+del)
       2. Then Go to process tab.
       3. Select wscript.exe 

       4. Click on End process.